--- test/html-webhacc/error-description.en.html.u8 2007/07/16 10:55:11 1.3 +++ test/html-webhacc/error-description.en.html.u8 2007/07/16 13:56:26 1.4 @@ -56,6 +56,19 @@
+<
character is not followed
+ by tag name or by a !
character.A <
(U+003C
LESS-THAN
+ SIGN
) character which is not part of any markup appears
+ in the input stream.
The <
character as a data character must
+ be escaped as:
+
+<lt;
+
+ &#
.An &
(U+0026
@@ -109,6 +122,19 @@
--
sequence
+ in a comment.There is a -
(U+002D
+ HYPHEN-MINUS
) character
+ at the end of the comment or a --
sequence
+ in the comment. The document is non-conforming.
Comments cannot contain a string --
, as in XML.
+ Unlike SGML, there cannot be more than one comments
+ (where comment is an SGML term) in the comment
+ declaration.
There are more than one attributes with the same name in a tag. The document is non-conforming.
@@ -144,10 +170,30 @@ The document is non-conforming.DOCTYPE
appears after any
+ element or data character has been seen.A DOCTYPE
appears after any element or data character
+ has been seen. The document is non-conforming.
The DOCTYPE
must be placed before any
+ tag, reference, or data character. Only white space characters
+ and comments can be inserted before the DOCTYPE
.
<$0>
+ is not allowed in body
.The start or end tag of an element, which
+ cannot be a descendant of body
element, appears
+ in the input stream while the body
element has been opened.
+ The document is non-conforming.
<$0>
is not allowed in table
.The start or end tag of an element appears in table
.
- The document is non-conforming.
The start or end tag of an element, which
+ cannot be a child of table
element, appears
+ in the input stream while the table
element has been opened
+ but no other element has been opened. The document is non-conforming.
In table
, only table related elements
are allowed; any other element must be contained in
@@ -215,7 +261,13 @@
$0
is not
- opened.An end tag appears though no element with the same name + has been opened. The document is non-conforming.
+ +For any end tag in HTML document, there must be a + corresponding start tag.
+ @@ -331,8 +383,8 @@The xml:lang
attribute is not allowed in
HTML document. The document is non-conforming.
The xml:lang
attribute in null
- namespace for HTML elements is defined as conforming only for
+
The lang
attribute in the null
+ namespace for HTML elements is defined as conforming only for
XML document.
To specify natural language information in HTML document, @@ -360,7 +412,7 @@ XML document. The document is non-conforming.
The lang
attribute in null
- namespace for HTML elements is defined as conforming only for
+ namespace for HTML elements is defined as conforming only for
HTML document.
To specify natural language information in XML document, @@ -388,10 +440,51 @@
$0
+ cannot be specified for this element.The specified link type cannot be used for the element. + The document is non-conforming.
+ +Link types are associated with limited set of elements. + They cannot be used with other elements.
+ +For example, link type bookmark
+ can be used with a
or area
element,
+ while it cannot be used with link
element.
$0
+ is non-conforming.The specified link type is non-conforming. The entire document + is non-conforming.
+ +For example, in place of non-conforming link type copyright
+ you must use link type license
.
$0
+ is proposed but not accepted yet; it should not be
+ used until it has been accepted.The link type is in the proposed status; it + should not be used until it has been + accepted.
+ +Warning: The data served to the + conforming checker might be out of date; it might have already + been accepted or rejected, depending on which the document + might be conforming or non-conforming. See WHATWG Wiki + for the latest information.
+/
.Hexadecimal digit in percent-encoding string in the IRI + is in lowercase. Though the IRI is conforming, + it should be in uppercase.
+An unreserved character is percent-encoded in the IRI. + Though it is conforming, it should be in the + decoded (or bare) form.
+$0
is not standardized
- or registered at the time of the release of the conformance checker;
- it is non-conforming unless it has now been registered.$0
is not
+ standardized or registered at the time of the release of the conformance
+ checker; it is non-conforming unless it has now been
+ registered.The rel
attribute is defined as a list of link types.
Some common link types are defined in the HTML5 specification.
Additional link types can be registered to the WHATWG Wiki.
@@ -473,6 +581,23 @@
document is non-conforming.
$0
is not supported;
+ it might or might not be conforming.$0
is not supported;
+ it might or might not be conforming.