--- 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 @@

Description of Errors

-
-

HTML5 Parse Errors

- -

The $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.

-
+
+

HTML5 Parse Errors in Tokenization Stage

There are two attributes with same name.

Attributes must be unique in an element. Specifying @@ -41,6 +34,30 @@

+
+

HTML5 Parse Errors in Tree Construction Stage

+ +

The $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.

+
+ +

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 @@

-enumerated:invalid;attribute-error;This attribute only allow a limited set of values and the specified value is not one of them. -no DOCTYPE;parse-error;This document does not start with the 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. +
+ +
+

Attribute Value Errors

+ +

This attribute only allow a limited set of + values and the specified value is not one of them.

+ +
+ +
+

Table Model Errors

+ +

The table has no cell (td or + th) in the last row.

+ +
+ +
+

Internet Media Type Warnings

-s:URI::empty path;should;This IRI should explicitly end with /. -m:URI::syntax error;must;This IRI is not syntactically valid. +

An obsolete subtype is used.

+ +

A private (x- or x.) + subtype is used.

+ +

The subtype is not registered to IANA.

+ +
+ +
+

URI (or IRI) Errors

+ +

This string is not an IRI syntactically.

+ +
+ +
+

URI (or IRI) Errors

+ +

This IRI should explicitly end with + /.

@@ -176,6 +221,15 @@
+ +manakaiCompatMode:quirks;;Quirks Mode +manakaiCompatMode:limited quirks;;Limited Quirks Mode +manakaiCompatMode:no quirks;;No Quirks Mode + +manakaiIsHTML:1;;HTML Document +manakaiIsHTML:0;;XML Document + +

License of This Document

@@ -184,6 +238,6 @@ and/or modify it under the same terms as Perl itself.

- + \ No newline at end of file