71 |
<p>In addition, the current implementation assumes that there are following |
<p>In addition, the current implementation assumes that there are following |
72 |
requirements:</p> |
requirements:</p> |
73 |
<ul> |
<ul> |
74 |
<li>Any element or attribute in the HTML namespace which is not defined by the |
<li>Any attribute in the HTML namespace which is not defined by the |
75 |
HTML5 specification (including Web Forms 2.0 specification) |
HTML5 specification (including Web Forms 2.0 specification) |
76 |
<em class=rfc2119>MUST NOT</em> be used.</li> |
<em class=rfc2119>MUST NOT</em> be used.</li> |
77 |
<li>For an element in the HTML namespace, any attribute in the null namespace |
<li>For an element in the HTML namespace, any attribute in the null namespace |
126 |
<td>Same as <code>object</code> <code>type</code> [HTML5] |
<td>Same as <code>object</code> <code>type</code> [HTML5] |
127 |
<tr><td><code>param</code><td><code>type</code> |
<tr><td><code>param</code><td><code>type</code> |
128 |
<td>Same as <code>object</code> <code>type</code> [HTML5] |
<td>Same as <code>object</code> <code>type</code> [HTML5] |
129 |
<tr><td><code>div</code>, <code>h1</code>, <code>h2</code>, <code>h3</code>, |
<tr><td><code>address</code>, <code>div</code>, <code>h1</code>, |
130 |
<code>h4</code>, <code>h5</code>, <code>h6</code>, or <code>p</code> |
<code>h2</code>, <code>h3</code>, <code>h4</code>, <code>h5</code>, |
131 |
|
<code>h6</code>, or <code>p</code> |
132 |
<td><code>align</code> |
<td><code>align</code> |
133 |
<td>Enumerated attribute [HTML5] |
<td>Enumerated attribute [HTML5] |
134 |
<tr><td><code>img</code> or <code>object</code><td><code>align</code> |
<tr><td><code>img</code> or <code>object</code><td><code>align</code> |
172 |
<td rowspan=2>A non-negative integer [HTML5] or a non-negative integer |
<td rowspan=2>A non-negative integer [HTML5] or a non-negative integer |
173 |
[HTML5] followed by a <code>%</code> character |
[HTML5] followed by a <code>%</code> character |
174 |
<tr id=html-table-cellspacing><td><code>cellspacing</code> |
<tr id=html-table-cellspacing><td><code>cellspacing</code> |
175 |
|
<tr id=html-a-charset><td><code>a</code> |
176 |
|
<td rowspan=2><code>charset</code> |
177 |
|
<td rowspan=2>Same as <code>script</code> <code>charset</code> [HTML5], |
178 |
|
syntactically |
179 |
|
<tr id=html-link-charset><td><code>link</code> |
180 |
</table> |
</table> |
181 |
<li>Any value <em class=rfc2119>MAY</em> be specified to the |
<li>Any value <em class=rfc2119>MAY</em> be specified to the |
182 |
<code>version</code> attribute of an <code>html</code> element. |
<code>version</code> attribute of an <code>html</code> element. |