| 11 |
<body> |
<body> |
| 12 |
<h1>Description of Errors</h1> |
<h1>Description of Errors</h1> |
| 13 |
|
|
| 14 |
|
<section id="character-encoding-layer"> |
| 15 |
|
<h2>Character Encoding Layer Errors</h2> |
| 16 |
|
|
| 17 |
|
<d:item name="illegal-octets-error" class="error-category-charset" level="m"> |
| 18 |
|
<d:message xml:lang="en">An illegal octet in the input stream.</d:message> |
| 19 |
|
</d:item> |
| 20 |
|
</section> |
| 21 |
|
|
| 22 |
<section id="html5-character-encoding"> |
<section id="html5-character-encoding"> |
| 23 |
<h2>HTML5 Character Encoding Errors</h2> |
<h2>HTML5 Character Encoding Errors</h2> |
| 24 |
|
|
| 182 |
<d:item name="bare ero" |
<d:item name="bare ero" |
| 183 |
class="tokenize-error"> |
class="tokenize-error"> |
| 184 |
<d:message xml:lang="en">The <code>&</code> character must |
<d:message xml:lang="en">The <code>&</code> character must |
| 185 |
introduce a reference.</d:message> |
be escaped as <code class="html example">&amp;</code>.</d:message> |
| 186 |
<d:desc xml:lang="en"> |
<d:desc xml:lang="en"> |
| 187 |
<p>An <code>&</code> character which |
<p>An <code>&</code> character which |
| 188 |
is not part of any reference appears in the input stream. |
is not part of any reference appears in the input stream. |