--- test/html-webhacc/error-description.en.html.u8 2007/07/01 10:02:24 1.1 +++ test/html-webhacc/error-description.en.html.u8 2007/07/16 08:38:48 1.2 @@ -8,15 +8,8 @@
$0
element cannot be
- inserted between head
and body
elements.A start tag occurs after the head
element is closed
- but before the body
element is opened.
- The document is non-conforming.
Attributes must be unique in an element. Specifying
@@ -41,6 +34,30 @@
+ A start tag occurs after the HTML5 Parse Errors in Tree Construction Stage
+
+The
+ $0
element cannot be
+ inserted between head
and body
elements.head
element is closed
+ but before the body
element is opened.
+ The document is non-conforming.This document does not start with the
+
DOCTYPE
declaration.Element
$0
is not
+ closed.This document is written in an old version of
+ HTML.
Element
$0
is not
+ opened.Element Content Model Errors
@@ -127,20 +144,48 @@
DOCTYPE
declaration.
-not HTML5;parse-error;This document is written in an old version of HTML.
-not closed;parse-error;Element $0
is not closed.
-unmatched end tag;parse-error;Element $0
is not opened.
-
-table:no cell in last row;table-model-error;The table has no cell (td
or th
) in the last row.
-
-s:IMT:obsolete subtype;should;An obsolete subtype is used.
-s:IMT:private subtype;should;A private (x-
or x.
) subtype is used.
-s:IMT:unregistered subtype;should;The subtype is not registered to IANA.
+td
or
+ th
) in the last row./
.
-m:URI::syntax error;must;This IRI is not syntactically valid.
+x-
or x.
)
+ subtype is used./
.