--- test/html-webhacc/error-description.en.html.u8 2008/08/16 08:37:12 1.30 +++ test/html-webhacc/error-description.en.html.u8 2008/08/16 13:09:08 1.31 @@ -1,42 +1,62 @@ -Description of Errors — -Web Document Conformance Checker (BETA) - + +Description of Errors — WebHACC (β) + -

Description of Errors

+
+

WebHACC

+

Description of Errors

+
+ + + +

+ +

+

WebHACC + is a conformance checker (or validator) for Web documents, + supporting latest Web standards including + HTML5, + Atom 1.0, + CSS3.

+ +

Check your document, or + learn more about + WebHACC.

+

Character Encoding Layer Errors

-

An illegal octet in the input stream.

+

An illegal octet in the input stream.

HTML5 Character Encoding Errors

-

Character encoding {text} +

Character encoding {text} is not allowed for HTML document.

The character encoding used for the document is not allowed for HTML document. The document is non‐conforming.

-

Character encoding {text} +

Character encoding {text} should not be used for HTML document.

The character encoding used for the document is not recommended for HTML document. The document is non‐conforming unless there is any good reason to use that encoding.

-

Use of UTF-8 is encouraged (this document +

Use of UTF-8 is encouraged (this document is encoded in {text}).

Use of UTF-8 as the character encoding of the document is encouraged, though the use of another character encoding is still conforming.

-

Conformance for character encoding requirements +

Conformance for character encoding requirements cannot be checked, since the input is not a byte stream.

The conformance checker cannot detect whether the input document met the requirements on character encoding, since the document @@ -45,7 +65,7 @@ encoding with appropriate labeling.

-

There is no character encoding +

There is no character encoding declaration.

The document does not contain a character encoding declaration. Unless the character encoding is explicitly @@ -63,7 +83,7 @@ declaration has no effect for HTML document.

-

No character encoding metadata is found +

No character encoding metadata is found in lower‐level protocol nor is there BOM, while character encoding {text} is not a superset of ASCII.

@@ -90,30 +110,30 @@ ASCII for the purpose of HTML conformance.

-

Character encoding of this document is sniffed +

Character encoding of this document is sniffed as {text} (Sniffed because no explicit specification for the character encoding of this document is found in the transfer procotol headers).

-

Character encoding of this document is defaulted +

Character encoding of this document is defaulted to {text} because no explicit specification for the character encoding of this document is found in the transfer procotol headers.

-

Since no decoder for the document character +

Since no decoder for the document character encoding is found, decoder for the character encoding {text} is used. Checking results might be wrong.

-

Conformance error checking for the character +

Conformance error checking for the character encoding {text} is not supported.

-

Sniffed character encoding +

Sniffed character encoding {text} is same as the character encoding specified in the character encoding declaration. This is not an error.

-

While parsing the document as +

While parsing the document as {text}, a character encoding declaration specifying a different character encoding is found. The document is reparsed.

@@ -141,10 +161,10 @@
-

The NULL character +

The NULL character is not allowed.

-

Code point {text} is +

Code point {text} is not allowed.

@@ -152,7 +172,7 @@

HTML5 Parse Errors in Tokenization Stage

-

Tag <$0> +

Tag <$0> is not allowed after the end tag </html>.

The start or end tag of an element appears after the html element has been closed. The document is @@ -162,7 +182,7 @@ must be put into the html element.

-

Tag <$0> +

Tag <$0> is not allowed after the end tag </body>.

The start or end tag of an element appears after the body element has been closed. The document is @@ -173,14 +193,14 @@ element.

-

Attribute name cannot contain characters +

Attribute name cannot contain characters ", ', and =.

-

Attribute value must be quoted by " +

Attribute value must be quoted by " or ' if it contains a ", ', or = character.

-

The & character must +

The & character must be escaped as &amp;.

An & character which is not part of any reference appears in the input stream. @@ -217,7 +237,7 @@

-

A </ string is not followed +

A </ string is not followed by a tag name.

There is a < (U+003C LESS-THAN SIGN) character @@ -237,7 +257,7 @@

-

A < character is not followed +

A < character is not followed by tag name or by a ! character.

A < (U+003C LESS-THAN SIGN) character which is not part @@ -250,7 +270,7 @@

-

The decimal representation of the code position +

The decimal representation of the code position of a character must be specified after &#.

An & (U+0026 AMPERSAND) character immediately @@ -282,7 +302,7 @@

-

The hexadecimal representation of the code position +

The hexadecimal representation of the code position of a character must be specified after &#x.

The string &#x or &#X which is not part of any reference appears in the input stream. @@ -302,7 +322,7 @@

-

String <! is not followed +

String <! is not followed by --.

There is a < (U+003C LESS-THAN SIGN) character @@ -332,7 +352,7 @@

-

String </ is not followed +

String </ is not followed by tag name.

There is a < (U+003C LESS-THAN SIGN) character @@ -351,14 +371,14 @@

-

Character reference to +

Character reference to {text} is not allowed.

-

Character reference to +

Character reference to U+000D (CARRIAGE RETURN) is not allowed.

-

There is a -- sequence +

There is a -- sequence in a comment.

There is a - (U+002D HYPHEN-MINUS) character @@ -371,7 +391,7 @@ declaration.

-

There are two attributes with name +

There are two attributes with name {text}.

There are more than one attributes with the same name in a tag. The document is non-conforming.

@@ -380,18 +400,18 @@ Use img element with animation GIF instead.

-

Empty start tag (<>) is not +

Empty start tag (<>) is not allowed.

-

Empty end tag (</>) is not +

Empty end tag (</>) is not allowed.

-

End tag cannot have attributes.

+

End tag cannot have attributes.

-

Character reference to +

Character reference to {text} is not allowed.

-

Polytheistic slash (/>) cannot be +

Polytheistic slash (/>) cannot be used for this element.

Polytheistic slash (/>) must not be used for the element. The document is non-conforming.

@@ -435,26 +455,26 @@ no effect in HTML.

-

After the string <!DOCTYPE , the +

After the string <!DOCTYPE , the document type name must be specified.

-

After the keyword PUBLIC, no +

After the keyword PUBLIC, no oublic identifier is specified.

-

Character reference must be closed by a +

Character reference must be closed by a ; character.

-

After the string <!DOCTYPE, there +

After the string <!DOCTYPE, there must be at least a white space character before the document type name.

-

Attributes must be separeted by at least a +

Attributes must be separeted by at least a white space character.

-

After the keyword SYSTEM, no +

After the keyword SYSTEM, no system identifier is specified.

-

Processing instruction +

Processing instruction (<?...>) is not allowed in HTML document.

Processing instructions (<?...?>), @@ -504,37 +524,37 @@ as string.

-

There is a bogus string after the document type +

There is a bogus string after the document type name.

-

There is a bogus string after the keyword +

There is a bogus string after the keyword PUBLIC.

-

There is a bogus string after the public +

There is a bogus string after the public identifier.

-

There is a bogus string after the keyword +

There is a bogus string after the keyword SYSTEM.

-

There is a bogus string after the system +

There is a bogus string after the system identifier.

-

Attribute value is not closed by a quotation +

Attribute value is not closed by a quotation mark.

-

Comment is not closed by a string +

Comment is not closed by a string -->.

-

The DOCTYPE is not closed by a +

The DOCTYPE is not closed by a > character.

-

The public identifier literal is not closed by a +

The public identifier literal is not closed by a quotation mark.

-

The system identifier literal is not closed by a +

The system identifier literal is not closed by a quotation mark.

-

Tag is not closed by a > +

Tag is not closed by a > character.

@@ -542,25 +562,25 @@

HTML5 Parse Errors in Tree Construction Stage

-

Start tag <{text}> is +

Start tag <{text}> is not allowed after the body is closed.

-

End tag </{text}> is +

End tag </{text}> is not allowed after the body is closed.

-

Non‐white‐space characters are not allowed +

Non‐white‐space characters are not allowed after the body is closed.

-

Start tag <{text}> is +

Start tag <{text}> is not allowed after the frameset is closed.

-

End tag </{text}> is +

End tag </{text}> is not allowed after the frameset is closed.

-

Non‐white‐space characters are not allowed +

Non‐white‐space characters are not allowed after the frame is closed.

-

The {text} element cannot be +

The {text} element cannot be inserted between head and body elements.

A start tag appears after the head element is closed @@ -568,19 +588,19 @@ The document is non-conforming.

-

Start tag <{text}> is +

Start tag <{text}> is not allowed after the html is closed.

-

End tag </{text}> is +

End tag </{text}> is not allowed after the html is closed.

-

Non‐white‐space characters are not allowed +

Non‐white‐space characters are not allowed after the html is closed.

-

The image element is +

The image element is obsolete.

-

Anchor cannot be nested.

+

Anchor cannot be nested.

HTML a elements cannot be nested. The document is non-conforming.

@@ -588,7 +608,7 @@ implies the end tag of any opening a element.

-

Start tag <{text}> +

Start tag <{text}> is not allowed in the body element.

The start or end tag of an element, which cannot be a descendant of body element, appears @@ -596,28 +616,28 @@ The document is non-conforming.

-

Some element is not closed before the end of +

Some element is not closed before the end of file.

-

The button element cannot be +

The button element cannot be nested.

-

Element is not closed before the end of +

Element is not closed before the end of file.

-

Start tag <form> is +

Start tag <form> is not allowed in a form element.

-

Start tag <{text}> is +

Start tag <{text}> is not allowed in a framset element.

-

End tag </{text}> is +

End tag </{text}> is not allowed in a frameset element.

-

Non‐white‐space characters are not allowed +

Non‐white‐space characters are not allowed in a frameset element.

-

Start tag <head> +

Start tag <head> is not allowed in the head element.

There is a start tag <head> in the <head> element. The document is non-conforming.

@@ -627,7 +647,7 @@ start tag <head> can appear in the input stream.

-

A DOCTYPE appears after any +

A 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.

@@ -637,33 +657,33 @@ and comments can be inserted before the DOCTYPE.

-

The nobr element cannot be +

The nobr element cannot be nested.

-

The {text} element is not +

The {text} element is not allowed in a noscript element in the head element.

-

An end tag </{text}> +

An end tag </{text}> appers before the noscript element is closed.

-

A noscript element is not closed +

A noscript element is not closed before the end of file.

-

Non‐white‐space characters are not allowed +

Non‐white‐space characters are not allowed in a noscript element in the head element.

-

Element is not closed before the end of +

Element is not closed before the end of file.

-

Start tag <{text}> +

Start tag <{text}> is not allowed in a select element.

-

End tag </{text}> +

End tag </{text}> is not allowed in a select element.

-

Start tag <{text}> +

Start tag <{text}> is not allowed in a table element.

The start or end tag of an element, which cannot be a child of table element, appears @@ -677,10 +697,10 @@ a table caption.

-

End tag </{text}> +

End tag </{text}> is not allowed in a table element.

-

Non‐white‐space character is not allowed within +

Non‐white‐space character is not allowed within the table element, outside of the caption and cells.

A non‐white‐space character appears in table. The document is non-conforming.

@@ -692,10 +712,10 @@ a table caption.

-

The isindex element is +

The isindex element is obsolete.

-

Start tag of tr +

Start tag of tr element is missing.

Start tag of a tr element, which is not optional, is missing. The document is non-conforming.

@@ -707,7 +727,7 @@ these start tags, it must be explicitly specified.

-

This document does not start with a +

This document does not start with a DOCTYPE.

The document does not start with a DOCTYPE. The document is non-conforming.

@@ -722,7 +742,7 @@ allowed in HTML document.

-

Element {text} is not +

Element {text} is not closed.

End tag of an element is not found before, for example, an end tag of another element appears or @@ -751,7 +771,7 @@ allowed and they also cause this error.

-

This <html> tag is not +

This <html> tag is not the first start tag.

There is a start tag of the html element that it not the first start tag in the input stream. @@ -765,7 +785,7 @@ and comments.

-

This document is written in an old version of +

This document is written in an old version of HTML.

The document contains a DOCTYPE declaration that is different from HTML5 DOCTYPE (i.e. @@ -779,10 +799,10 @@ HTML document (roughly) as defined in HTML5.

-

Start tag <{text}> is +

Start tag <{text}> is not allowed here.

-

Element {text} is not +

Element {text} is not opened.

An end tag appears though no element with the same name has been opened. The document is non-conforming.

@@ -809,15 +829,15 @@

Element Content Model Errors

-

The base element with the +

The base element with the href attribute specified cannot be placed after any attribute with a URL.

-

@@ -1076,7 +1096,7 @@

Attribute Errors

-

Required attribute {text} +

Required attribute {text} is not specified.

A required attribute is not specified. The document is non-conforming.

@@ -1096,24 +1116,24 @@
-

For an object at least one of +

For an object at least one of data and type attributes must be specified.

-

For a base element, at least one of +

For a base element, at least one of href and target attributes must be specified.

-

For a meta element with the +

For a meta element with the content attribute specified, exactly one of name and http-equiv attributes must be specified.

-

For a meta element, exactly one of +

For a meta element, exactly one of name, http-equiv, and charset attributes must be specified.

-

Attribute +

Attribute {local-name} is not allowed for {element-local-name} element.

An attribute is specified where it is not allowed. @@ -1127,12 +1147,12 @@

-

The ismap attribute may only be +

The ismap attribute may only be used for the image contained in an a element.

-

This attribute is not defined.

+

This attribute is not defined.

-

The xml:lang attribute is not +

The xml:lang attribute is not allowed in HTML document.

The xml:lang attribute is not allowed in HTML document. The document is non-conforming.

@@ -1153,7 +1173,7 @@ from an HTML document? -->
-

The charset attribute is not +

The charset attribute is not allowed in XML document.

The charset attribute of a meta element is not allowed in XML document. @@ -1166,7 +1186,7 @@

-

The lang attribute is not +

The lang attribute is not allowed in XML document.

The HTML lang attribute is not allowed in XML document. The document is non-conforming.

@@ -1179,10 +1199,10 @@ use xml:lang attribute instead.

-

A noscript element cannot be +

A noscript element cannot be used in XML document.

-

The xmlns attribute +

The xmlns attribute in the null namespace is not allowed in XHTML document. The document is non-conforming.

The xmlns attribute in the null @@ -1197,21 +1217,21 @@

Attribute Value Errors

-

Attribute value {@} +

Attribute value {@} is not allowed. It must be an empty string or a string {local-name}.

-

The attribute value must be exactly one +

The attribute value must be exactly one character.

-

A character reference cannot be used to +

A character reference cannot be used to represent a character encoding name.

-

Character encoding name +

Character encoding name {value} is not the preferred name of that character encoding.

-

Character encoding name +

Character encoding name {value} is not a registered name.

The specified character encoding name is not registered to IANA. Use of registered character encoding name @@ -1253,7 +1273,7 @@ name database of the conformance checker is not complete yet.

-

Character encoding name +

Character encoding name {value} is a private name.

The specified character encoding name is a private name and not registered to IANA. Use of registered character @@ -1271,7 +1291,7 @@

-

The specified value {value} +

The specified value {value} is syntactically not a character encoding name.

The attribute value must be a character encoding name. However, the specified value is not a character encoding name syntactically. @@ -1280,54 +1300,54 @@ printable characters, up to 40 characters.

-

The specified value is not a color +

The specified value is not a color name or hexadecimal color number.

-

The coords attribute have to +

The coords attribute have to contain three (3) numbers (specified: {text}).

-

The coords attribute have to +

The coords attribute have to contain four (4) numbers (specified: {text}).

-

The coords attribute have to +

The coords attribute have to contain more than or equal to six (6) numbers (specified: {text}).

-

The coords attribute have to +

The coords attribute have to contain even number of numbers (specified: {text}).

-

The specified value {value} +

The specified value {value} is out of range.

-

The specified value is not valid.

+

The specified value is not valid.

-

Year number is out of range.

+

Year number is out of range.

-

Month number is out of range.

+

Month number is out of range.

-

Day number is out of range.

+

Day number is out of range.

-

Hour number is out of range.

+

Hour number is out of range.

-

Minute number is out of range.

+

Minute number is out of range.

-

Second number is out of range.

+

Second number is out of range.

-

Hour number of the timezone component is out of +

Hour number of the timezone component is out of range.

-

Minute number of the timezone component is out of +

Minute number of the timezone component is out of range.

-

The attribute value is not a datetime.

+

The attribute value is not a datetime.

-

The attribute value is not a date or +

The attribute value is not a date or time.

-

This attribute only allow a limited set of +

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

For this attribute only several values are allowed and the @@ -1355,7 +1375,7 @@

-

Character encoding declaration syntax +

Character encoding declaration syntax <meta http-equiv="Content-Type" content="text/html; charset=charset-name"> is obsolete.

Old long character encoding declaration syntax @@ -1368,40 +1388,40 @@

-

Attribute value {@} +

Attribute value {@} is not allowed.

-

There is another pragma +

There is another pragma {value}.

-

This identifier has already been +

This identifier has already been assigned to another element.

-

The token {value} +

The token {value} appears in the attribute value twice.

-

The attribute value must not be empty.

+

The attribute value must not be empty.

-

The specified value is out of range.

+

The specified value is out of range.

-

The attribute value is not a real +

The attribute value is not a real number.

-

A fragment identifier references the element +

A fragment identifier references the element itself.

-

A fragment identifier references no +

A fragment identifier references no node.

-

A hash−name reference must start with a +

A hash−name reference must start with a # character.

-

The id attribute value is +

The id attribute value is different from the name attribute value.

-

The attribute value is not an integer.

+

The attribute value is not an integer.

-

@@ -1540,19 +1560,19 @@

Table Model Errors

-

Cell slot ({text}) is filled by +

Cell slot ({text}) is filled by multiple cells.

-

This colspan attribute +

This colspan attribute results in creating a table column that does not contain any cell anchored to it.

-

This column has no anchored cell.

+

This column has no anchored cell.

-

The table has no cell (td or +

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

-

This rowspan attribute +

This rowspan attribute results in creating a table row that does not contain any cell anchored to it.

The rowspan attribute value of the cell @@ -1571,9 +1591,9 @@ a cell that spans between first and second rows.

-

This row has no anchored cell.

+

This row has no anchored cell.

-

This rowspan attribute +

This rowspan attribute results in creating a table row that does not contain any cell anchored to it.

@@ -1583,22 +1603,22 @@

Internet Media Type Errors

-

The specified media type is a composite +

The specified media type is a composite type, which is not allowed in this context.

-

The specified value is not an Internet Media +

The specified value is not an Internet Media Type.

-

{@}: An obsolete +

{@}: An obsolete subtype is used.

-

{@}: A private +

{@}: A private (x- or x.) subtype is used.

-

{@}: The subtype is +

{@}: The subtype is not registered to IANA.

-

A value that is not an Internet Media Type +

A value that is not an Internet Media Type is not allowed here.

@@ -1606,10 +1626,10 @@

URL Errors

-

The specified value is syntactically not an +

The specified value is syntactically not an IRI.

-

The specified value is syntactically not an IRI +

The specified value is syntactically not an IRI reference.

The specified value does not satisfy the syntactical requirements for IRI references. The document is non-conforming.

@@ -1624,22 +1644,22 @@

-

The specified value is syntactically not an RDF +

The specified value is syntactically not an RDF URI reference.

-

The specified value is syntactically not a +

The specified value is syntactically not a URI according to RFC 2396.

-

The specified value is syntactically not a +

The specified value is syntactically not a URI.

-

URL host address format +

URL host address format {value} is not supported by the conformance checker.

-

Default port number should be omitted.

+

Default port number should be omitted.

-

A dot-segment (. or +

A dot-segment (. or ..) occurs in an absolute reference.

Dot-segment (. or ..) should not occur in an absolute reference.

@@ -1651,46 +1671,46 @@ canonical form before it has been published.

-

The host component of the URL is empty.

+

The host component of the URL is empty.

-

The URL does not end with +

The URL does not end with a / character.

-

The port component of the URL is empty.

+

The port component of the URL is empty.

-

The fragment component of the URL is not +

The fragment component of the URL is not allowed.

-

The host component of the URL +

The host component of the URL is too long.

-

A lowercase hexadecimal digit is used +

A lowercase hexadecimal digit is used in percent-encoding.

The hexadecimal digit in percent-encoding string in the IRI is in lowercase. Though the IRI is conforming, it should be in uppercase.

-

The host component of the URL +

The host component of the URL is not a DNS host name.

-

The host component of the URL +

The host component of the URL is not encoded in UTF-8.

-

Password should not be included in a URL +

Password should not be included in a URL for the security.

-

An unreserved character is +

An unreserved character is percent-encoded.

An unreserved character is percent-encoded in the IRI. Though it is conforming, it should be in the decoded (or bare) form.

-

The host {value} +

The host {value} should be spelt in lowercase.

-

URL scheme name is in uppercase.

+

URL scheme name is in uppercase.

The scheme part of the IRI is written in uppercase letter.

Uppercase scheme names are not required to be processed @@ -1711,10 +1731,10 @@

Media Query Errors

-

The specified value has a syntax error as a +

The specified value has a syntax error as a media query.

-

Media type {value} is +

Media type {value} is not supported by the conformance checker.

@@ -1722,66 +1742,66 @@

Selectors Errors

-

Argument list of the pseudo-class is +

Argument list of the pseudo-class is not closed by a ) character.

-

Numbers in the argument +

Numbers in the argument an+b have to be integers.

-

Argument an+b is +

Argument an+b is syntactically incorrect.

-

Attribute selector is not closed by +

Attribute selector is not closed by a ] character.

-

Argument list of the :lang +

Argument list of the :lang selector is not closed by a ) character.

-

Namespace prefix {value} +

Namespace prefix {value} is not declared.

-

Attribute local name is missing.

+

Attribute local name is missing.

-

Attribute matching operator (e.g. +

Attribute matching operator (e.g. =) is missing.

-

Attribute name is missing.

+

Attribute name is missing.

-

Attribute namespace wildcard * +

Attribute namespace wildcard * is not followed by a | character.

-

Attribute value is missing.

+

Attribute value is missing.

-

Class name is missing.

+

Class name is missing.

-

Combinator is missing.

+

Combinator is missing.

-

No string is specified in the argument +

No string is specified in the argument list of the :-manakai-contains pseudo-class selector.

-

Language tag argument is missing.

+

Language tag argument is missing.

-

Local name part of the type selector (or +

Local name part of the type selector (or * for the universal selector) is missing.

-

Pseudo-class name is missing.

+

Pseudo-class name is missing.

-

Pseudo-element name is missing.

+

Pseudo-element name is missing.

-

Sequence of simple selectors is +

Sequence of simple selectors is expected.

-

Argument list of the :not selector +

Argument list of the :not selector is not closed by a ) character.

-

Simple selector is not allowed after a +

Simple selector is not allowed after a pseudo element.

-

Pseudo-class :{value} +

Pseudo-class :{value} is not supported by the conformance checker.

-

Pseudo-element ::{value} +

Pseudo-element ::{value} is not supported by the conformance checker.

@@ -1789,42 +1809,42 @@

CSS Errors

-

An @{text} rule is not +

An @{text} rule is not allowed here.

-

The @{text} rule is +

The @{text} rule is syntactically incorrect.

-

Block is not closed before the end of +

Block is not closed before the end of file.

-

Component <{text}> is +

Component <{text}> is already specified.

-

Value hand is not valid as +

Value hand is not valid as <'cursor'>.

-

Specified value is syntactically not a correct +

Specified value is syntactically not a correct <{text}>.

-

No declaration block is found after a group of +

No declaration block is found after a group of selectors.

-

A : character is missing after +

A : character is missing after a property name.

-

Property name is expected.

+

Property name is expected.

-

A ; character is missing at the +

A ; character is missing at the end of the property.

-

Priority part of the declaration is syntactically +

Priority part of the declaration is syntactically incorrect.

-

The @{value} rule is +

The @{value} rule is not supported by the conformance checker.

-

Property {value} is +

Property {value} is not supported by the conformance checker.

@@ -1832,21 +1852,21 @@

Cache Manifest Errors

-

This URL is found both in the explicit or +

This URL is found both in the explicit or fallback entries and in the online whitelist.

-

The specified URL has different origin from +

The specified URL has different origin from the manifest.

-

The scheme component of the URL is +

The scheme component of the URL is different from that of the manifest URL. The URL is ignored.

-

This oppotunistic caching namespace is already +

This oppotunistic caching namespace is already specified.

-

Fallback entry URL is missing.

+

Fallback entry URL is missing.

-

This document is not a cache manifest.

+

This document is not a cache manifest.

The specified document is not a cache manifest. The document is non-conforming.

@@ -1859,18 +1879,18 @@ CACHE and MANIFEST).

-

This URL is same as the manifest URL.

+

This URL is same as the manifest URL.

Stability Information

-

This attribute is deprecated.

+

This attribute is deprecated.

-

This element is deprecated.

+

This element is deprecated.

-

This element is in the +

This element is in the call for implementation stage.

The element is in the call for implementation stage.

@@ -1883,7 +1903,7 @@ (W3C Candidate Recommendation) belong to this class.

-

This element is in the last +

This element is in the last call for comments stage.

The element is in the last call for comments stage.

@@ -1897,7 +1917,7 @@ defined by HTML5 belong to this class.

-

This element is documented in a working +

This element is documented in a working draft.

The element is documented in a working or editor's draft and not yet completed.

@@ -1909,7 +1929,7 @@

Most of new elements defined by HTML5 belong to this class.

-

This element is not part of any +

This element is not part of any standard the conformance checker knows.

The element is not part of any standard or draft the conformance checker is aware of.

@@ -1918,7 +1938,7 @@ there is really a standard that defines the element.

-

This attribute is in the +

This attribute is in the call for implementation stage.

The attribute is in the call for implementation stage.

@@ -1928,7 +1948,7 @@ might be revised, or in some case it might be dropped.

-

This attribute is in the last +

This attribute is in the last call for comments stage.

The attribute is in the last call for comments stage.

@@ -1939,7 +1959,7 @@ might be revised or might be dropped.

-

This attribute is documented in a working +

This attribute is documented in a working draft.

The attribute is documented in a working or editor's draft and not yet completed.

@@ -1949,7 +1969,7 @@ entirely removed.

-

This attribute is not part of any +

This attribute is not part of any standard the conformance checker knows.

The attribute is not part of any standard or draft the conformance checker is aware of.

@@ -1962,40 +1982,40 @@

Language Tag Errors

-

There is another extension subtag +

There is another extension subtag {value}.

-

Subtag {value} is +

Subtag {value} is syntactically invalid.

-

It is a good practice to represent ISO 639-1 +

It is a good practice to represent ISO 639-1 language code {value} in lowercase.

-

Langauge tag mul should not be +

Langauge tag mul should not be used.

-

No semantics is defined for language subtag +

No semantics is defined for language subtag {value}.

-

The language subtag {value} +

The language subtag {value} is syntactically invalid.

-

Langauge tag und should not be +

Langauge tag und should not be used.

-

It would be better if a private use language +

It would be better if a private use language tag ({value}) is not used.

-

Private use subtag {value} +

Private use subtag {value} is syntactically invalid.

-

It is a good practice to represent ISO 3166 +

It is a good practice to represent ISO 3166 country code {value} in uppercase.

-

No semantics is defined for region subtag +

No semantics is defined for region subtag {value}.

-

Use of private use country code +

Use of private use country code {value} is not allowed.

@@ -2003,25 +2023,25 @@

RDF/XML Errors

-

The namespace URI of an element that +

The namespace URI of an element that represents an RDF concept must be http://www.w3.org/1999/02/22-rdf-syntax-ns#.

-

The specified value is already used as an +

The specified value is already used as an ID.

-

Both unqualified attribute and namespace‐qualified +

Both unqualified attribute and namespace‐qualified RDF attribute are specified, which is not allowed.

-

An invalid value is specified to +

An invalid value is specified to the parseType attribute.

-

There is another element, such that +

There is another element, such that this element is not allowed.

-

Unqualified attribute is not allowed.

+

Unqualified attribute is not allowed.

-

RDF attribute should be +

RDF attribute should be namespace‐qualified.

@@ -2029,14 +2049,14 @@

Unsupported Messages

-

Conformance checking for element +

Conformance checking for element {local-name} is not supported; it might or might not be conforming.

The conformant checker does not support the element. It cannot determine whether the document is conforming or not.

-

Conformance checking for attribute +

Conformance checking for attribute {local-name} of element {element-local-name} is not supported; it might or might not be conforming.

@@ -2044,7 +2064,7 @@ It cannot determine whether the document is conforming or not.

-

- - - - - - - - - - - +

No more information is available.

+

No more information is available for this topic.

+
+

@@ -2307,56 +2319,38 @@ -
-

Error Levels

+

MUST‐level + error

+

A violation to a hard requirement of the specification. + The document is non‐conforming.

+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LevelConforming?Description
MUST‐level errorNon‐conforming.A violation to a hard requirement of the specification. -The document is non‐conforming.
SHOULD‐level errorNon‐conforming, but in some case -conforming.A violation to a requirement of the specification. -The violation might be legitimize in some case. Otherwise, -the document is non‐conforming.
WarningConforming.A warning is an advice from the conformance checker to avoid -to solve a problem in a confusing or possibly wrong way. -It does not affect to the conformance of the document, and -may sometimes be inappropriate.
InformationConforming.An informational message just provides an additional information -on the feature used in the document or the status of the retrieval -or so on. -It does not affect to the conformance of the document.
Not supportedUnknown.Some feature that is not supported by the conformance checker -is used in the document.
-
+

SHOULD‐level + error

+

A violation to a requirement of the specification. + The violation might be legitimize in some case. Otherwise, + the document is non‐conforming.

+
+ +

Warning

+

A warning is an advice from the conformance checker + to avoid solving a problem in a confusing or possibly wrong way. + It does not affect to the conformance of the document, and + may sometimes be inappropriate.

+
+ +

Information

+

An informational message just provides an additional information + on the feature used in the document or the status of the retrieval + or so on. + It does not affect to the conformance of the document.

+
+ +

Not + supported

+

Some feature that is not supported by the conformance checker + is used in the document.

+

License of This Document

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

- + \ No newline at end of file