diff --git jscripts/tiny_mce/classes/html/Schema.js jscripts/tiny_mce/classes/html/Schema.js
index 92d5184..afd03d2 100644
|
|
|
56 | 56 | |
57 | 57 | if (!html5) { |
58 | 58 | html5 = mapCache.html5 = unpack({ |
59 | | A : 'id|accesskey|class|dir|draggable|item|hidden|itemprop|role|spellcheck|style|subject|title|onclick|ondblclick|onmousedown|onmouseup|onmouseover|onmousemove|onmouseout|onkeypress|onkeydown|onkeyup', |
| 59 | A : 'id|accesskey|class|dir|draggable|item|hidden|itemprop|role|spellcheck|style|subject|title|onclick|ondblclick|onmousedown|onmouseup|onmouseover|onmousemove|onmouseout|onkeypress|onkeydown|onkeyup|lang|xml:lang|dir', |
60 | 60 | B : '#|a|abbr|area|audio|b|bdo|br|button|canvas|cite|code|command|datalist|del|dfn|em|embed|i|iframe|img|input|ins|kbd|keygen|label|link|map|mark|meta|' + |
61 | | 'meter|noscript|object|output|progress|q|ruby|samp|script|select|small|span|strong|sub|sup|svg|textarea|time|var|video|wbr', |
| 61 | 'meter|noscript|object|output|progress|q|ruby|samp|script|select|small|span|strong|sub|sup|svg|textarea|time|var|video|wbr|acronym|basefont|font|big|strike|s|u|tt|applet', |
62 | 62 | C : '#|a|abbr|area|address|article|aside|audio|b|bdo|blockquote|br|button|canvas|cite|code|command|datalist|del|details|dfn|dialog|div|dl|em|embed|fieldset|' + |
63 | 63 | 'figure|footer|form|h1|h2|h3|h4|h5|h6|header|hgroup|hr|i|iframe|img|input|ins|kbd|keygen|label|link|map|mark|menu|meta|meter|nav|noscript|ol|object|output|' + |
64 | | 'p|pre|progress|q|ruby|samp|script|section|select|small|span|strong|style|sub|sup|svg|table|textarea|time|ul|var|video' |
| 64 | 'p|pre|progress|q|ruby|samp|script|section|select|small|span|strong|style|sub|sup|svg|table|textarea|time|ul|var|video|acronym|basefont|font|big|strike|s|u|tt|applet|isindex|noframes|center|dir' |
65 | 65 | }, 'html[A|manifest][body|head]' + |
66 | 66 | 'head[A][base|command|link|meta|noscript|script|style|title]' + |
67 | 67 | 'title[A][#]' + |
68 | 68 | 'base[A|href|target][]' + |
69 | 69 | 'link[A|href|rel|media|type|sizes][]' + |
70 | 70 | 'meta[A|http-equiv|name|content|charset][]' + |
71 | | 'style[A|type|media|scoped][#]' + |
72 | | 'script[A|charset|type|src|defer|async][#]' + |
| 71 | 'style[A|type|media|scoped|xml:space][#]' + |
| 72 | 'script[A|charset|type|src|defer|async|language|xml:space][#]' + |
73 | 73 | 'noscript[A][C]' + |
74 | | 'body[A][C]' + |
| 74 | 'body[A|onload|onunload|background|bgcolor|text|link|vlink|alink][C]' + |
75 | 75 | 'section[A][C]' + |
76 | 76 | 'nav[A][C]' + |
77 | 77 | 'article[A][C]' + |
78 | 78 | 'aside[A][C]' + |
79 | | 'h1[A][B]' + |
80 | | 'h2[A][B]' + |
81 | | 'h3[A][B]' + |
82 | | 'h4[A][B]' + |
83 | | 'h5[A][B]' + |
84 | | 'h6[A][B]' + |
| 79 | 'h1[A|align][B]' + |
| 80 | 'h2[A|align][B]' + |
| 81 | 'h3[A|align][B]' + |
| 82 | 'h4[A|align][B]' + |
| 83 | 'h5[A|align][B]' + |
| 84 | 'h6[A|align][B]' + |
85 | 85 | 'hgroup[A][h1|h2|h3|h4|h5|h6]' + |
86 | 86 | 'header[A][C]' + |
87 | 87 | 'footer[A][C]' + |
88 | 88 | 'address[A][C]' + |
89 | | 'p[A][B]' + |
90 | | 'br[A][]' + |
91 | | 'pre[A][B]' + |
| 89 | 'p[A|align][B]' + |
| 90 | 'br[A|clear][]' + |
| 91 | 'pre[A|width|xml:space][B]' + |
92 | 92 | 'dialog[A][dd|dt]' + |
93 | 93 | 'blockquote[A|cite][C]' + |
94 | | 'ol[A|start|reversed][li]' + |
95 | | 'ul[A][li]' + |
96 | | 'li[A|value][C]' + |
97 | | 'dl[A][dd|dt]' + |
| 94 | 'ol[A|start|reversed|type|compact][li]' + |
| 95 | 'ul[A|type|compact][li]' + |
| 96 | 'li[A|value|type][C]' + |
| 97 | 'dl[A|compact][dd|dt]' + |
98 | 98 | 'dt[A][B]' + |
99 | 99 | 'dd[A][C]' + |
100 | | 'a[A|href|target|ping|rel|media|type][B]' + |
| 100 | 'a[A|href|target|ping|rel|media|type|tabindex|onfocus|onblur|charset|name|hreflang|rev|shape|coords][B]' + |
101 | 101 | 'em[A][B]' + |
102 | 102 | 'strong[A][B]' + |
103 | 103 | 'small[A][B]' + |
… |
… |
|
122 | 122 | 'rp[A][B]' + |
123 | 123 | 'bdo[A][B]' + |
124 | 124 | 'span[A][B]' + |
125 | | 'ins[A|cite|datetime][B]' + |
126 | | 'del[A|cite|datetime][B]' + |
| 125 | 'ins[A|cite|datetime][C]' + |
| 126 | 'del[A|cite|datetime][C]' + |
127 | 127 | 'figure[A][C|legend|figcaption]' + |
128 | 128 | 'figcaption[A][C]' + |
129 | | 'img[A|alt|src|height|width|usemap|ismap][]' + |
130 | | 'iframe[A|name|src|height|width|sandbox|seamless][]' + |
| 129 | 'img[A|alt|src|height|width|usemap|ismap|name|longdesc|align|border|hspace|vspace][]' + |
| 130 | 'iframe[A|name|src|height|width|sandbox|seamless|longdesc|frameborder|marginwidth|marginheight|scrolling|align][]' + |
131 | 131 | 'embed[A|src|height|width|type][]' + |
132 | | 'object[A|data|type|height|width|usemap|name|form|classid][param]' + |
133 | | 'param[A|name|value][]' + |
| 132 | 'object[*][]' + |
| 133 | 'param[A|name|value|valuetype|type][]' + |
134 | 134 | 'details[A|open][C|legend]' + |
135 | 135 | 'command[A|type|label|icon|disabled|checked|radiogroup][]' + |
136 | | 'menu[A|type|label][C|li]' + |
137 | | 'legend[A][C|B]' + |
138 | | 'div[A][C]' + |
| 136 | 'menu[A|type|label|compact][C|li]' + |
| 137 | 'legend[A|align][C|B]' + |
| 138 | 'div[A|align][C]' + |
139 | 139 | 'source[A|src|type|media][]' + |
140 | 140 | 'audio[A|src|autobuffer|autoplay|loop|controls][source]' + |
141 | 141 | 'video[A|src|autobuffer|autoplay|loop|controls|width|height|poster][source]' + |
142 | | 'hr[A][]' + |
143 | | 'form[A|accept-charset|action|autocomplete|enctype|method|name|novalidate|target][C]' + |
| 142 | 'hr[A|align|noshade|size|width][]' + |
| 143 | 'form[A|accept-charset|action|autocomplete|enctype|method|name|novalidate|target|onsubmit|onreset|accept][C]' + |
144 | 144 | 'fieldset[A|disabled|form|name][C|legend]' + |
145 | | 'label[A|form|for][B]' + |
| 145 | 'label[A|form|for|onfocus|onblur][B]' + |
146 | 146 | 'input[A|type|accept|alt|autocomplete|autofocus|checked|disabled|form|formaction|formenctype|formmethod|formnovalidate|formtarget|height|list|max|maxlength|min|' + |
147 | | 'multiple|pattern|placeholder|readonly|required|size|src|step|width|files|value|name][]' + |
148 | | 'button[A|autofocus|disabled|form|formaction|formenctype|formmethod|formnovalidate|formtarget|name|value|type][B]' + |
149 | | 'select[A|autofocus|disabled|form|multiple|name|size][option|optgroup]' + |
| 147 | 'multiple|pattern|placeholder|readonly|required|size|src|step|width|files|value|name|tabindex|onfocus|onblur|usemap|onselect|onchange|align][]' + |
| 148 | 'button[A|autofocus|disabled|form|formaction|formenctype|formmethod|formnovalidate|formtarget|name|value|type|tabindex|onfocus|onblur][B]' + |
| 149 | 'select[A|autofocus|disabled|form|multiple|name|size|tabindex|onfocus|onblur|onchange][option|optgroup]' + |
150 | 150 | 'datalist[A][B|option]' + |
151 | 151 | 'optgroup[A|disabled|label][option]' + |
152 | 152 | 'option[A|disabled|selected|label|value][]' + |
153 | | 'textarea[A|autofocus|disabled|form|maxlength|name|placeholder|readonly|required|rows|cols|wrap][]' + |
| 153 | 'textarea[A|autofocus|disabled|form|maxlength|name|placeholder|readonly|required|rows|cols|wrap|tabindex|onfocus|onblur|onselect|onchange][]' + |
154 | 154 | 'keygen[A|autofocus|challenge|disabled|form|keytype|name][]' + |
155 | 155 | 'output[A|for|form|name][B]' + |
156 | 156 | 'canvas[A|width|height][]' + |
157 | 157 | 'map[A|name][B|C]' + |
158 | | 'area[A|shape|coords|href|alt|target|media|rel|ping|type][]' + |
| 158 | 'area[A|shape|coords|href|alt|target|media|rel|ping|type|tabindex|onfocus|onblur|nohref][]' + |
159 | 159 | 'mathml[A][]' + |
160 | 160 | 'svg[A][]' + |
161 | | 'table[A|border][caption|colgroup|thead|tfoot|tbody|tr]' + |
162 | | 'caption[A][C]' + |
163 | | 'colgroup[A|span][col]' + |
164 | | 'col[A|span][]' + |
165 | | 'thead[A][tr]' + |
166 | | 'tfoot[A][tr]' + |
167 | | 'tbody[A][tr]' + |
168 | | 'tr[A][th|td]' + |
169 | | 'th[A|headers|rowspan|colspan|scope][B]' + |
170 | | 'td[A|headers|rowspan|colspan][C]' + |
171 | | 'wbr[A][]' |
| 161 | 'table[A|border|summary|width|frame|rules|cellspacing|cellpadding|align|bgcolor][caption|colgroup|thead|tfoot|tbody|tr]' + |
| 162 | 'caption[A|align][C]' + |
| 163 | 'colgroup[A|span|width|align|char|charoff|valign][col]' + |
| 164 | 'col[A|span|width|align|char|charoff|valign][]' + |
| 165 | 'thead[A|align|char|charoff|valign][tr]' + |
| 166 | 'tfoot[A|align|char|charoff|valign][tr]' + |
| 167 | 'tbody[A|align|char|charoff|valign][tr]' + |
| 168 | 'tr[A|align|char|charoff|valign|bgcolor][th|td]' + |
| 169 | 'th[A|headers|rowspan|colspan|scope|abbr|axis|align|char|charoff|valign|nowrap|bgcolor|width|height][C]' + |
| 170 | 'td[A|headers|rowspan|colspan|abbr|axis|scope|align|char|charoff|valign|nowrap|bgcolor|width|height][C]' + |
| 171 | 'wbr[A][]' + |
| 172 | 'applet[id|class|style|title|codebase|archive|code|object|alt|name|width|height|align|hspace|vspace][C]' + |
| 173 | 'tt[A][B]' + |
| 174 | 'u[A][B]' + |
| 175 | 's[A][B]' + |
| 176 | 'strike[A][B]' + |
| 177 | 'big[A][B]' + |
| 178 | 'font[id|class|style|title|lang|xml:lang|dir|size|color|face][B]' + |
| 179 | 'basefont[id|size|color|face][]' + |
| 180 | 'acronym[A][C]' + |
| 181 | 'dir[A][li]' + |
| 182 | 'center[A][C]' + |
| 183 | 'noframes[A][C]' + |
| 184 | 'isindex[id|class|style|title|lang|xml:lang|dir|prompt][]' |
172 | 185 | ); |
173 | 186 | } |
174 | 187 | |