m:illegal-octets-error;error-category-charset;An illegal octet in the input stream. disallowed character encoding;;Character encoding {text} is not allowed for HTML document. bad character encoding;;Character encoding {text} should not be used for HTML document. non-utf-8 character encoding;;Use of UTF-8 is encouraged (this document is encoded in {text}). character encoding unchecked;;Conformance for character encoding requirements cannot be checked, since the input is not a byte stream. no character encoding declaration;;There is no character encoding declaration. non ascii superset;;No character encoding metadata is found in lower‐level protocol nor is there BOM, while character encoding {text} 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 &amp;. 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. basehref after URL attribute;;The base element with the href attribute specified cannot be placed after any attribute with a URL. basetarget after hyperlink;;The base element with the target attribute specified cannot be placed after any element that defines a hyperlink. character not allowed;;Data character is not allowed in this context. character not allowed:empty;;Non‐white‐space characters are not allowed in an empty element. character not allowed:atom|PersonConstruct;;Non‐white‐space characters are not allowed in Person construct. character not allowed:atom|TextConstruct;;Non‐white‐space characters are not allowed in Text construct. child element missing;;There must be an element {text} 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. child element missing:atom;;There must be an element {text} in the Atom namespace as a child of this element. child element missing:atom:link:alternate;;There must be an Atom link element whose rel attribute is set to alternate as a child of this element. child element missing:atom:link:self;;There should be an Atom link element whose rel attribute is set to self as a child of this element. element missing:hn;;There must be at least one hn element descendant. element not allowed;;This element is not allowed in this context. element not allowed:area;;An area element cannot be used outside of a map element. element not allowed:base;;There is another base element. element not allowed:datatemplate;;In a datatemplate element, only rule elements are allowed. element not allowed:details legend;;In a details element, only at the beginning of the element a lengend element may be used. element not allowed:empty;;Elements are not allowed in an empty element. element not allowed:figure legend;;In a figure element, only at the beginning or only at the end of the element a lengend element may be used. element not allowed:flow;;This element is not allowed where flow content is expected. element not allowed:flow style;;A style element without scoped attribute is not allowed in this context. element not allowed:head noscript;;This element is not allowed in a noscript element in the head element. element not allowed:head style;;A style element with scoped attribute is not allowed in the head element. element not allowed:head title;;There is another title element. element not allowed:minus;;This element is not allowed in this context. element not allowed:meta charset;;The character encoding declaration must be the first element in the head element. element not allowed:metadata;;This element is not allowed where metadata content is expected. element not allowed:phrasing;;This element is not allowed where phrasing content is expected. element not allowed:root;;This element is not allowed as the root element of a document. element not allowed:root:xml;;This element is not allowed as the root element of an XML document. element not allowed:ruby base;;This element is not allowed in the ruby element. element not allowed:text;;This element is not allowed in this context. element not allowed:atom|content;;This element is not allowed in an Atom content element. element not allowed:atom|PersonConstruct;;This element is not allowed in Person construct. element not allowed:atom|TextConstruct;;This element is not allowed in Text construct. element not defined;;This element is not defined. no significant content;;No significant content is contained in this element. no significant content before;;There is no significant content before this element. no significant content at the end;;No significant content is contained at the end of this element. ps element missing;;There is no {text} element before this element. rp:syntax error;;The content of a rp element must be a parenthesis. attribute missing;;Required attribute {text} is not specified. attribute missing:data|type;;For an object at least one of data and type attributes must be specified. attribute missing:href|target;;For a base element, at least one of href and target attributes must be specified. attribute missing:name|http-equiv;;For a meta element with the content attribute specified, exactly one of name and http-equiv attributes must be specified. attribute missing:name|http-equiv|charset;;For a meta element, exactly one of name, http-equiv, and charset attributes must be specified. attribute not allowed;;Attribute {local-name} is not allowed for {element-local-name} element. attribute not allowed:ismap;;The ismap attribute may only be used for the image contained in an a element. attribute not defined;;This attribute is not defined. in HTML:xml:lang;attribute-error;The xml:lang attribute is not allowed in HTML document. in XML:charset;;The charset attribute is not allowed in XML document. in XML:lang;;The lang attribute is not allowed in XML document. in XML:noscript;;A noscript element cannot be used in XML document. in XML:xmlns;;The xmlns attribute in the null namespace is not allowed in XHTML document. The document is non-conforming. boolean:invalid;;Attribute value {@} is not allowed. It must be an empty string or a string {local-name}. char:syntax error;;The attribute value must be exactly one character. charref in charset;;A character reference cannot be used to represent a character encoding name. charset:not preferred;;Character encoding name {value} is not the preferred name of that character encoding. charset:not registered;;Character encoding name {value} is not a registered name. charset:private;;Character encoding name {value} is a private name. charset:syntax error;;The specified value {value} is syntactically not a character encoding name. color:syntax error;;The specified value is not a color name or hexadecimal color number. coords:number not 3;;The coords attribute have to contain three (3) numbers (specified: {text}). coords:number not 4;;The coords attribute have to contain four (4) numbers (specified: {text}). coords:number lt 6;;The coords attribute have to contain more than or equal to six (6) numbers (specified: {text}). coords:number not even;;The coords attribute have to contain even number of numbers (specified: {text}). coords:out of range;;The specified value {value} is out of range. coords:syntax error;;The specified value is not valid. datetime:bad year;;Year number is out of range. datetime:bad month;;Month number is out of range. datetime:bad day;;Day number is out of range. datetime:bad hour;;Hour number is out of range. datetime:bad minute;;Minute number is out of range. datetime:bad second;;Second number is out of range. datetime:bad timezone hour;;Hour number of the timezone component is out of range. datetime:bad timezone minute;;Minute number of the timezone component is out of range. datetime:syntax error;;The attribute value is not a datetime. dateortime:syntax error;;The attribute value is not a date or time. enumerated:invalid;;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. enumerated:non-conforming;;Attribute value {@} is not allowed. duplicate http-equiv;;There is another pragma {value}. duplicate ID;attribute-value-error;This identifier has already been assigned to another element. duplicate token;;The token {value} appears in the attribute value twice. empty attribute value;;The attribute value must not be empty. float:out of range;;The specified value is out of range. float:syntax error;;The attribute value is not a real number. fragment points itself;;A fragment identifier references the element itself. fragment points nothing;;A fragment identifier references no node. hashref:syntax error;;A hash−name reference must start with a # character. id ne name;;The id attribute value is different from the name attribute value. integer:syntax error;;The attribute value is not an integer. link type:bad context;;The link type {value} cannot be specified for this element. invalid attribute value;attribute-value-error;Attribute value {@} is not an allowed value. length:syntax error;;The attribute value is not a length value. link type:non-conforming;;The link type {value} is non-conforming. meta content-type syntax error;;The specified value is not a valid as a long character encoding declaration. mismatched charset name;;The specified character encoding name {value} is different from the actual document character encoding {text}. mismatched charset name not checked;;Whether the specified character encoding name {value} matches to the actual character encoding name cannot be checked since the input is not a byte stream. mode:syntax error;;The attribute value is not a valid mode name. nninteger:out of range;;The specified value is out of range. nninteger:syntax error;;The attribute value is not a non‐negative integer. no referenced map;;The usemap attribute references no image map. no referenced menu;;The contextmenu attribute references no menu. no referenced header cell;;There is no table header cell whose id is {value} in the same table. refresh:syntax error;;the specified value is not a valid as part of a Refresh pragma. repeat:syntax error;;The attribute value is not an integer or a string template. reserved browsing context name;attribute-value-error;Browsing context name {@} is reserved. Reserved Prefixes and Namespace Names:Name;;Namespace name {text} is reserved and cannot be used for an arbitrary prefix. Reserved Prefixes and Namespace Names:Prefix;;Namespace prefix {text} is reserved and cannot be used for an arbitrary namespace name. link type:proposed;;Link type {value} is proposed but not accepted yet; it should not be used until it has been accepted. sizes:syntax error;;The specified value {value} is not a valid value. space in ID;;White space characters are not allowed in the id attribute. template:not template;;The node referenced by the template attribute is not a template. window name:empty;;Browsing context name must not be empty. window name:reserved;;Browsing context name {value} is reserved. word not allowed;;The word {value} is not allowed in this attribute. XML 1.0 NCName:syntax error;;The specified value is not a legal XML Namespaces 1.0 NCName. cell overlapping;;Cell slot ({text}) is filled by multiple cells. colspan creates column with no anchored cell;;This colspan attribute results in creating a table column that does not contain any cell anchored to it. column with no anchored cell;;This column has no anchored cell. 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. row with no anchored cell;;This row has no anchored cell. rowspan creates row with no anchored cell;;This rowspan attribute results in creating a table row that does not contain any cell anchored to it. IMT:composite;;The specified media type is a composite type, which is not allowed in this context. IMT:syntax error;;The specified value is not an Internet Media Type. 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. not IMT;;A value that is not an Internet Media Type is not allowed here. syntax error:iri3987;;The specified value is syntactically not an IRI. syntax error:iriref3987;;The specified value is syntactically not an IRI reference. syntax error:rdfuriref;;The specified value is syntactically not an RDF URI reference. syntax error:uri2396;;The specified value is syntactically not a URI according to RFC 2396. syntax error:uri3986;;The specified value is syntactically not a URI. URL:address format;;URL host address format {value} is not supported by the conformance checker. URL:default port;;Default port number should be omitted. URL:dot-segment;;A dot-segment (. or ..) occurs in an absolute reference. URL:empty host;;The host component of the URL is empty. URL:empty path;;The URL does not end with a / character. URL:empty port;;The port component of the URL is empty. URL fragment not allowed;;The fragment component of the URL is not allowed. URL:long host;;The host component of the URL is too long. URL:lowercase hexadecimal digit;;A lowercase hexadecimal digit is used in percent-encoding. URL:non-DNS host;;The host component of the URL is not a DNS host name. URL:non UTF-8 host;;The host component of the URL is not encoded in UTF-8. URL:password;;Password should not be included in a URL for the security. URL:percent-encoded unreserved;;An unreserved character is percent-encoded. URL:uppercase host;;The host {value} should be spelt in lowercase. URL:uppercase scheme name;;URL scheme name is in uppercase. mq syntax error;;The specified value has a syntax error as a media query. unknown media type;;Media type {value} is not supported by the conformance checker. an+b not closed;;Argument list of the pseudo-class is not closed by a ) character. ab+b not integer;;Numbers in the argument an+b have to be integers. an+b syntax error;;Argument an+b is syntactically incorrect. attr selector not closed;;Attribute selector is not closed by a ] character. lang selector not closed;;Argument list of the :lang selector is not closed by a ) character. namespace prefix:not declared;;Namespace prefix {value} is not declared. no attr local name;;Attribute local name is missing. no attr match;;Attribute matching operator (e.g. =) is missing. no attr name;;Attribute name is missing. no attr namespace separator;;Attribute namespace wildcard * is not followed by a | character. no attr value;;Attribute value is missing. no class name selector;;Class name is missing. no combinator;;Combinator is missing. no contains string;;No string is specified in the argument list of the :-manakai-contains pseudo-class selector. no lang tag;;Language tag argument is missing. no local name selector;;Local name part of the type selector (or * for the universal selector) is missing. no pseudo-class name;;Pseudo-class name is missing. no pseudo-element name;;Pseudo-element name is missing. no sss;;Sequence of simple selectors is expected. not not closed;;Argument list of the :not selector is not closed by a ) character. ss after pseudo-element;;Simple selector is not allowed after a pseudo element. unknown pseudo-class;;Pseudo-class :{value} is not supported by the conformance checker. unknown pseudo-element;;Pseudo-element ::{value} is not supported by the conformance checker. at-rule not allowed;;An @{text} rule is not allowed here. at-rule syntax error;;The @{text} rule is syntactically incorrect. block not closed;;Block is not closed before the end of file. CSS duplication;;Component <{text}> is already specified. CSS syntax error;;Specified value is syntactically not a correct <{text}>. no declaration block;;No declaration block is found after a group of selectors. no property colon;;A : character is missing after a property name. no property name;;Property name is expected. no property semicolon;;A ; character is missing at the end of the property. priority syntax error;;Priority part of the declaration is syntactically incorrect. unknown at-rule;;The @{value} rule is not supported by the conformance checker. unknown property;;Property {value} is not supported by the conformance checker. both in entries and whitelist;;This URL is found both in the explicit or fallback entries and in the online whitelist. different origin from manifest;;The specified URL has different origin from the manifest. different scheme from manifest;;The scheme component of the URL is different from that of the manifest URL. The URL is ignored. duplicate oc namespace;;This oppotunistic caching namespace is already specified. no fallback entry URL;;Fallback entry URL is missing. not manifest;;This document is not a cache manifest. same as manifest URL;;This URL is same as the manifest URL. deprecated:attr;;This attribute is deprecated. deprecated:element;;This element is deprecated. status:cr:element;;This element is in the call for implementation stage. status:lc:element;;This element is in the last call for comments stage. status:wd:element;;This element is documented in a working draft. status:non-standard:element;;This element is not part of any standard the conformance checker knows. status:cr:attr;;This attribute is in the call for implementation stage. status:lc:attr;;This attribute is in the last call for comments stage. status:wd:attr;;This attribute is documented in a working draft. status:non-standard:attr;;This attribute is not part of any standard the conformance checker knows. langtag:extension:duplication;;There is another extension subtag {value}. langtag:illegal;;Subtag {value} is syntactically invalid. langtag:language:case;;It is a good practice to represent ISO 639-1 language code {value} in lowercase. langtag:language:mul;;Langauge tag mul should not be used. langtag:language:nosemantics;;No semantics is defined for language subtag {value}. langtag:language:syntax;;The language subtag {value} is syntactically invalid. langtag:language:und;;Langauge tag und should not be used. langtag:private;;It would be better if a private use language tag ({value}) is not used. langtag:privateuse:syntax;;Private use subtag {value} is syntactically invalid. langtag:region:case;;It is a good practice to represent ISO 3166 country code {value} in uppercase. langtag:region:nosemantics;;No semantics is defined for region subtag {value}. langtag:region:private;;Use of private use country code {value} is not allowed. bad rdf namespace;;The namespace URI of an element that represents an RDF concept must be http://www.w3.org/1999/02/22-rdf-syntax-ns#. duplicate rdf id;;The specified value is already used as an ID. duplicate unqualified attr;;Both unqualified attribute and namespace‐qualified RDF attribute are specified, which is not allowed. parse type other;;An invalid value is specified to the parseType attribute. second node element;;There is another element, such that this element is not allowed. unqualified attr;;Unqualified attribute is not allowed. unqualified rdf attr;;RDF attribute should be namespace‐qualified. unknown element;;Conformance checking for element {local-name} is not supported; it might or might not be conforming. unknown attribute;;Conformance checking for attribute {local-name} of element {element-local-name} is not supported; it might or might not be conforming. unknown link type;;Link type {value} 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. event handler;;Conformance checking for event handler attribute is not supported; it might or might not be conforming. media query;;Conformance checking for media query is not supported; it might or might not be conforming. addr-spec not supported;;Conformance checking for an addr-spec is not supported; it might or might not be conforming. XML script lang;;Conformance checking for script language {text} is not supported; it might or might not be conforming. XML style lang;;Conformance checking for style language {text} is not supported; it might or might not be conforming. atom|content not supported;;Conformance checking for an Atom content element with type {text} is not supported. WebHACC:Title;;WebHACC (β) WebHACC:Heading;; WebHACC 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;;再整形 RDF Triples;;RDF 三項組 RDF;;RDF 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;;バイト Explicit entries;;明示的項目 Fallback entries;;滑り止め項目 Opportunistic caching namespace;;日和見的キャッシュ化名前空間 Fallback entry;;滑り止め項目 Online whitelist;;オンライン・ホワイトリスト No entry;;項目なし Subject;;主語 Predicate;;述語 Object;;目的語 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;;未対応