--- test/html-webhacc/error-description-source.xml 2008/08/30 16:10:07 1.41
+++ test/html-webhacc/error-description-source.xml 2008/09/14 03:09:23 1.45
@@ -56,8 +56,45 @@
The input stream is encoded in Note that an The conformance checker cannot find an appropriate decoder for
+ the character encoding used to encode characters in the document. This error is raised if: In either case, the result shown by the conformance checker might
+ contain wrong errors caused by errorneous decoder or might not contain
+ errors that should be raised if an appropriate decoder is used. Noncharacter code points are used in the input stream. Noncharacter code points are reserved for internal processings.
+ Their use for information interchanges are forbidden. In addition, they are not allowed in HTML document. The The The character encoding declaration
+ ( The character encoding declaration have to occur near the beginning
+ of the document to ensure that Web browsers can be determine the
+ character encoding of the document. The The element is not one of elements allowed
+ in the latest version of relevant specifications. The element cannot be used. The attribute is not one of attributes allowed for the element
in the latest version of relevant specifications. The attribute cannot be used. The A The specified Internet Media Type is registered with status
- of OBSOLETE. The specified Internet Media Type is registered with its intended
+ usage as OBSOLETE.Character Encoding Layer Errors
-{octets}
+ is not an allowed representation of the character
+ {char} — character reference
+ {char:hexref} should be used instead.{octets}.{octets}
+ is illegal.ISO-2022-JP
+ or its variant but is partially broken.ISO-2022-JP stream must end in the ASCII
+ state.{octets}.{text} is used. Checking results might be
- wrong.
+
+
+ Coded Character Set Layer Errors
NULL character
is not allowed.{text} is
not allowed.{text}
+ is found in the input stream.{text}
+ is deprecated.{text}
+ is discouraged.{text}
+ is not the preferred representation of that character.{text}
+ should not be used in many cases.HTML5 Parse Errors in Tree Construction Stage
+<{text}> is after the html element
+ is closed.html 要素が閉じられた後に開始タグ
+ <{text}> があります。</{text}> is after the html element
+ is closed.html 要素が閉じられた後に終了タグ
+ </{text}> があります。<{text}> is
@@ -1183,6 +1306,29 @@
DOCTYPE legacy string is
+ used.DOCTYPE
+ 遺物文字列が使われています。DOCTYPE with the DOCTYPE legacy
+ string, i.e.
+ <!DOCTYPE HTML PUBLIC "XSLT-compat">
+ is used.DOCTYPE legacy string should not be used for documents
+ not generated from XSLT transformation process. It is allowed
+ only to enable to use XSLT style sheets with the HTML output mode, which
+ does not support generation of the DOCTYPE with no
+ PUBLIC
+ identifier. For other purposes, the DOCTYPE legacy
+ string, i.e. PUBLIC "XSLT-compat",
+ is useless and should not be used.head element.head element.head
+ 要素の最初の子要素ではありません。<meta charset="..."> or
+ <meta http-equiv=Content-Type content="text/html; charset=...">
+ must be the first child element in the head element.title element and other metadata elements must
+ appear after any character encoding declaration is processed.
+
+ event-source elementeventsource
+ element (no hyphen).m elementmark
+ element.
+
+
align attribute (various HTML elements)border attribute (various HTML elements)autosubmit attribute (menu element)language attribute (script element)<script>
/* JavaScript code */
</script>type attribute, as follows:
+
+
+ <script type="text/javascript">.<script type="text/vbscript">.title attribute
+ is empty.title 属性の値が空です。title attribute value of the link
+ element that defines an alternate style sheet is an empty value.link element whose rel attribute
+ is alternate stylesheet defines an alternate style sheet.
+ An alternate style sheet must be associated with a name using the
+ title attribute. The name cannot be empty.{value} is used.{value} が使われています。
- text/ecmascripttext/ecmascript is obsoleted in
favor of application/ecmascript. Note that
- text/javascript would be better alternative
- for many cases.text/javascript would be the better alternative
+ in many cases.
text/javascripttext/javascript is obsoleted by
IETF with backward incompatible alternate
application/javascript for architectural
- purity. Realist may ignore this warning.