| 1 |
m:illegal-octets-error;error-category-charset;An illegal octet in the input stream. |
| 2 |
m:character encoding;format-charset must;Character encoding <code><var>$0</var></code> is not allowed for <abbr>HTML</abbr> document. |
| 3 |
s:character encoding;format-charset should;Character encoding <code><var>$0</var></code> should not be used for <abbr>HTML</abbr> document. |
| 4 |
w:character encoding;format-charset warning;Use of UTF-8 is encouraged. |
| 5 |
unsupported:character encoding;format-charset unsupported;Conformance for character encoding requirements cannot be checked. |
| 6 |
m:no character encoding declaration;format-charset error;There is no character encoding declaration. |
| 7 |
m:non ascii superset;format-charset error;No character encoding metadata is found in lower‐level protocol nor is there <abbr>BOM</abbr>, while character encoding <code><var>$0</var></code> is not a superset of <abbr>ASCII</abbr>. |
| 8 |
sniffing:chardet;;Character encoding of this document is sniffed as <code><var>{text}</var></code> (Sniffed because no explicit specification for the character encoding of this document is found in the transfer procotol headers). |
| 9 |
sniffing:default;;Character encoding of this document is defaulted to <code><var>{text}</var></code> because no explicit specification for the character encoding of this document is found in the transfer procotol headers. |
| 10 |
chardecode:fallback;;Since no decoder for the document character encoding is found, decoder for the character encoding <code><var>{text}</var></code> is used. Checking results might be <em>wrong</em>. |
| 11 |
chardecode:no error;;Conformance error checking for the character encoding <code><var>{text}</var></code> is not supported. |
| 12 |
charset label:matching;;Sniffed character encoding <code><var>{text}</var></code> is same as the character encoding specified in the character encoding declaration. This is <em>not</em> an error. |
| 13 |
charset label detected;format-charset warning;While parsing the document as <code><var>{text}</var></code>, a character encoding declaration specifying a different character encoding is found. The document is reparsed. |
| 14 |
NULL;;The <code class="charname">NULL</code> character is not allowed. |
| 15 |
control char;;Code point <code><var>{text}</var></code> is not allowed. |
| 16 |
after html;parse-error;Tag <code><<var>$0</var>></code> is not allowed after the end tag <code></html></code>. |
| 17 |
after body;parse-error;Tag <code><<var>$0</var>></code> is not allowed after the end tag <code></body></code>. |
| 18 |
bad attribute name;tokenize-error;Attribute name cannot contain characters <code>"</code>, <code>'</code>, and <code>=</code>. |
| 19 |
bad attribute value;tokenize-error;Attribute value must be quoted by <code>"</code> or <code>'</code> if it contains a <code>"</code>, <code>'</code>, or <code>=</code> character. |
| 20 |
bare ero;tokenize-error;The <code>&</code> character must be escaped as <code class="html example">&amp;</code>. |
| 21 |
bare etago;tokenize-error;A <code></</code> string is not followed by a tag name. |
| 22 |
bare stago;tokenize-error;A <code><</code> character is not followed by tag name or by a <code>!</code> character. |
| 23 |
bare nero;tokenize-error;The decimal representation of the code position of a character must be specified after <code>&#</code>. |
| 24 |
bare hcro;tokenize-error;The hexadecimal representation of the code position of a character must be specified after <code>&#x</code>. |
| 25 |
bogus comment;tokenize-error;String <code><!</code> is not followed by <code>--</code>. |
| 26 |
bogus end tag;tokenize-error;String <code></</code> is not followed by tag name. |
| 27 |
C1 character reference;tokenize-error;Character reference to <code><var>{text}</var></code> is not allowed. |
| 28 |
CR character reference;tokenize-error;Character reference to <code>U+000D</code> (<code class="charname">CARRIAGE RETURN</code>) is not allowed. |
| 29 |
dash in comment;tokenize-error;There is a <code>--</code> sequence in a comment. |
| 30 |
duplicate attribute;tokenize-error;There are two attributes with name <code><var>{text}</var></code>. |
| 31 |
empty start tag;tokenize-error;Empty start tag (<code><></code>) is not allowed. |
| 32 |
empty end tag;tokenize-error;Empty end tag (<code></></code>) is not allowed. |
| 33 |
end tag attribute;tokenize-error;End tag cannot have attributes. |
| 34 |
invalid character reference;tokenize-error;Character reference to <code><var>{text}</var></code> is not allowed. |
| 35 |
nestc;tokenize-error;Polytheistic slash (<code>/></code>) cannot be used for this element. |
| 36 |
no DOCTYPE name;tokenize-error;After the string <code><!DOCTYPE </code>, the document type name must be specified. |
| 37 |
no PUBLIC literal;tokenize-error;After the keyword <code>PUBLIC</code>, no oublic identifier is specified. |
| 38 |
no refc;tokenize-error;Character reference must be closed by a <code>;</code> character. |
| 39 |
no space before DOCTYPE name;tokenize-error;After the string <code><!DOCTYPE</code>, there must be at least a white space character before the document type name. |
| 40 |
no space between attributes;tokenize-error;Attributes must be separeted by at least a white space character. |
| 41 |
no SYSTEM literal;tokenize-error;After the keyword <code>SYSTEM</code>, no system identifier is specified. |
| 42 |
pio;tokenize-error;Processing instruction (<code><?<var>...</var>></code>) is not allowed in HTML document. |
| 43 |
string after DOCTYPE name;tokenize-error;There is a bogus string after the document type name. |
| 44 |
string after PUBLIC;tokenize-error;There is a bogus string after the keyword <code>PUBLIC</code>. |
| 45 |
string after PUBLIC literal;tokenize-error;There is a bogus string after the public identifier. |
| 46 |
string after SYSTEM;tokenize-error;There is a bogus string after the keyword <code>SYSTEM</code>. |
| 47 |
string after SYSTEM literal;tokenize-error;There is a bogus string after the system identifier. |
| 48 |
unclosed attribute value;tokenize-error;Attribute value is not closed by a quotation mark. |
| 49 |
unclosed comment;tokenize-error;Comment is not closed by a string <code>--></code>. |
| 50 |
unclosed DOCTYPE;tokenize-error;The <code>DOCTYPE</code> is not closed by a <code>></code> character. |
| 51 |
unclosed PUBLIC literal;tokenize-error;The public identifier literal is not closed by a quotation mark. |
| 52 |
unclosed SYSTEM literal;tokenize-error;The system identifier literal is not closed by a quotation mark. |
| 53 |
unclosed tag;tokenize-error;Tag is not closed by a <code>></code> character. |
| 54 |
after body;parse-error;Start tag <code><<var>{text}</var>></code> is not allowed after the <code>body</code> is closed. |
| 55 |
after body:/;parse-error;End tag <code></<var>{text}</var>></code> is not allowed after the <code>body</code> is closed. |
| 56 |
after body:#text;parse-error;Non‐white‐space characters are not allowed after the <code>body</code> is closed. |
| 57 |
after frameset;parse-error;Start tag <code><<var>{text}</var>></code> is not allowed after the <code>frameset</code> is closed. |
| 58 |
after frameset:/;parse-error;End tag <code></<var>{text}</var>></code> is not allowed after the <code>frameset</code> is closed. |
| 59 |
after frameset:#text;parse-error;Non‐white‐space characters are not allowed after the <code>frame</code> is closed. |
| 60 |
after head;parse-error;The <code><var>{text}</var></code> element cannot be inserted between <code>head</code> and <code>body</code> elements. |
| 61 |
after html;parse-error;Start tag <code><<var>{text}</var>></code> is not allowed after the <code>html</code> is closed. |
| 62 |
after html:/;parse-error;End tag <code></<var>{text}</var>></code> is not allowed after the <code>html</code> is closed. |
| 63 |
after html:#text;parse-error;Non‐white‐space characters are not allowed after the <code>html</code> is closed. |
| 64 |
image;parse-error;The <code>image</code> element is obsolete. |
| 65 |
in a:a;parse-error;Anchor cannot be nested. |
| 66 |
in body;parse-error;Start tag <code><<var>{text}</var>></code> is not allowed in the <code>body</code> element. |
| 67 |
in body:#eof;parse-error;Some element is not closed before the end of file. |
| 68 |
in button:button;parse-error;The <code>button</code> element cannot be nested. |
| 69 |
in CDATA:#eof;parse-error;Element is not closed before the end of file. |
| 70 |
in form:form;parse-error;Start tag <code><form></code> is not allowed in a <code>form</code> element. |
| 71 |
in frameset;parse-error;Start tag <code><<var>{text}</var>></code> is not allowed in a <code>framset</code> element. |
| 72 |
in frameset:/;parse-error;End tag <code></<var>{text}</var>></code> is not allowed in a <code>frameset</code> element. |
| 73 |
in frameset:#text;parse-error;Non‐white‐space characters are not allowed in a <code>frameset</code> element. |
| 74 |
in head:head;parse-error;Start tag <code><head></code> is not allowed in the <code>head</code> element. |
| 75 |
in html:#DOCTYPE;parse-error;A <code>DOCTYPE</code> appears after any element or data character has been seen. |
| 76 |
in nobr:nobr;parse-error;The <code>nobr</code> element cannot be nested. |
| 77 |
in noscript;parse-error;The <code><var>{text}</var></code> element is not allowed in a <code>noscript</code> element in the <code>head</code> element. |
| 78 |
in noscript:/;parse-error;An end tag <code></<var>{text}</var>></code> appers before the <code>noscript</code> element is closed. |
| 79 |
in noscript:#eof;parse-error;A <code>noscript</code> element is not closed before the end of file. |
| 80 |
in noscript:#text;parse-error;Non‐white‐space characters are not allowed in a <code>noscript</code> element in the <code>head</code> element. |
| 81 |
in PCDATA:#eof;parse-error;Element is not closed before the end of file. |
| 82 |
in select;parse-error;Start tag <code><<var>{text}</var>></code> is not allowed in a <code>select</code> element. |
| 83 |
in select:/;parse-error;End tag <code></<var>{text}</var>></code> is not allowed in a <code>select</code> element. |
| 84 |
in table;parse-error;Start tag <code><<var>{text}</var>></code> is not allowed in a <code>table</code> element. |
| 85 |
in table:/;parse-error;End tag <code></<var>{text}</var>></code> is not allowed in a <code>table</code> element. |
| 86 |
in table:#text;parse-error;Non‐white‐space character is not allowed within the <code>table</code> element, outside of the caption and cells. |
| 87 |
isindex;parse-error;The <code>isindex</code> element is obsolete. |
| 88 |
missing start tag:tr;parse-error;Start tag of <code>tr</code> element is missing. |
| 89 |
no DOCTYPE;parse-error;This document does not start with a <code>DOCTYPE</code>. |
| 90 |
not closed;parse-error;Element <code><var>{text}</var></code> is not closed. |
| 91 |
not first start tag;parse-error;This <code><html></code> tag is not the first start tag. |
| 92 |
not HTML5;parse-error;This document is written in an old version of HTML. |
| 93 |
start tag not allowed;parse-error;Start tag <code><<var>{text}</var>></code> is not allowed here. |
| 94 |
unmatched end tag;parse-error;Element <code><var>{text}</var></code> is not opened. |
| 95 |
character not allowed;content-model-error;Data character is not allowed in this context. |
| 96 |
child element missing;content-model-error;There must be a <code><var>$0</var></code> element as a child of this element. |
| 97 |
child element missing:td|th;content-model-error;There must be a <code>td</code> or <code>th</code> element as a child of this element. |
| 98 |
element not allowed;content-model-error;This element is not allowed in this context. |
| 99 |
element not allowed:root;content-model-error;This element is not allowed as a root element. |
| 100 |
ps element missing;content-model-error;There is no <code><var>$0</var></code> element before this element. |
| 101 |
attribute missing;attribute-error;Required attribute <code><var>$0</var></code> is not specified. |
| 102 |
attribute not allowed;attribute-error;Attribute <code><var>{local-name}</var></code> is not allowed for <code><var>{element-local-name}</var></code> element. |
| 103 |
in HTML:xml:lang;attribute-error;The <code>xml:lang</code> attribute is not allowed in HTML document. |
| 104 |
in XML:charset;attribute-error;The <code>charset</code> attribute is not allowed in XML document. |
| 105 |
in XML:lang;attribute-error;The <code>lang</code> attribute is not allowed in XML document. |
| 106 |
in XML:xmlns;attribute-error;The <code>xmlns</code> attribute in the <code>null</code> namespace is not allowed in XHTML document. The document is non-conforming. |
| 107 |
w:charset:not registered;attribute-value-warning warning;Character encoding name <code><var>$0</var></code> is not registered. |
| 108 |
w:charset:private;attribute-value-warning warning;<code><var>$0</var></code> is a private character encoding name. |
| 109 |
m:charset:syntax error;attribute-value-error;The specified value is syntactically not a character encoding name. |
| 110 |
enumerated:invalid;attribute-value-error;This attribute only allow a limited set of values and the specified value <code><var>{@}</var></code> is not one of them. |
| 111 |
enumerated:invalid:http-equiv:content-type;attribute-value-error;Character encoding declaration syntax <code class="html bad example"><meta http-equiv="Content-Type" content="text/html; charset=<var>charset-name</var>"></code> is obsolete. |
| 112 |
duplicate ID;attribute-value-error;This identifier has already been assigned to another element. |
| 113 |
link type:bad context;attribute-value-error;The link type <code><var>$0</var></code> cannot be specified for this element. |
| 114 |
link type:non-conforming;attribute-value-error;The link type <code><var>$0</var></code> is non-conforming. |
| 115 |
m:mismatched charset name;attribute-value-error;Character encoding name <code><var>$1</var></code> is different from document character encoding <code><var>$0</var></code>. |
| 116 |
reserved browsing context name;attribute-value-error;Browsing context name <code><var>{@}</var></code> is reserved. |
| 117 |
s:link type:proposed;attribute-value-warning should;Link type <code><var>$0</var></code> is proposed but not accepted yet; it <em>should not</em> be used until it has been accepted. |
| 118 |
table:colspan creates column with no anchored cell;table-model-error;This <code>colspan</code> attribute results in creating a table column that does not contain any cell anchored to it. |
| 119 |
table:no cell in last row;table-model-error;The table has no cell (<code>td</code> or <code>th</code>) in the last row. |
| 120 |
table:rowspan extends table;table-model-error;This <code>rowspan</code> attribute results in creating a table row that does not contain any cell anchored to it. |
| 121 |
s:IMT:obsolete subtype;should;<code><var>{@}</var></code>: An <em>obsolete</em> subtype is used. |
| 122 |
s:IMT:private subtype;should;<code><var>{@}</var></code>: A private (<code>x-</code> or <code>x.</code>) subtype is used. |
| 123 |
s:IMT:unregistered subtype;should;<code><var>{@}</var></code>: The subtype is not registered to IANA. |
| 124 |
m:URI::syntax error;must;The specified value is syntactically not an IRI reference. |
| 125 |
s:URI::dot-segment;should;A dot-segment (<code>.</code> or <code>..</code>) occurs in an absolute reference. |
| 126 |
s:URI::empty path;should;This IRI does not end with a <code>/</code>. |
| 127 |
s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding. |
| 128 |
s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded. |
| 129 |
s:URI::uppercase scheme name;should;URI scheme name is in uppercase. |
| 130 |
m:not manifest;must;This document is not a cache manifest. |
| 131 |
i:status:cr:element;level-i;This element is in the <strong>call for implementation</strong> stage. |
| 132 |
i:status:lc:element;level-i;This element is in the <strong>last call for comments</strong> stage. |
| 133 |
i:status:wd:element;level-i;This element is documented in a <strong>working draft</strong>. |
| 134 |
i:status:non-standard:element;level-i;This element is <strong>not part of any standard</strong> the conformance checker knows. |
| 135 |
unsupported:element;unsupported;Conformance checking for element <code><var>{local-name}</var></code> is not supported; <em>it might or might not be conforming</em>. |
| 136 |
unsupported:attribute;unsupported;Conformance checking for attribute <code><var>{local-name}</var></code> of element <code><var>{element-local-name}</var></code> is not supported; <em>it might or might not be conforming</em>. |
| 137 |
unsupported:link type;unsupported;Link type <code><var>$0</var></code> is not standardized or registered at the time of the release of the conformance checker; <em>it is non-conforming unless it now has been registered</em>. |
| 138 |
unsupported:event handler;unsupported;Conformance checking for event handler attribute is not supported; <em>it might or might not be conforming.</em> |
| 139 |
unsupported:media query;unsupported;Conformance checking for media query is not supported; <em>it might or might not be conforming.</em> |
| 140 |
unsupported:script;unsupported;Conformance checking for script language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em> |
| 141 |
unsupported:style;unsupported;Conformance checking for style language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em> |
| 142 |
WebHACC:Title;;WebHACC (β) |
| 143 |
WebHACC:Heading;; <a href="../cc-about"><abbr title="Web ハイパーテキスト応用適合性検査器 (β)"><img alt="WebHACC" src="../icons/title"></abbr></a> |
| 144 |
Input;;入力 |
| 145 |
By URL;;URL で指定 |
| 146 |
By direct input;;直接入力 |
| 147 |
Options;;検査オプション |
| 148 |
Check error page;;誤り頁を検査する |
| 149 |
Content type;;内容型 |
| 150 |
Charset;;文字符号化 |
| 151 |
As specified;;指定通り |
| 152 |
Japanese charsets;;日本語用文字符号化 |
| 153 |
European charsets;;欧米言語用文字符号化 |
| 154 |
Asian charsets;;アジア諸語用文字符号化 |
| 155 |
Unicode charsets;;Unicode 系文字符号化 |
| 156 |
Document source to check;;検査する文書のソース |
| 157 |
Check;;検査 |
| 158 |
Setting innerHTML;;<code>innerHTML</code> に値を設定する HTML 要素 |
| 159 |
Information;;情報 |
| 160 |
HTTP Header;;<abbr lang="en" title="Hypertext Transfer Protocol">HTTP</abbr> 頭部 |
| 161 |
Parse Errors Section;;構文誤り |
| 162 |
Parse Errors;;構文誤り |
| 163 |
Document Source;;文書のソース |
| 164 |
Source;;ソース |
| 165 |
Tables Section;;表の構造 |
| 166 |
Tables;;表 |
| 167 |
Document Tree;;文書木 |
| 168 |
Tree;;木 |
| 169 |
Document;;文書 |
| 170 |
Document Structure;;文書構造 |
| 171 |
Structure;;構造 |
| 172 |
Reformatted Document Source;;再整形した文書のソース |
| 173 |
Reformatted;;再整形 |
| 174 |
Structural Errors;;構造的誤り |
| 175 |
Struct. Errors;;構造誤り |
| 176 |
Transfer Errors;;転送誤り |
| 177 |
Trans. Errors;;転送誤り |
| 178 |
Result;;結果 |
| 179 |
manakaiCompatMode:quirks;;奇癖モード |
| 180 |
manakaiCompatMode:limited quirks;;限定奇癖モード |
| 181 |
manakaiCompatMode:no quirks;;無奇癖モード |
| 182 |
manakaiIsHTML:1;;HTML 文書 |
| 183 |
manakaiIsHTML:0;;XML 文書 |
| 184 |
manakaiCharset;;<code lang="en">charset</code> 引数 |
| 185 |
inputEncoding;;入力に用いた文字符号化 |
| 186 |
xmlVersion;;XML <code lang="en">version</code> |
| 187 |
xmlEncoding;;XML <code lang="en">encoding</code> |
| 188 |
xmlStandalone;;XML <code lang="en">standalone</code> |
| 189 |
... with BOM;; (<code class="charname" lang="en"><abbr title="BYTE ORDER MARK">BOM</abbr></code> つき) |
| 190 |
URL;;<abbr title="統一資源所在子">URL</abbr> |
| 191 |
URLs;;<abbr title="統一資源所在子">URL</abbr> |
| 192 |
Container Node;;この文書を含む節点 |
| 193 |
Table Element;;表要素 |
| 194 |
Base URL;;基底 URL |
| 195 |
Internet Media Type;;インターネット媒体型 |
| 196 |
Character Encoding;;文字符号化 |
| 197 |
Byte Length;;バイト長 |
| 198 |
Character Length;;文字長 |
| 199 |
... overridden;; (<i>上書き</i>) |
| 200 |
... overridden, official type is #;; (<i>上書き</i>, 公式型は <code class="MIME" lang="en"><var>{text}</var></code>) |
| 201 |
... sniffed;; (<i>探知結果</i>) |
| 202 |
byte;;バイト |
| 203 |
bytes;;バイト |
| 204 |
character;;文字 |
| 205 |
characters;;文字 |
| 206 |
Line #;;<var>{text}</var> 行 |
| 207 |
column #;;<var>{text}</var> 列 |
| 208 |
Index #;;索引 #<var>{text}</var> |
| 209 |
Unknown location;;位置不明 |
| 210 |
Table #;;表 #<var>{text}</var> の構造 |
| 211 |
Subdocument #;;部分文書 #<var>{text}</var> |
| 212 |
Sub #;;部分 #<var>{text}</var> |
| 213 |
...;;〜 |
| 214 |
Score;;得点 |
| 215 |
Subtotal;;小計 |
| 216 |
Total;;合計 |
| 217 |
Main document;;主文書 |
| 218 |
Subdocuments;;部分文書 |
| 219 |
Transfer L.;;<abbr title="\xE8\xBB\xA2送プロトコル">転送</abbr> |
| 220 |
Encode L.;;<abbr title="文字符号化">符号</abbr> |
| 221 |
Char L.;;<abbr title="符号化文字">文字</abbr> |
| 222 |
Syntax L.;;構文 |
| 223 |
Structure L.;;構造 |
| 224 |
Semantics L.;;意味 |
| 225 |
N/A;;− |
| 226 |
No error found.;;誤りは見つかりませんでした。 |
| 227 |
No transfer error found.;;転送プロトコルの頭部に誤りは見つかりませんでした。 |
| 228 |
No parse error found.;;構文解析中に誤りは見つかりませんでした。 |
| 229 |
No structural error found.;;構造上の誤りは見つかりませんでした。 |
| 230 |
This checker is work in progress.;; <p><strong>重要</strong>: この適合性検査サービスは<em>開発中</em>です。 この結果は<em>間違い</em>かもしれません。</p> |
| 231 |
Conformance is conforming;;この文書に適合性に関わる誤りは見つかりませんでした。 |
| 232 |
Conformance is should-error;;この文書は<strong>おそらく<em>不</em>適合</strong>ですが、 稀に適合している場合もあります。適合性検査器はこの文書が稀な場合に該当するかどうか判定できません。 |
| 233 |
Conformance is non-conforming;;この文書は<strong><em>不</em>適合</strong>です。 |
| 234 |
Conformance is uncertain;;適合性検査器はこの文書が適合するかどうか判定できませんでした。 この文書は適合性検査器が対応していない機能を使っています。 この文書は適合しているかもしれませんし、していないかもしれません。 |
| 235 |
Error level m;;<a href="../error-description#level-m"><em class="rfc2119" title="REQUIRED">必須</em>級の誤り</a> |
| 236 |
Error level s;;<a href="../error-description#level-s"><em class="rfc2119" title="RECOMMENDED">推奨</em>級の誤り</a> |
| 237 |
Error level w;;<a href="../error-description#level-w">警告</a> |
| 238 |
Error level i;;<a href="../error-description#level-i">情報</a> |
| 239 |
Error level u;;<a href="../error-description#level-u">未対応</a> |