m:illegal-octets-error;error-category-charset;An illegal octet in the input stream.
m:character encoding;format-charset must;Character encoding $0
is not allowed for HTML document.
s:character encoding;format-charset should;Character encoding $0
should not be used for HTML document.
w:character encoding;format-charset warning;Use of UTF-8 is encouraged.
unsupported:character encoding;format-charset unsupported;Conformance for character encoding requirements cannot be checked.
m:no character encoding declaration;format-charset error;There is no character encoding declaration.
m:non ascii superset;format-charset error;No character encoding metadata is found in lower‐level protocol nor is there BOM, while character encoding $0
is not a superset of ASCII.
sniffing:chardet;;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).
sniffing:default;;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.
chardecode:fallback;;Since no decoder for the document character encoding is found, decoder for the character encoding {text}
is used. Checking results might be wrong.
chardecode:no error;;Conformance error checking for the character encoding {text}
is not supported.
charset label:matching;;Sniffed character encoding {text}
is same as the character encoding specified in the character encoding declaration. This is not an error.
charset label detected;format-charset warning;While parsing the document as {text}
, a character encoding declaration specifying a different character encoding is found. The document is reparsed.
NULL;;The NULL
character is not allowed.
control char;;Code point {text}
is not allowed.
after html;parse-error;Tag <$0>
is not allowed after the end tag </html>
.
after body;parse-error;Tag <$0>
is not allowed after the end tag </body>
.
bad attribute name;tokenize-error;Attribute name cannot contain characters "
, '
, and =
.
bad attribute value;tokenize-error;Attribute value must be quoted by "
or '
if it contains a "
, '
, or =
character.
bare ero;tokenize-error;The &
character must be escaped as &
.
bare etago;tokenize-error;A </
string is not followed by a tag name.
bare stago;tokenize-error;A <
character is not followed by tag name or by a !
character.
bare nero;tokenize-error;The decimal representation of the code position of a character must be specified after &#
.
bare hcro;tokenize-error;The hexadecimal representation of the code position of a character must be specified after &#x
.
bogus comment;tokenize-error;String <!
is not followed by --
.
bogus end tag;tokenize-error;String </
is not followed by tag name.
C1 character reference;tokenize-error;Character reference to {text}
is not allowed.
CR character reference;tokenize-error;Character reference to U+000D
(CARRIAGE RETURN
) is not allowed.
dash in comment;tokenize-error;There is a --
sequence in a comment.
duplicate attribute;tokenize-error;There are two attributes with name {text}
.
empty start tag;tokenize-error;Empty start tag (<>
) is not allowed.
empty end tag;tokenize-error;Empty end tag (</>
) is not allowed.
end tag attribute;tokenize-error;End tag cannot have attributes.
invalid character reference;tokenize-error;Character reference to {text}
is not allowed.
nestc;tokenize-error;Polytheistic slash (/>
) cannot be used for this element.
no DOCTYPE name;tokenize-error;After the string <!DOCTYPE
, the document type name must be specified.
no PUBLIC literal;tokenize-error;After the keyword PUBLIC
, no oublic identifier is specified.
no refc;tokenize-error;Character reference must be closed by a ;
character.
no space before DOCTYPE name;tokenize-error;After the string <!DOCTYPE
, there must be at least a white space character before the document type name.
no space between attributes;tokenize-error;Attributes must be separeted by at least a white space character.
no SYSTEM literal;tokenize-error;After the keyword SYSTEM
, no system identifier is specified.
pio;tokenize-error;Processing instruction (<?...>
) is not allowed in HTML document.
string after DOCTYPE name;tokenize-error;There is a bogus string after the document type name.
string after PUBLIC;tokenize-error;There is a bogus string after the keyword PUBLIC
.
string after PUBLIC literal;tokenize-error;There is a bogus string after the public identifier.
string after SYSTEM;tokenize-error;There is a bogus string after the keyword SYSTEM
.
string after SYSTEM literal;tokenize-error;There is a bogus string after the system identifier.
unclosed attribute value;tokenize-error;Attribute value is not closed by a quotation mark.
unclosed comment;tokenize-error;Comment is not closed by a string -->
.
unclosed DOCTYPE;tokenize-error;The DOCTYPE
is not closed by a >
character.
unclosed PUBLIC literal;tokenize-error;The public identifier literal is not closed by a quotation mark.
unclosed SYSTEM literal;tokenize-error;The system identifier literal is not closed by a quotation mark.
unclosed tag;tokenize-error;Tag is not closed by a >
character.
after body;parse-error;Start tag <{text}>
is not allowed after the body
is closed.
after body:/;parse-error;End tag </{text}>
is not allowed after the body
is closed.
after body:#text;parse-error;Non‐white‐space characters are not allowed after the body
is closed.
after frameset;parse-error;Start tag <{text}>
is not allowed after the frameset
is closed.
after frameset:/;parse-error;End tag </{text}>
is not allowed after the frameset
is closed.
after frameset:#text;parse-error;Non‐white‐space characters are not allowed after the frame
is closed.
after head;parse-error;The {text}
element cannot be inserted between head
and body
elements.
after html;parse-error;Start tag <{text}>
is not allowed after the html
is closed.
after html:/;parse-error;End tag </{text}>
is not allowed after the html
is closed.
after html:#text;parse-error;Non‐white‐space characters are not allowed after the html
is closed.
image;parse-error;The image
element is obsolete.
in a:a;parse-error;Anchor cannot be nested.
in body;parse-error;Start tag <{text}>
is not allowed in the body
element.
in body:#eof;parse-error;Some element is not closed before the end of file.
in button:button;parse-error;The button
element cannot be nested.
in CDATA:#eof;parse-error;Element is not closed before the end of file.
in form:form;parse-error;Start tag <form>
is not allowed in a form
element.
in frameset;parse-error;Start tag <{text}>
is not allowed in a framset
element.
in frameset:/;parse-error;End tag </{text}>
is not allowed in a frameset
element.
in frameset:#text;parse-error;Non‐white‐space characters are not allowed in a frameset
element.
in head:head;parse-error;Start tag <head>
is not allowed in the head
element.
in html:#DOCTYPE;parse-error;A DOCTYPE
appears after any element or data character has been seen.
in nobr:nobr;parse-error;The nobr
element cannot be nested.
in noscript;parse-error;The {text}
element is not allowed in a noscript
element in the head
element.
in noscript:/;parse-error;An end tag </{text}>
appers before the noscript
element is closed.
in noscript:#eof;parse-error;A noscript
element is not closed before the end of file.
in noscript:#text;parse-error;Non‐white‐space characters are not allowed in a noscript
element in the head
element.
in PCDATA:#eof;parse-error;Element is not closed before the end of file.
in select;parse-error;Start tag <{text}>
is not allowed in a select
element.
in select:/;parse-error;End tag </{text}>
is not allowed in a select
element.
in table;parse-error;Start tag <{text}>
is not allowed in a table
element.
in table:/;parse-error;End tag </{text}>
is not allowed in a table
element.
in table:#text;parse-error;Non‐white‐space character is not allowed within the table
element, outside of the caption and cells.
isindex;parse-error;The isindex
element is obsolete.
missing start tag:tr;parse-error;Start tag of tr
element is missing.
no DOCTYPE;parse-error;This document does not start with a DOCTYPE
.
not closed;parse-error;Element {text}
is not closed.
not first start tag;parse-error;This <html>
tag is not the first start tag.
not HTML5;parse-error;This document is written in an old version of HTML.
start tag not allowed;parse-error;Start tag <{text}>
is not allowed here.
unmatched end tag;parse-error;Element {text}
is not opened.
character not allowed;content-model-error;Data character is not allowed in this context.
child element missing;content-model-error;There must be a $0
element as a child of this element.
child element missing:td|th;content-model-error;There must be a td
or th
element as a child of this element.
element not allowed;content-model-error;This element is not allowed in this context.
element not allowed:root;content-model-error;This element is not allowed as a root element.
ps element missing;content-model-error;There is no $0
element before this element.
attribute missing;attribute-error;Required attribute $0
is not specified.
attribute not allowed;attribute-error;Attribute {local-name}
is not allowed for {element-local-name}
element.
in HTML:xml:lang;attribute-error;The xml:lang
attribute is not allowed in HTML document.
in XML:charset;attribute-error;The charset
attribute is not allowed in XML document.
in XML:lang;attribute-error;The lang
attribute is not allowed in XML document.
in XML:xmlns;attribute-error;The xmlns
attribute in the null
namespace is not allowed in XHTML document. The document is non-conforming.
w:charset:not registered;attribute-value-warning warning;Character encoding name $0
is not registered.
w:charset:private;attribute-value-warning warning;$0
is a private character encoding name.
m:charset:syntax error;attribute-value-error;The specified value is syntactically not a character encoding name.
enumerated:invalid;attribute-value-error;This attribute only allow a limited set of values and the specified value {@}
is not one of them.
enumerated:invalid:http-equiv:content-type;attribute-value-error;Character encoding declaration syntax <meta http-equiv="Content-Type" content="text/html; charset=charset-name">
is obsolete.
duplicate ID;attribute-value-error;This identifier has already been assigned to another element.
link type:bad context;attribute-value-error;The link type $0
cannot be specified for this element.
link type:non-conforming;attribute-value-error;The link type $0
is non-conforming.
m:mismatched charset name;attribute-value-error;Character encoding name $1
is different from document character encoding $0
.
reserved browsing context name;attribute-value-error;Browsing context name {@}
is reserved.
s:link type:proposed;attribute-value-warning should;Link type $0
is proposed but not accepted yet; it should not be used until it has been accepted.
table:colspan creates column with no anchored cell;table-model-error;This colspan
attribute results in creating a table column that does not contain any cell anchored to it.
table:no cell in last row;table-model-error;The table has no cell (td
or th
) in the last row.
table:rowspan extends table;table-model-error;This rowspan
attribute results in creating a table row that does not contain any cell anchored to it.
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.
m:URI::syntax error;must;The specified value is syntactically not an IRI reference.
s:URI::dot-segment;should;A dot-segment (.
or ..
) occurs in an absolute reference.
s:URI::empty path;should;This IRI does not end with a /
.
s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding.
s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded.
s:URI::uppercase scheme name;should;URI scheme name is in uppercase.
m:not manifest;must;This document is not a cache manifest.
i:status:cr:element;level-i;This element is in the call for implementation stage.
i:status:lc:element;level-i;This element is in the last call for comments stage.
i:status:wd:element;level-i;This element is documented in a working draft.
i:status:non-standard:element;level-i;This element is not part of any standard the conformance checker knows.
unsupported:element;unsupported;Conformance checking for element {local-name}
is not supported; it might or might not be conforming.
unsupported:attribute;unsupported;Conformance checking for attribute {local-name}
of element {element-local-name}
is not supported; it might or might not be conforming.
unsupported:link type;unsupported;Link type $0
is not standardized or registered at the time of the release of the conformance checker; it is non-conforming unless it now has been registered.
unsupported:event handler;unsupported;Conformance checking for event handler attribute is not supported; it might or might not be conforming.
unsupported:media query;unsupported;Conformance checking for media query is not supported; it might or might not be conforming.
unsupported:script;unsupported;Conformance checking for script language $0
is not supported; it might or might not be conforming.
unsupported:style;unsupported;Conformance checking for style language $0
is not supported; it might or might not be conforming.
WebHACC:Title;;WebHACC (β)
WebHACC:Heading;;
Input;;入力
By URL;;URL で指定
By direct input;;直接入力
Options;;検査オプション
Check error page;;誤り頁を検査する
Content type;;内容型
Charset;;文字符号化
As specified;;指定通り
Japanese charsets;;日本語用文字符号化
European charsets;;欧米言語用文字符号化
Asian charsets;;アジア諸語用文字符号化
Unicode charsets;;Unicode 系文字符号化
Document source to check;;検査する文書のソース
Check;;検査
Setting innerHTML;;innerHTML
に値を設定する HTML 要素
Information;;情報
HTTP Header;;HTTP 頭部
Parse Errors Section;;構文誤り
Parse Errors;;構文誤り
Document Source;;文書のソース
Source;;ソース
Tables Section;;表の構造
Tables;;表
Document Tree;;文書木
Tree;;木
Document;;文書
Document Structure;;文書構造
Structure;;構造
Reformatted Document Source;;再整形した文書のソース
Reformatted;;再整形
Structural Errors;;構造的誤り
Struct. Errors;;構造誤り
Transfer Errors;;転送誤り
Trans. Errors;;転送誤り
Result;;結果
manakaiCompatMode:quirks;;奇癖モード
manakaiCompatMode:limited quirks;;限定奇癖モード
manakaiCompatMode:no quirks;;無奇癖モード
manakaiIsHTML:1;;HTML 文書
manakaiIsHTML:0;;XML 文書
manakaiCharset;;charset
引数
inputEncoding;;入力に用いた文字符号化
xmlVersion;;XML version
xmlEncoding;;XML encoding
xmlStandalone;;XML standalone
... with BOM;; (BOM
つき)
URL;;URL
URLs;;URL
Container Node;;この文書を含む節点
Table Element;;表要素
Base URL;;基底 URL
Internet Media Type;;インターネット媒体型
Character Encoding;;文字符号化
Byte Length;;バイト長
Character Length;;文字長
... overridden;; (上書き)
... overridden, official type is #;; (上書き, 公式型は {text}
)
... sniffed;; (探知結果)
byte;;バイト
bytes;;バイト
character;;文字
characters;;文字
Line #;;{text} 行
column #;;{text} 列
Index #;;索引 #{text}
Unknown location;;位置不明
Table #;;表 #{text} の構造
Subdocument #;;部分文書 #{text}
Sub #;;部分 #{text}
...;;〜
Score;;得点
Subtotal;;小計
Total;;合計
Main document;;主文書
Subdocuments;;部分文書
Transfer L.;;転送
Encode L.;;符号
Char L.;;文字
Syntax L.;;構文
Structure L.;;構造
Semantics L.;;意味
N/A;;−
No error found.;;誤りは見つかりませんでした。
No transfer error found.;;転送プロトコルの頭部に誤りは見つかりませんでした。
No parse error found.;;構文解析中に誤りは見つかりませんでした。
No structural error found.;;構造上の誤りは見つかりませんでした。
This checker is work in progress.;;
重要: この適合性検査サービスは開発中です。 この結果は間違いかもしれません。
Conformance is conforming;;この文書に適合性に関わる誤りは見つかりませんでした。 Conformance is should-error;;この文書はおそらく不適合ですが、 稀に適合している場合もあります。適合性検査器はこの文書が稀な場合に該当するかどうか判定できません。 Conformance is non-conforming;;この文書は不適合です。 Conformance is uncertain;;適合性検査器はこの文書が適合するかどうか判定できませんでした。 この文書は適合性検査器が対応していない機能を使っています。 この文書は適合しているかもしれませんし、していないかもしれません。 Error level m;;必須級の誤り Error level s;;推奨級の誤り Error level w;;警告 Error level i;;情報 Error level u;;未対応