| 300 |
</d:item> |
</d:item> |
| 301 |
|
|
| 302 |
<d:item name="control char" |
<d:item name="control char" |
| 303 |
modules="HTML::Parser"> |
modules="Charset::UnicodeChecker"> |
| 304 |
<!-- HTML5 Parse Error --> |
<!-- HTML5 Parse Error --> |
| 305 |
<d:message xml:lang="en">Code point <code><var>{text}</var></code> is |
<d:message xml:lang="en">Code point <code><var>{text}</var></code> is |
| 306 |
not allowed.</d:message> |
not allowed.</d:message> |
| 321 |
</d:desc> |
</d:desc> |
| 322 |
</d:item> |
</d:item> |
| 323 |
|
|
| 324 |
|
<d:item name="non unicode" |
| 325 |
|
modules="Charset::UnicodeChecker"> |
| 326 |
|
<d:message xml:lang="en">Character <code><var>{text}</var></code> is not |
| 327 |
|
a Unicode character.</d:message> |
| 328 |
|
</d:item> |
| 329 |
|
|
| 330 |
<d:item name="unicode deprecated" |
<d:item name="unicode deprecated" |
| 331 |
modules="Charset::UnicodeChecker"> |
modules="Charset::UnicodeChecker"> |
| 332 |
<d:message xml:lang="en">Use of character <code><var>{text}</var></code> |
<d:message xml:lang="en">Use of character <code><var>{text}</var></code> |
| 1325 |
is used.</p> |
is used.</p> |
| 1326 |
|
|
| 1327 |
<p>The <code>DOCTYPE</code> legacy string should not be used for documents |
<p>The <code>DOCTYPE</code> legacy string should not be used for documents |
| 1328 |
generated from XSLT transformation process. It is allowed only to enable |
<em>not</em> generated from XSLT transformation process. It is allowed |
| 1329 |
to use XSLT style sheets with the HTML output mode, which does not |
only to enable to use XSLT style sheets with the HTML output mode, which |
| 1330 |
support generation of the <code>DOCTYPE</code> with no <code>PUBLIC</code> |
does not support generation of the <code>DOCTYPE</code> with no |
| 1331 |
|
<code>PUBLIC</code> |
| 1332 |
identifier. For other purposes, the <code>DOCTYPE</code> legacy |
identifier. For other purposes, the <code>DOCTYPE</code> legacy |
| 1333 |
string, i.e. <code class="html bad example">PUBLIC "XSLT-compat"</code>, |
string, i.e. <code class="html bad example">PUBLIC "XSLT-compat"</code>, |
| 1334 |
is useless and should not be used.</p> |
is useless and should not be used.</p> |