/[pub]/test/html-webhacc/error-description.ja.html.u8
Suika

Diff of /test/html-webhacc/error-description.ja.html.u8

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wakaba, Fri Aug 22 13:08:12 2008 UTC revision 1.12 by wakaba, Thu Dec 11 03:22:56 2008 UTC
# Line 33  Line 33 
33  <section id="character-encoding-layer">  <section id="character-encoding-layer">
34  <h2>Character Encoding Layer Errors</h2>  <h2>Character Encoding Layer Errors</h2>
35    
36  <div class="section" id="illegal-octets-error"><h3>An illegal octet in the input stream.</h3></div>  <div class="section" id="fallback-char-error"><h3>Octet sequence <code><var>{octets}</var></code>
37      is not an allowed representation of the character
38      <code><var>{char}</var></code> — character reference
39      <code><var>{char:hexref}</var></code> should be used instead.</h3></div>
40    
41    <div class="section" id="fallback-unassigned-error"><h3>No character is assigned to octet sequence
42      <code><var>{octets}</var></code>.</h3></div>
43    
44    <div class="section" id="illegal-octets-error"><h3>Octet sequence <code><var>{octets}</var></code>
45      is illegal.</h3></div>
46    
47    <div class="section" id="invalid-state-error"><h3>The input stream is broken.</h3>
48        <p>The input stream is encoded in <code>ISO-2022-JP</code>
49        or its variant but is partially broken.</p>
50    
51        <p>Note that an <code>ISO-2022-JP</code> stream must end in the ASCII
52        state.</p>
53      </div>
54    
55    <div class="section" id="unassigned-code-point-error"><h3>No character is assigned to octet sequence
56      <code><var>{octets}</var></code>.</h3></div>
57  </section>  </section>
58    
59  <section id="html5-character-encoding">  <section id="html5-character-encoding">
60  <h2>HTML5 Character Encoding Errors</h2>  <h2>HTML5 Character Encoding Errors</h2>
61    
62    <div class="section" id="charset:not-supported"><h3>Character encoding <code><var>{value}</var></code>
63      is not supported and the explicit character encoding specification is
64      ignored.  The result of the conformance checking might be
65      <em>wrong</em>.</h3></div>
66    
67  <div class="section" id="disallowed-character-encoding"><h3>Character encoding <code><var>{text}</var></code>  <div class="section" id="disallowed-character-encoding"><h3>Character encoding <code><var>{text}</var></code>
68    is not allowed for <abbr>HTML</abbr> document.</h3>    is not allowed for <abbr>HTML</abbr> document.</h3>
69      <p>The character encoding used for the document is not allowed      <p>The character encoding used for the document is not allowed
# Line 122  Line 147 
147    for the character encoding of this document is found in the transfer    for the character encoding of this document is found in the transfer
148    procotol headers.</h3></div>    procotol headers.</h3></div>
149    
150  <div class="section" id="chardecode:fallback"><h3>Since no decoder for the document character  <div class="section" id="chardecode:fallback"><h3>Results might be <em>wrong</em>, since the
151    encoding is found, decoder for the character encoding    conformance checker cannot find an appropriate decoder for the character
152    <code><var>{text}</var></code> is used.  Checking results might be    encoding used for the document.</h3>
153    <em>wrong</em>.</h3></div>      <p>The conformance checker cannot find an appropriate decoder for
154        the character encoding used to encode characters in the document.</p>
155    
156        <p>This error is raised if:</p>
157        <ul>
158        <li>the conformance checker cannot find any decoder for the character
159        encoding in use, but it knows that the encoding is similar to another
160        character encoding, such that it uses the decoder for that character
161        encoding, and therefore some octets might be interpreted incorrectly,
162        or,</li>
163        <li>the conformance checker find a decoder for the character encoding
164        in use, but it does not know whether the decoder is conforming to the
165        relevant specification or not, and therefore some octets might be
166        interpreted incorrectly.</li>
167        </ul>
168    
169        <p>In either case, the result shown by the conformance checker might
170        contain wrong errors caused by errorneous decoder or might not contain
171        errors that should be raised if an appropriate decoder is used.</p>
172    
173        <!-- TODO: add advise that either install relevant modules or
174             join the developmenet of the modules... -->
175      </div>
176    
177  <div class="section" id="chardecode:no-error"><h3>Conformance error checking for the character  <div class="section" id="chardecode:no-error"><h3>Conformance error checking for the character
178    encoding <code><var>{text}</var></code> is not supported.</h3></div>    encoding <code><var>{text}</var></code> is not supported.</h3></div>
# Line 162  Line 209 
209      <li>Use <code>UTF-8</code>.</li>      <li>Use <code>UTF-8</code>.</li>
210      </ul>      </ul>
211    </div>    </div>
212    </section>
213    
214    <section id="character-set-layer">
215    <h2>Coded Character Set Layer Errors</h2>
216    
217  <div class="section" id="NULL"><h3>The <code class="charname">NULL</code> character  <div class="section" id="NULL"><h3>The <code class="charname">NULL</code> character
218    is not allowed.</h3></div>    is not allowed.</h3></div>
# Line 169  Line 220 
220  <div class="section" id="control-char"><h3>Code point <code><var>{text}</var></code> is  <div class="section" id="control-char"><h3>Code point <code><var>{text}</var></code> is
221    not allowed.</h3></div>    not allowed.</h3></div>
222    
223  </section>  <div class="section" id="nonchar"><h3>Noncharacter <code><var>{text}</var></code>
224      is found in the input stream.</h3>
225  <section id="html5-tokenize-error">      <p>Noncharacter code points are used in the input stream.</p>
 <h2>HTML5 Parse Errors in Tokenization Stage</h2>  
226    
227  <div class="section" id="after-html"><h3>Tag <code>&lt;<var>$0</var>&gt;</code>      <p>Noncharacter code points are reserved for internal processings.
228    is not allowed after the end tag <code>&lt;/html&gt;</code>.</h3>      Their use for information interchanges are forbidden.</p>
     <p>The start or end tag of an element appears after the  
     <code>html</code> element has been closed.  The document is  
     non-conforming.</p>  
229    
230      <p>Any content of the document other than comments      <p>In addition, they are not allowed in HTML document.</p>
231      must be put into the <code>html</code> element.</p>      <!-- "permanently undefined Unicode characters" in HTML5. -->
232    </div>    </div>
233    
234  <div class="section" id="after-body"><h3>Tag <code>&lt;<var>$0</var>&gt;</code>  <div class="section" id="non-unicode"><h3>Character <code><var>{text}</var></code> is not
235    is not allowed after the end tag <code>&lt;/body&gt;</code>.</h3>    a Unicode character.</h3></div>
     <p>The start or end tag of an element appears after the  
     <code>body</code> element has been closed.  The document is  
     non-conforming.</p>  
236    
237      <p>Any content of the document other than <code>head</code>  <div class="section" id="unicode-deprecated"><h3>Use of character <code><var>{text}</var></code>
238      contents and comments must be put into the <code>body</code>    is deprecated.</h3></div>
239      element.</p>  
240    </div>  <div class="section" id="unicode-discouraged"><h3>Use of character <code><var>{text}</var></code>
241      is discouraged.</h3></div>
242    
243    <div class="section" id="unicode-not-preferred"><h3>Code point <code><var>{text}</var></code>
244      is not the preferred representation of that character.</h3></div>
245    
246    <div class="section" id="unicode-should"><h3>Character <code><var>{text}</var></code>
247      should not be used in many cases.</h3></div>
248    
249    </section>
250    
251    <section id="html5-tokenize-error">
252    <h2>HTML5 Parse Errors in Tokenization Stage</h2>
253    
254  <div class="section" id="bad-attribute-name"><h3>Attribute name cannot contain characters  <div class="section" id="bad-attribute-name"><h3>Attribute name cannot contain characters
255    <code>"</code>, <code>'</code>, and <code>=</code>.</h3></div>    <code>"</code>, <code>'</code>, and <code>=</code>.</h3></div>
256    
257  <div class="section" id="bad-attribute-value"><h3>Attribute value must be quoted by <code>"</code>  <div class="section" id="bad-attribute-value"><h3>Attribute value must be quoted by <code>"</code>
258    or <code>'</code> if it contains a <code>"</code>, <code>'</code>, or    or <code>'</code> if it contains a <code>"</code>, <code>'</code>, or
259    <code>=</code> character.</h3></div>    <code>=</code> character.</h3>
260        <p>In an unquoted attribute value, a character <code>"</code>
261        (<code>U+0022</code> <code class="charname">QUOTATION MARK</code>),
262        <code>'</code> (<code>U+0026</code>
263        <code class="charname">APOSTROPHE</code>), or <code>=</code>
264        (<code>U+003D</code> <code class="charname">EQUAL SIGN</code>)
265        is contained.  These characters are not allowed in unquoted attribute
266        values, since they are used to quote attribute values or to separate
267        attribute name and value.</p>
268    
269        <p>This error is also raised if one try to use empty attribute
270        value like <code class="html bad example">&lt;foo bar= baz=&gt;</code>;
271        in this example, <code class="html bad example">baz=</code> is
272        treated as an invalid attribute value for the attribute
273        <code class="html bad example">bar</code>, not as another attribute.</p>
274      </div>
275    
276  <div class="section" id="bare-ero"><h3>The <code>&amp;</code> character must  <div class="section" id="bare-ero"><h3>The <code>&amp;</code> character must
277    be escaped as <code class="html example">&amp;amp;</code>.</h3>    be escaped as <code class="html example">&amp;amp;</code>.</h3>
# Line 373  Line 444 
444      </p>      </p>
445    </div>    </div>
446    
 <div class="section" id="C1-character-reference"><h3>Character reference to  
   <code><var>{text}</var></code> is not allowed.</h3></div>  
   
 <div class="section" id="CR-character-reference"><h3>Character reference to  
   <code>U+000D</code> (<code class="charname">CARRIAGE RETURN</code>)  
   is not allowed.</h3></div>  
   
447  <div class="section" id="dash-in-comment"><h3>There is a <code>--</code> sequence  <div class="section" id="dash-in-comment"><h3>There is a <code>--</code> sequence
448    in a comment.</h3>    in a comment.</h3>
449      <p>There is a <code>-</code> (<code>U+002D</code>      <p>There is a <code>-</code> (<code>U+002D</code>
# Line 408  Line 472 
472  <div class="section" id="empty-end-tag"><h3>Empty end tag (<code>&lt;/&gt;</code>) is not  <div class="section" id="empty-end-tag"><h3>Empty end tag (<code>&lt;/&gt;</code>) is not
473    allowed.</h3></div>    allowed.</h3></div>
474    
475  <div class="section" id="end-tag-attribute"><h3>End tag cannot have attributes.</h3></div>  <div class="section" id="end-tag-attribute"><h3>終了タグに属性が指定されています。</h3></div>
476    
477    <div class="section" id="empty-unquoted-attribute-value"><h3>属性値が指定されていません。</h3>
478        <p>The attribute value is not specified after the <code>=</code>
479        (<code>U+003C</code> <code class="charname">EQUAL SIGN</code>)
480        character.</p>
481    
482        <p>When an attribute value is empty, the <code>=</code> character after
483        the attribute name must be specified as:</p>
484    
485        <p><code class="html example">&lt;foo bar&gt;</code></p>
486    
487        <p>Instead, quotation marks can be used to explicitly represent that
488        the attribute value is empty, as:</p>
489    
490        <p><code class="html example">&lt;foo bar=""&gt;</code></p>
491    
492        <p>... or like:</p>
493    
494        <p><code class="html example">&lt;foo bar=''&gt;</code></p>
495      </div>
496    
497  <div class="section" id="invalid-character-reference"><h3>Character reference to  <div class="section" id="invalid-character-reference"><h3>Character reference to
498    <code><var>{text}</var></code> is not allowed.</h3></div>    <code><var>{text}</var></code> is not allowed.</h3></div>
# Line 564  p { Line 648  p {
648  <section id="html5-parse-errors">  <section id="html5-parse-errors">
649  <h2>HTML5 Parse Errors in Tree Construction Stage</h2>  <h2>HTML5 Parse Errors in Tree Construction Stage</h2>
650    
651    <div class="section" id="after-after-frameset"><h3><code>html</code> 要素が閉じられた後に開始タグ
652      <code>&lt;<var>{text}</var>&gt;</code> があります。</h3></div>
653    
654    <div class="section" id="after-after-frameset:/"><h3><code>html</code> 要素が閉じられた後に終了タグ
655      <code>&lt;/<var>{text}</var>&gt;</code> があります。</h3></div>
656    
657  <div class="section" id="after-body"><h3>Start tag <code>&lt;<var>{text}</var>&gt;</code> is  <div class="section" id="after-body"><h3>Start tag <code>&lt;<var>{text}</var>&gt;</code> is
658    not allowed after the <code>body</code> is closed.</h3></div>    not allowed after the <code>body</code> is closed.</h3></div>
659    
# Line 591  p { Line 681  p {
681    </div>    </div>
682    
683  <div class="section" id="after-html"><h3>Start tag <code>&lt;<var>{text}</var>&gt;</code> is  <div class="section" id="after-html"><h3>Start tag <code>&lt;<var>{text}</var>&gt;</code> is
684    not allowed after the <code>html</code> is closed.</h3></div>    not allowed after the <code>html</code> is closed.</h3>
685        <p>The start tag of an element appears after the
686        <code>body</code> element has been closed.  The document is
687        non-conforming.</p>
688    
689        <p>Any content of the document other than <code>head</code>
690        contents and comments must be put into the <code>body</code>
691        element.</p>
692      </div>
693    
694  <div class="section" id="after-html:/"><h3>End tag <code>&lt;/<var>{text}</var>&gt;</code> is  <div class="section" id="after-html:/"><h3>End tag <code>&lt;/<var>{text}</var>&gt;</code> is
695    not allowed after the <code>html</code> is closed.</h3></div>    not allowed after the <code>html</code> is closed.</h3>
696        <p>The end tag of an element appears after the
697        <code>body</code> element has been closed.  The document is
698        non-conforming.</p>
699    
700        <p>Any content of the document other than <code>head</code>
701        contents and comments must be put into the <code>body</code>
702        element.</p>
703      </div>
704    
705  <div class="section" id="after-html:#text"><h3>Non‐white‐space characters are not allowed  <div class="section" id="after-html:#text"><h3>Non‐white‐space characters are not allowed
706    after the <code>html</code> is closed.</h3></div>    after the <code>html</code> is closed.</h3></div>
# Line 826  p { Line 932  p {
932      </dl>      </dl>
933    </div>    </div>
934    
935    <div class="section" id="XSLT-compat"><h3><code>DOCTYPE</code>
936      遺物文字列が使われています。</h3>
937        <p>The <code>DOCTYPE</code> with the <code>DOCTYPE</code> legacy
938        string, i.e.
939        <code class="html bad example">&lt;!DOCTYPE HTML PUBLIC "XSLT-compat"&gt;</code>
940        is used.</p>
941    
942        <p>The <code>DOCTYPE</code> legacy string should not be used for documents
943        <em>not</em> generated from XSLT transformation process.  It is allowed
944        only to enable to use XSLT style sheets with the HTML output mode, which
945        does not support generation of the <code>DOCTYPE</code> with no
946        <code>PUBLIC</code>
947        identifier.  For other purposes, the <code>DOCTYPE</code> legacy
948        string, i.e. <code class="html bad example">PUBLIC "XSLT-compat"</code>,
949        is useless and should not be used.</p>
950      </div>
951    
952  </section>  </section>
953    
954  <section id="element-content-model-errors">  <section id="element-content-model-errors">
# Line 985  p { Line 1108  p {
1108  <div class="section" id="element-not-allowed:datatemplate"><h3>In a <code>datatemplate</code> element, only  <div class="section" id="element-not-allowed:datatemplate"><h3>In a <code>datatemplate</code> element, only
1109    <code>rule</code> elements are allowed.</h3></div>    <code>rule</code> elements are allowed.</h3></div>
1110    
1111  <div class="section" id="element-not-allowed:details-legend"><h3>In a <code>details</code> element, only at the  <div class="section" id="element-not-allowed:details-legend"><h3>In a <code>details</code> or <code>fieldset</code>
1112    beginning of the element a <code>lengend</code> element    element, only at the beginning of the element a <code>legend</code> element
1113    may be used.</h3></div>    may be used.</h3></div>
1114    
1115  <div class="section" id="element-not-allowed:empty"><h3>Elements are not allowed in an empty  <div class="section" id="element-not-allowed:empty"><h3>Elements are not allowed in an empty
# Line 1015  p { Line 1138  p {
1138  <div class="section" id="element-not-allowed:minus"><h3>This element is not allowed in this  <div class="section" id="element-not-allowed:minus"><h3>This element is not allowed in this
1139    context.</h3></div>    context.</h3></div>
1140    
1141  <div class="section" id="element-not-allowed:meta-charset"><h3>The character encoding declaration must be the  <div class="section" id="element-not-allowed:meta-charset"><h3>文字符号化宣言が <code>head</code>
1142    first element in the <code>head</code> element.</h3></div>    要素の最初の子要素ではありません。</h3>
1143        <p>The character encoding declaration
1144        (<code class="html example">&lt;meta charset="<var>...</var>"&gt;</code> or
1145        <code class="html example">&lt;meta http-equiv=Content-Type content="text/html; charset=<var>...</var>"&gt;</code>
1146        must be the first child element in the <code>head</code> element.</p>
1147    
1148        <p>The character encoding declaration have to occur near the beginning
1149        of the document to ensure that Web browsers can be determine the
1150        character encoding of the document.</p>
1151    
1152        <p>The <code>title</code> element and other metadata elements must
1153        appear after any character encoding declaration is processed.</p>
1154      </div>
1155    
1156  <div class="section" id="element-not-allowed:metadata"><h3>This element is not allowed where metadata  <div class="section" id="element-not-allowed:metadata"><h3>This element is not allowed where metadata
1157    content is expected.</h3></div>    content is expected.</h3></div>
# Line 1070  p { Line 1205  p {
1205  <div class="section" id="element-not-allowed:atom|TextConstruct"><h3>This element is not allowed in Text  <div class="section" id="element-not-allowed:atom|TextConstruct"><h3>This element is not allowed in Text
1206    construct.</h3></div>    construct.</h3></div>
1207    
1208  <div class="section" id="element-not-defined"><h3>This element is not defined.</h3></div>  <div class="section" id="element-not-defined"><h3>この要素は定義されていません。</h3>
1209        <p>The element is not one of elements allowed
1210        in the latest version of relevant specifications.</p>
1211    
1212        <p>The element cannot be used.</p>
1213    
1214        <dl class="switch">
1215        <dt><code>event-source</code> element</dt>
1216            <dd>The element was renamed as <em><code>eventsource</code>
1217            element</em> (no hyphen).</dd>
1218        <dt><code>m</code> element</dt>
1219            <dd>The element was renamed as <em><code>mark</code>
1220            element</em>.</dd>
1221        </dl>
1222      </div>
1223    
1224    <div class="section" id="multiple-labelable-fae"><h3>More than one labelable form-associated element
1225      is associated to a <code>label</code> element.</h3></div>
1226    
1227  <div class="section" id="no-significant-content"><h3>No significant content is contained  <div class="section" id="no-significant-content"><h3>No significant content is contained
1228    in this element.</h3></div>    in this element.</h3></div>
# Line 1152  p { Line 1304  p {
1304  <div class="section" id="attribute-not-allowed:ismap"><h3>The <code>ismap</code> attribute may only be  <div class="section" id="attribute-not-allowed:ismap"><h3>The <code>ismap</code> attribute may only be
1305    used for the image contained in an <code>a</code> element.</h3></div>    used for the image contained in an <code>a</code> element.</h3></div>
1306    
1307  <div class="section" id="attribute-not-defined"><h3>This attribute is not defined.</h3></div>  <div class="section" id="attribute-not-defined"><h3>この属性は定義されていません。</h3>
1308        <p>The attribute is not one of attributes allowed for the element
1309        in the latest version of relevant specifications.</p>
1310    
1311  <div class="section" id="in-HTML:xml:lang"><h3>The <code>xml:lang</code> attribute is not      <p>The attribute cannot be used.</p>
   allowed in HTML document.</h3>  
     <p>The <code>xml:lang</code> attribute is not allowed in  
     HTML document.  The document is non-conforming.</p>  
1312    
1313      <p>Use of the <code>xml:lang</code> attribute is conforming      <dl class="switch">
1314      <em>only</em> in XML documents.</p>      <dt><code>align</code> attribute (various HTML elements)</dt>
1315        <dt><code>border</code> attribute (various HTML elements)</dt>
1316          <dd>These attributes are no longer part of HTML.  You can use CSS
1317          properties to control the presentation of the element.</dd>
1318        <dt><code>autosubmit</code> attribute (<code>menu</code> element)</dt>
1319          <dd>The attribute was part of HTML5 draft but then dropped.
1320          Similar functionality can be implemented by scripts.</dd>
1321        <dt><code>language</code> attribute (<code>script</code> element)</dt>
1322          <dd>The attribute is no longer the standard way to specify the
1323          scripting language.  If you are using JavaScript, then no explicit
1324          specification of the scripting language is necessary, so you can
1325          write the element like:
1326            <p><code class="html example code">&lt;script&gt;<br><!--
1327            --> /* JavaScript code */<br><!--
1328            -->&lt;/script&gt;</code></p>
1329          If you are using different scripting language from JavaScript, or
1330          you want to declare the scripting language explicitly, you should
1331          use the <code>type</code> attribute, as follows:
1332            <dl class="switch">
1333            <dt>JavaScript</dt>
1334              <dd>Use
1335              <code class="html example">&lt;script type="text/javascript"&gt;</code>.</dd>
1336            <dt>VBScript</dt>
1337              <dd>Use
1338              <code class="html example">&lt;script type="text/vbscript"&gt;</code>.</dd>
1339            </dl>
1340          </dd>
1341        </dl>
1342      </div>
1343    
1344    <div class="section" id="_charset_-value"><h3>The <code>value</code> attribute cannot be
1345      specified to an <code>input</code> element whose <code>type</code>
1346      is <code>hidden</code> and <code>name</code> is
1347      <code>_charset_</code>.</h3></div>
1348    
1349    <div class="section" id="in-HTML:xml:lang"><h3>The <code>xml:lang</code> attribute in HTML
1350      document is ignored.</h3>
1351        <p>The <code>xml:lang</code> attribute does not have an effect in
1352        HTML document.</p>
1353    
1354        <p>The <code>xml:lang</code> attribute is only applicable to XML
1355        documents.  In HTML document, it is only allowed to ease migration
1356        from XML.</p>
1357    
1358      <p>To specify natural language information in HTML document,      <p>To specify natural language information in HTML document,
1359      use <code>lang</code> attribute instead.</p>      use <code>lang</code> attribute instead.</p>
# Line 1188  p { Line 1381  p {
1381      </p>      </p>
1382    </div>    </div>
1383    
 <div class="section" id="in-XML:lang"><h3>The <code>lang</code> attribute is not  
   allowed in XML document.</h3>  
     <p>The HTML <code>lang</code> attribute is not allowed in  
     XML document.  The document is non-conforming.</p>  
   
     <p>The <code>lang</code> attribute in <code>null</code>  
     namespace for HTML elements is conforming <em>only</em> in  
     HTML documents.</p>  
   
     <p>To specify natural language information in XML document,  
     use <code>xml:lang</code> attribute instead.</p>  
   </div>  
   
1384  <div class="section" id="in-XML:noscript"><h3>A <code>noscript</code> element cannot be  <div class="section" id="in-XML:noscript"><h3>A <code>noscript</code> element cannot be
1385    used in XML document.</h3></div>    used in XML document.</h3></div>
1386    
1387    <div class="section" id="in-XML:xml:lang"><h3>名前空間に属さない <code>xml:lang</code>
1388      属性が認められているのは HTML 文書中だけです。</h3></div>
1389    
1390  <div class="section" id="in-XML:xmlns"><h3>The <code>xmlns</code> attribute  <div class="section" id="in-XML:xmlns"><h3>The <code>xmlns</code> attribute
1391    in the <code>null</code> namespace is not allowed in    in the <code>null</code> namespace is not allowed in
1392    XHTML document.  The document is non-conforming.</h3>    XHTML document.  The document is non-conforming.</h3>
# Line 1214  p { Line 1397  p {
1397      static documents.</p>      static documents.</p>
1398    </div>    </div>
1399    
1400    <div class="section" id="input-attr-not-applicable"><h3>This attribute is not applied to an
1401      <code>input</code> element whose <code>type</code> is
1402      <code><var>{text}</var></code>.</h3></div>
1403    
1404    <div class="section" id="non-ol-li-value"><h3>The <code>value</code> attribute cannot be
1405      specified to a <code>li</code> element whose parent element is
1406      not an <code>ol</code> element.</h3></div>
1407    
1408    <div class="section" id="xml:lang-not-allowed"><h3><code>xml:lang</code> 属性を指定できるのは
1409      <code>lang</code> 属性が指定されている時だけです。</h3></div>
1410    
1411  </section>  </section>
1412    
1413  <section id="attribute-value-errors">  <section id="attribute-value-errors">
# Line 1229  p { Line 1423  p {
1423  <div class="section" id="charref-in-charset"><h3>A character reference cannot be used to  <div class="section" id="charref-in-charset"><h3>A character reference cannot be used to
1424    represent a character encoding name.</h3></div>    represent a character encoding name.</h3></div>
1425    
1426    <div class="section" id="charset:not-ascii-compat"><h3>文字符号化 <code><var>{value}</var></code>
1427      は ASCII 互換ではありません。</h3></div>
1428    
1429  <div class="section" id="charset:not-preferred"><h3>Character encoding name  <div class="section" id="charset:not-preferred"><h3>Character encoding name
1430    <code><var>{value}</var></code> is not the preferred name of that    <code><var>{value}</var></code> is not the preferred name of that
1431    character encoding.</h3></div>    character encoding.</h3></div>
# Line 1326  p { Line 1523  p {
1523    
1524  <div class="section" id="coords:syntax-error"><h3>The specified value is not valid.</h3></div>  <div class="section" id="coords:syntax-error"><h3>The specified value is not valid.</h3></div>
1525    
1526  <div class="section" id="datetime:bad-year"><h3>Year number is out of range.</h3></div>  <div class="section" id="datetime:bad-year"><h3>年の値が値域外です。</h3></div>
1527    
1528    <div class="section" id="datetime:bad-month"><h3>月の値が値域外です。</h3></div>
1529    
1530  <div class="section" id="datetime:bad-month"><h3>Month number is out of range.</h3></div>  <div class="section" id="datetime:bad-day"><h3>日の値が値域外です。</h3></div>
1531    
1532  <div class="section" id="datetime:bad-day"><h3>Day number is out of range.</h3></div>  <div class="section" id="datetime:bad-hour"><h3>時の値が値域外です。</h3></div>
1533    
1534  <div class="section" id="datetime:bad-hour"><h3>Hour number is out of range.</h3></div>  <div class="section" id="datetime:bad-minute"><h3>分の値が値域外です。</h3></div>
1535    
1536  <div class="section" id="datetime:bad-minute"><h3>Minute number is out of range.</h3></div>  <div class="section" id="datetime:bad-second"><h3>秒の値が値域外です。</h3></div>
1537    
1538  <div class="section" id="datetime:bad-second"><h3>Second number is out of range.</h3></div>  <div class="section" id="datetime:bad-timezone-hour"><h3>時間帯の部分の時の値が値域外です。</h3></div>
1539    
1540  <div class="section" id="datetime:bad-timezone-hour"><h3>Hour number of the timezone component is out of  <div class="section" id="datetime:bad-timezone-minute"><h3>時間帯の部分の分の値が値域外です。</h3></div>
   range.</h3></div>  
1541    
1542  <div class="section" id="datetime:bad-timezone-minute"><h3>Minute number of the timezone component is out of  <div class="section" id="datetime:syntax-error"><h3>値が日時ではありません。</h3></div>
   range.</h3></div>  
1543    
1544  <div class="section" id="datetime:syntax-error"><h3>The attribute value is not a datetime.</h3></div>  <div class="section" id="dateortime:syntax-error"><h3>値が日付か時刻ではありません。</h3></div>
1545    
1546  <div class="section" id="dateortime:syntax-error"><h3>The attribute value is not a date or  <div class="section" id="empty-form-name"><h3>フォーム名が空です。</h3></div>
   time.</h3></div>  
1547    
1548  <div class="section" id="enumerated:invalid"><h3>This attribute only allow a limited set of  <div class="section" id="enumerated:invalid"><h3>This attribute only allow a limited set of
1549    values and the specified value <code><var>{@}</var></code> is not one    values and the specified value <code><var>{@}</var></code> is not one
# Line 1393  p { Line 1589  p {
1589  <div class="section" id="enumerated:non-conforming"><h3>Attribute value <code><var>{@}</var></code>  <div class="section" id="enumerated:non-conforming"><h3>Attribute value <code><var>{@}</var></code>
1590    is not allowed.</h3></div>    is not allowed.</h3></div>
1591    
1592    <div class="section" id="duplicate-form-name"><h3>Form name <code><var>{value}</var></code> is already
1593      used for another element.</h3></div>
1594    
1595  <div class="section" id="duplicate-http-equiv"><h3>There is another pragma  <div class="section" id="duplicate-http-equiv"><h3>There is another pragma
1596    <code><var>{value}</var></code>.</h3></div>    <code><var>{value}</var></code>.</h3></div>
1597    
# Line 1402  p { Line 1601  p {
1601  <div class="section" id="duplicate-token"><h3>The token <code><var>{value}</var></code>  <div class="section" id="duplicate-token"><h3>The token <code><var>{value}</var></code>
1602    appears in the attribute value twice.</h3></div>    appears in the attribute value twice.</h3></div>
1603    
1604  <div class="section" id="empty-attribute-value"><h3>The attribute value must not be empty.</h3></div>  <div class="section" id="empty-anchor-image-alt"><h3>The <code>alt</code> attribute value is
1605      empty.</h3></div>
1606    
1607    <div class="section" id="empty-area-alt"><h3><code>alt</code> 属性値が空です。</h3>
1608        <p>The value of the <code>alt</code> attribute of an <code>area</code>
1609        element is an empty value.</p>
1610    
1611        <p>In general, the <code>alt</code> attribute value cannot be empty.
1612        It must provide an alternative text for the hyperlink represented by
1613        the <code>area</code> element.  The alternative text is to be used
1614        when the Web browser cannot display the image, or is configured not
1615        to display images.</p>
1616    
1617        <p>As an exception, the <code>alt</code> attribute may be left blank
1618        if the same image map (i.e. the ancestor <code>map</code> element)
1619        contains another <code>area</code> element whose <code>href</code>
1620        attribute references the same resource as the <code>href</code>
1621        attribute of the <code>area</code> element in question, and the other
1622        <code>area</code> element has an <code>alt</code> attribute with
1623        non‐empty value.</p>
1624      </div>
1625    
1626    <div class="section" id="empty-attribute-value"><h3>属性値が空です。</h3></div>
1627    
1628    <div class="section" id="empty-style-sheet-title"><h3><code>title</code> 属性の値が空です。</h3>
1629        <p>The <code>title</code> attribute value of the <code>link</code>
1630        element that defines an alternate style sheet is an empty value.</p>
1631    
1632        <p>A <code>link</code> element whose <code>rel</code> attribute
1633        is <code>alternate stylesheet</code> defines an alternate style sheet.
1634        An alternate style sheet must be associated with a name using the
1635        <code>title</code> attribute.  The name cannot be empty.</p>
1636      </div>
1637    
1638  <div class="section" id="float:out-of-range"><h3>The specified value is out of range.</h3></div>  <div class="section" id="float:out-of-range"><h3>The specified value is out of range.</h3></div>
1639    
# Line 1486  p { Line 1717  p {
1717  <div class="section" id="nninteger:syntax-error"><h3>The attribute value is not a non‐negative  <div class="section" id="nninteger:syntax-error"><h3>The attribute value is not a non‐negative
1718    integer.</h3></div>    integer.</h3></div>
1719    
1720  <div class="section" id="no-referenced-map"><h3>The <code>usemap</code> attribute references  <div class="section" id="no-referenced-form"><h3>The element referneced by the <code>form</code>
1721    no image map.</h3></div>    attribute is not a <code>form</code> element, or no element is
1722      found.</h3></div>
1723  <div class="section" id="no-referenced-menu"><h3>The <code>contextmenu</code> attribute references  
1724    no menu.</h3></div>  <div class="section" id="no-referenced-map"><h3>The element referneced by the <code>usemap</code>
1725      attribute is not a <code>map</code> element, or no element is
1726      found.</h3></div>
1727    
1728    <div class="section" id="no-referenced-menu"><h3>The element referneced by the
1729      <code>contextmenu</code> attribute is not a <code>menu</code> element, or
1730      no element is found.</h3></div>
1731    
1732  <div class="section" id="no-referenced-header-cell"><h3>There is no table header cell whose <code>id</code>  <div class="section" id="no-referenced-header-cell"><h3>There is no table header cell whose <code>id</code>
1733    is <code><var>{value}</var></code> in the same table.</h3></div>    is <code><var>{value}</var></code> in the same table.</h3></div>
# Line 1546  p { Line 1783  p {
1783  <div class="section" id="template:not-template"><h3>The node referenced by the <code>template</code>  <div class="section" id="template:not-template"><h3>The node referenced by the <code>template</code>
1784    attribute is not a template.</h3></div>    attribute is not a template.</h3></div>
1785    
1786    <div class="section" id="value-too-long"><h3>The <code>value</code> attribute value is longer
1787      than the value of the <code>maxlength</code> attribute.</h3></div>
1788    
1789  <div class="section" id="window-name:empty"><h3>Browsing context name must not be empty.</h3></div>  <div class="section" id="window-name:empty"><h3>Browsing context name must not be empty.</h3></div>
1790    
1791  <div class="section" id="window-name:reserved"><h3>Browsing context name  <div class="section" id="window-name:reserved"><h3>Browsing context name
# Line 1557  p { Line 1797  p {
1797  <div class="section" id="XML-1.0-NCName:syntax-error"><h3>The specified value is not a legal XML Namespaces  <div class="section" id="XML-1.0-NCName:syntax-error"><h3>The specified value is not a legal XML Namespaces
1798    1.0 <code>NCName</code>.</h3></div>    1.0 <code>NCName</code>.</h3></div>
1799    
1800    <div class="section" id="xml:lang-ne-lang"><h3><code>xml:lang</code> 属性の値が <code>lang</code>
1801      属性の値と異なります。</h3>
1802        <p><code>xml:lang</code> 属性 (<code>xml</code> (=
1803        <code>http://www.w3.org/XML/1998/namespace</code>) 名前空間の
1804        <code>lang</code> 属性や名前空間に属さない
1805        <code>xml:lang</code> 属性) の値が同じ要素の名前空間に属さない
1806        <code>lang</code> 属性の値と異なっています。</p>
1807    
1808        <p>歴史的な理由により、 HTML 要素の言語指定のための属性は
1809        <code>lang</code> と <code>xml:lang</code> の2つがあります。 HTML
1810        文書では名前空間に属さない <code>lang</code> 属性だけが認められており、
1811        かつ効力があります。名前空間に属さない
1812        <code>xml:lang</code> 属性は HTML 文書では無視されます。 XHTML 文書では
1813        <code>lang</code> 属性も <code>xml:lang</code> 属性も認められています。</p>
1814    
1815        <p>通常、要素の言語情報は <em><code>lang</code>
1816        属性だけ</em>を使って指定すれば十分です。</p>
1817    
1818        <p><code>lang</code> 属性と <code>xml:lang</code>
1819        属性の両方を同じ要素に指定する場合、
1820        両者の値は同じでなければなりません。</p>
1821      </div>
1822    
1823  </section>  </section>
1824    
1825  <section id="table-model-errors">  <section id="table-model-errors">
# Line 1605  p { Line 1868  p {
1868  <section id="imt-warnings">  <section id="imt-warnings">
1869  <h2>Internet Media Type Errors</h2>  <h2>Internet Media Type Errors</h2>
1870    
1871    <div class="section" id="boundary:syntax-error"><h3>The specified value is not a valid value
1872      as a multipart boundary.</h3></div>
1873    
1874    <div class="section" id="e4x:syntax-error"><h3>The specified value is not a valid value
1875      for the attribute <code>e4x</code>.</h3></div>
1876    
1877    <div class="section" id="IMT:attribute-syntax-error"><h3>The specified value,
1878      <code><var>{value}</var></code>, is syntactically not a valid
1879      attribute name.</h3></div>
1880    
1881  <div class="section" id="IMT:composite"><h3>The specified media type is a composite  <div class="section" id="IMT:composite"><h3>The specified media type is a composite
1882    type, which is not allowed in this context.</h3></div>    type, which is not allowed in this context.</h3></div>
1883    
1884    <div class="section" id="IMT:limited-use-subtype"><h3>An Internet Media Type whose intended usage
1885      is limited use, <code><var>{value}</var></code> is used.</h3></div>
1886    
1887  <div class="section" id="IMT:syntax-error"><h3>The specified value is not an Internet Media  <div class="section" id="IMT:syntax-error"><h3>The specified value is not an Internet Media
1888    Type.</h3></div>    Type.</h3></div>
1889    
1890  <div class="section" id="IMT:obsolete-subtype"><h3><code><var>{@}</var></code>: An <em>obsolete</em>  <div class="section" id="IMT:obsolete-parameter"><h3>An obsolete parameter
1891    subtype is used.</h3></div>    <code><var>{value}</var></code> is used.</h3></div>
1892    
1893    <div class="section" id="IMT:obsolete-subtype"><h3>廃止されたインターネット媒体型
1894      <code><var>{value}</var></code> が使われています。</h3>
1895        <p>The specified Internet Media Type is registered with its intended
1896        usage as <i>OBSOLETE</i>.</p>
1897        
1898        <dl class="swtich">
1899        <dt>Media type <code>text/ecmascript</code></dt>
1900          <dd>Media type <code>text/ecmascript</code> is obsoleted in
1901          favor of <code>application/ecmascript</code>.  Note that
1902          <em><code>text/javascript</code></em> would be the better alternative
1903          in many cases.</dd>
1904        <dt>Media type <code>text/javascript</code></dt>
1905          <dd>Media type <code>text/javascript</code> is obsoleted by
1906          <abbr>IETF</abbr> with backward incompatible alternate
1907          <code>application/javascript</code> for architectural
1908          purity.<!-- @@ ref? -->  Those who prefer reality to academic
1909          purity <em>may ignore</em> this warning.</dd>
1910        </dl>
1911      </div>
1912    
1913    <div class="section" id="IMT:parameter-missing"><h3>Parameter <code><var>{text}</var></code> have to
1914      be specified for the Internet Media Type
1915      <code><var>{value}</var></code>.</h3></div>
1916    
1917    <div class="section" id="IMT:parameter-not-allowed"><h3>Parameter <code><var>{value}</var></code> is not
1918      allowed for this Internet Media Type.</h3></div>
1919    
1920    <div class="section" id="IMT:private-subtype"><h3>Use of a private Internet Media Type
1921      <code><var>{value}</var></code> is not encouraged.</h3></div>
1922    
1923  <div class="section" id="IMT:private-subtype"><h3><code><var>{@}</var></code>: A private  <div class="section" id="IMT:private-type"><h3>Use of a private type
1924    (<code>x-</code> or <code>x.</code>) subtype is used.</h3></div>    <code><var>{value}</var></code> is not encouraged.</h3></div>
1925    
1926  <div class="section" id="IMT:unregistered-subtype"><h3><code><var>{@}</var></code>: The subtype is  <div class="section" id="IMT:subtype-syntax-error"><h3>Value <code><var>{value}</var></code> is
1927    not registered to IANA.</h3></div>    syntactically not a valid subtype value of an Internet Media Type.</h3></div>
1928    
1929    <div class="section" id="IMT:type-syntax-error"><h3>Value <code><var>{value}</var></code> is
1930      syntactically not a valid type.</h3></div>
1931    
1932    <div class="section" id="IMT:unknown-parameter"><h3>An unknown parameter <code><var>{value}</var></code>
1933      is used.  The conformance checker cannot determine whether use of this
1934      parameter is valid or not.</h3></div>
1935    
1936    <div class="section" id="IMT:unknown-subtype"><h3>An unknown Internet Media Type
1937      <code><var>{value}</var></code> is used.  At the time of the update of
1938      the conformance checker's Internet Media Type database, the subtype is
1939      not reigstered to the IANA registry.  The subtype, however, might be
1940      registerd to the IANA registry thereafter.  Please consult the IANA
1941      registry.</h3></div>
1942    
1943    <div class="section" id="IMT:unregistered-subtype"><h3>Use of an Internet Media Type
1944      <code><var>{value}</var></code> is not encouraged since it is not
1945      part of the IANA registry.</h3></div>
1946    
1947    <div class="section" id="IMT:unregistered-type"><h3>Use of a type
1948      <code><var>{value}</var></code> is not encouraged since it is not
1949      a standardized type.</h3></div>
1950    
1951  <div class="section" id="not-IMT"><h3>A value that is not an Internet Media Type  <div class="section" id="not-IMT"><h3>A value that is not an Internet Media Type
1952    is not allowed here.</h3></div>    is not allowed here.</h3></div>
# Line 1656  p { Line 1984  p {
1984    URI.</h3></div>    URI.</h3></div>
1985    
1986  <div class="section" id="URL:address-format"><h3>URL host address format  <div class="section" id="URL:address-format"><h3>URL host address format
1987    <code><var>{value}</var></code> is not supported by the    <code><var>{text}</var></code> is not defined.</h3></div>
   conformance checker.</h3></div>  
1988    
1989  <div class="section" id="URL:default-port"><h3>Default port number should be omitted.</h3></div>  <div class="section" id="URL:default-port"><h3>Default port number should be omitted.</h3></div>
1990    
# Line 1885  p { Line 2212  p {
2212    
2213  </section>  </section>
2214    
2215    <section id="regexp-errors">
2216    <h2>Regular Expression Errors</h2>
2217    
2218    <!-- Errors in this section are sorted by
2219    Regexp::Parser::Diagnostics's order, then followed by the
2220    Regexp::Parser::JavaScript's extension. -->
2221    
2222    <!-- TODO: mark fatal errors as such -->
2223    
2224    <div class="section" id="Quantifier-unexpected-on-zero-length-expression"><h3>Quantifier unexpected on zero-length
2225      expression.</h3></div>
2226    
2227    <div class="section" id="Sequence-(?%.*s...)-not-implemented"><h3>Sequence
2228      <code>(?<var>{text}</var><var>...</var>)</code> is not implemented
2229      by Perl.</h3></div>
2230    
2231    <div class="section" id="Sequence-(?#...-not-terminated"><h3>Sequence <code>(?#<var>...</var></code> is
2232      not terminated by <code>)</code>.</h3></div>
2233    
2234    <div class="section" id="(?p{})-is-deprecated----use-(??{})"><h3><code>(?p{<var>...</var>})</code> is
2235      obsolete.</h3>
2236        <p><code>(?p{})</code> is obsolete.  It was deprecated in
2237        Perl 5.8 and is <em>no longer supported</em> in Perl 5.10.</p>
2238    
2239        <p>You can use <code>(??{<var>...</var>})</code> instead.</p>
2240      </div>
2241    
2242    <div class="section" id="Sequence-(?{...})-not-terminated-or-not-{}-balanced"><h3>Sequence <code>(?{<var>...</var>})</code>
2243      is not terminated or <code>{<var>...</var>}</code> is not
2244      balanced.</h3></div>
2245    
2246    <div class="section" id="Switch-condition-not-recognized"><h3>Switch condition is not recognized.</h3></div>
2247    
2248    <div class="section" id="Switch-(?(condition)...-contains-too-many-branches"><h3>Switch
2249      <code>(?(<var>condition</var>)<var>...</var>|<var>...</var><mark>|...</mark>)</code>
2250      contains too many branches.</h3></div>
2251    
2252    <div class="section" id="Unknown-switch-condition-(?(%.2s"><h3>An unknown switch condition
2253      <code>(?(<var>{text}</var></code> is used.</h3></div>
2254    
2255    <div class="section" id="Sequence-(?-incomplete"><h3>Sequence <code>(?<var>...</var></code> is
2256      incomplete.</h3></div>
2257    
2258    <div class="section" id="Useless-(?%s%s)----%suse-/%s-modifier"><h3>Modifier <code>(?<var>{text}</var>)</code>
2259      <em>in</em> a regular expression has no effect.</h3></div>
2260    
2261    <div class="section" id="Sequence-(?%.*s...)-not-recognized"><h3>An unknown sequence
2262      <code>(?<var>{text}</var><var>...</var>)</code> is used.</h3></div>
2263    
2264    <div class="section" id="Unmatched-("><h3>A <code>(<var>...</var></code> sequence
2265      is not terminated by <code>)</code>.</h3></div>
2266    
2267    <div class="section" id="Unmatched-)"><h3>An unmatched <code>)</code> is found.</h3></div>
2268    
2269    <div class="section" id="Can't-do-{n,m}-with-n-&gt;-m"><h3>Quantifier <code>{<var>n</var>,<var>m</var>}</code>
2270      cannot be <span class="math"><var>n</var> &gt; <var>m</var></span>.</h3></div>
2271    
2272    <div class="section" id="%s-matches-null-string-many-times"><h3><code><var>{text}</var></code> matches
2273      the empty string too many times.</h3></div>
2274    
2275    <div class="section" id="Nested-quantifiers"><h3>Quantifiers cannot be nested.</h3></div>
2276    
2277    <div class="section" id="Unmatched-["><h3>A character class <code>[<var>...</var></code>
2278      is not terminated by <code>]</code>.</h3></div>
2279    
2280    <div class="section" id="Quantifier-follows-nothing"><h3>Quantifier follows nothing.</h3></div>
2281    
2282    <div class="section" id="Missing-braces-on-\%s{}"><h3>A <code>\<var>{text}</var></code> sequence
2283      is not followed by <code>{<var>...</var>}</code>.</h3></div>
2284    
2285    <div class="section" id="Missing-right-brace-on-\%s{}"><h3>A <code>\<var>{text}</var>{<var>...</var></code>
2286      is not terminated by <code>}</code>.</h3></div>
2287    
2288    <div class="section" id="Reference-to-nonexistent-group"><h3>A nonexistent group is referenced.</h3></div>
2289    
2290    <div class="section" id="Trailing-\"><h3>A <code>\</code> character is not followed by
2291      another character,</h3></div>
2292    
2293    <div class="section" id="Unrecognized-escape-\%s-passed-through"><h3>An unknown escape <code>\<var>{text}</var></code>
2294      is used.</h3></div>
2295    
2296    <div class="section" id="Unrecognized-escape-\%s-in-character-class-passed-through"><h3>An unknown escape <code>\<var>{text}</var></code>
2297      is used in a character class.</h3></div>
2298    
2299    <div class="section" id="POSIX-class-[:%s:]-unknown"><h3>An unknown POSIX character class
2300      <code>[:<var>{text}</var>:]</code> is used.</h3></div>
2301    
2302    <div class="section" id="POSIX-syntax-[%s-%s]-belongs-inside-character-classes"><h3>A POSIX syntax
2303      <code>[<var>{text}</var><var>...</var><var>{text}</var>]</code> is used
2304      outside of character classes.</h3></div>
2305    
2306    <div class="section" id="Empty-\%s{}"><h3>An escape <code>\<var>{text}</var>{}</code>
2307      is empty.</h3></div>
2308    
2309    <div class="section" id="False-[]-range-&quot;%s-%s&quot;"><h3>An escape that represents a character
2310      class cannot be used in range <code><var>{text}</var></code>.</h3></div>
2311    
2312    <div class="section" id="Invalid-[]-range-&quot;%s-%s&quot;"><h3>Character range <code><var>{text}</var></code>
2313      is invalid.</h3></div>
2314    
2315    <div class="section" id="Octal-escape-is-obsolete"><h3>Octal escape is used.</h3></div>
2316    
2317    </section>
2318    
2319    <section id="webidl-errors">
2320    <h2>WebIDL Errors</h2>
2321    
2322    <div class="section" id="after-argument"><h3>An argument name is not followed by a
2323      <code>,</code> character or a <code>)</code> character.</h3></div>
2324    
2325    <div class="section" id="after-exception-name"><h3>An exception name is not followed by a
2326      <code>,</code> character or a <code>)</code> character.</h3></div>
2327    
2328    <div class="section" id="after-unsigned"><h3>The token after the <code>unsigned</code>
2329      keyword is not <code>short</code> or <code>long</code>.</h3></div>
2330    
2331    <div class="section" id="after-xattr"><h3>An extended attribute is not followed by
2332      a <code>,</code> character or a <code>]</code> character.</h3></div>
2333    
2334    <div class="section" id="argument-after-variadic"><h3>An argument is specified after an argument
2335      with <code>Variadic</code> extended attribute is seen.</h3></div>
2336    
2337    <div class="section" id="attr-not-readonly"><h3>Extended attribute <code><var>{text}</var></code> is
2338      specified for an attribute that is not read-only.</h3></div>
2339    
2340    <div class="section" id="attr-type-not-interface"><h3>Extended attribute <code><var>{text}</var></code>
2341      is specified for an attribute whose type is not an interface.</h3></div>
2342    
2343    <div class="section" id="before-exception-member"><h3>An unknown construct is found where an exception
2344      member or a <code>}</code> character is expected.</h3></div>
2345    
2346    <div class="section" id="before-interface-member"><h3>An unknown construct is found where an interface
2347      member or a <code>}</code> character is expected.</h3></div>
2348    
2349    <div class="section" id="before-webidl-block"><h3>An identifier for the <code><var>{text}</var></code>
2350      is not followed by a <code>{</code> character.</h3></div>
2351    
2352    <div class="section" id="before-webidl-def"><h3>An unknown construct is found after an
2353      extended attribute list (where a <code>Definition</code> is
2354      expected).</h3></div>
2355    
2356    <div class="section" id="before-webidl-defs"><h3>An unknown construct is found where a
2357      <code>Definition</code> (optionally preceded by an extended attribute list)
2358      is expected.</h3></div>
2359    
2360    <div class="section" id="before-webidl-type"><h3>The type for <code><var>{text}</var></code> is
2361      not specified.</h3></div>
2362    
2363    <div class="section" id="before-webidl-type:argument"><h3>The type for an argument is not
2364      specified.</h3></div>
2365    
2366    <div class="section" id="before-webidl-type:exception-member"><h3>The type for an exception member is not
2367      specified.</h3></div>
2368    
2369    <div class="section" id="before-xattr"><h3>No extended attribute is specified after
2370      a <code>[</code> character.</h3></div>
2371    
2372    <div class="section" id="before-xattrarg"><h3>No identifier is specified in an extended
2373      attribute assignment.</h3></div>
2374    
2375    <div class="section" id="const-value-out-of-range"><h3>The specified value <code><var>{value}</var></code>
2376      is outside of the range of the type for the constant,
2377      <code><var>{text}</var></code>.</h3></div>
2378    
2379    <div class="section" id="const-type-mismatch"><h3>The type of the value,
2380      <code><var>{value}</var></code>, is different from the type of the constant,
2381      <code><var>{text}</var></code>.</h3></div>
2382    
2383    <div class="section" id="duplicate-accessor"><h3>Extended attribute <code><var>{text}</var></code>
2384      is already specified for another operation in the same interface.</h3></div>
2385    
2386    <div class="section" id="duplicate-constructor-name"><h3>Constructor name <code><var>{value}</var></code>
2387      specified by extended attribute <code><var>{text}</var></code> is already
2388      used for an interface.</h3></div>
2389    
2390    <div class="section" id="duplicate-member"><h3>Name <code><var>{text}</var></code> is
2391      already used.</h3></div>
2392    
2393    <div class="section" id="duplicate-qname"><h3>Qualified name <code><var>{text}</var></code> is
2394      already used.</h3></div>
2395    
2396    <div class="section" id="duplicate-xattr"><h3>Extended attribute <code><var>{text}</var></code>
2397      is already specified.</h3></div>
2398    
2399    <div class="section" id="exception-not-defined"><h3>Exception <code><var>{text}</var></code> is
2400      not defined in the fragment.</h3></div>
2401    
2402    <div class="section" id="interface-not-defined"><h3>Interface <code><var>{text}</var></code> is
2403      not defined in the fragment.</h3></div>
2404    
2405    <div class="section" id="no-arguments-in"><h3>No <code>in</code> keyword for an argument is
2406      found.</h3></div>
2407    
2408    <div class="section" id="no-arguments-lparen"><h3>No <code>(</code> character for an argument
2409      list is found.</h3></div>
2410    
2411    <div class="section" id="no-raises-lparen"><h3>A <code>raises</code> (or <code>getraises</code>
2412      or <code>setraises</code>) keyword is not followed by a <code>(</code>
2413      character.</h3></div>
2414    
2415    <div class="section" id="no-sequence-gt"><h3>A <code>sequence&lt;&gt;</code> type is not
2416      terminated by a <code>&gt;</code> character.</h3></div>
2417    
2418    <div class="section" id="no-sequence-lt"><h3>Keyword <code>sequence</code> is not followed
2419      by a <code>&lt;</code> character.</h3></div>
2420    
2421    <div class="section" id="no-sequence-type"><h3>No type is specified in
2422      <code>sequence&lt;&gt;</code>.</h3></div>
2423    
2424    <div class="section" id="no-webidl-identifier"><h3>No identifier is specified for the
2425      <code><var>{text}</var></code>.</h3></div>
2426    
2427    <div class="section" id="no-webidl-identifier:argument"><h3>No identifier is specified for the
2428      argument.</h3></div>
2429    
2430    <div class="section" id="no-webidl-identifier:exception-member"><h3>No identifier is specified for the
2431      exception member.</h3></div>
2432    
2433    <div class="section" id="no-webidl-identifier:operation"><h3>No identifier is specified for the
2434      operation.</h3></div>
2435    
2436    <div class="section" id="no-webidl-semicolon"><h3>No semicolon is found at the end of the
2437      definition or member.</h3></div>
2438    
2439    <div class="section" id="non-module-definition"><h3>This definition is not part of any
2440      module.</h3></div>
2441    
2442    <div class="section" id="not-boxable-type"><h3>Type <code><var>{text}</var></code> cannot be
2443      used in <code>valuetype</code>.</h3></div>
2444    
2445    <div class="section" id="premature-end-of-webidl"><h3>The WebIDL fragment ends before all the blocks
2446      are closed by <code>};</code> sequences.</h3></div>
2447    
2448    <div class="section" id="referenced-attr-not-defined"><h3>Attribute <code><var>{value}</var></code> is
2449      not defined in the interface specified for the attribute to which
2450      extended attribute <code><var>{text}</var></code> is set.</h3></div>
2451    
2452    <div class="section" id="scoped-name"><h3>A scoped name is expected here.</h3></div>
2453    
2454    <div class="section" id="scoped-name:dcolon"><h3>A <code>::</code> token is not followed by
2455      an identifier or a <code>DOMString</code> keyword.</h3></div>
2456    
2457    <div class="section" id="type-not-defined"><h3>Type <code><var>{text}</var></code> is not
2458      defined.</h3></div>
2459    
2460    <div class="section" id="typedef-ignored"><h3><code>typedef</code> of name <code>DOMString</code>
2461      is ignored.</h3></div>
2462    
2463    <div class="section" id="unknown-xattr"><h3>An unknown extended attribute
2464      <code><var>{text}</var></code> is used.</h3></div>
2465    
2466    <div class="section" id="valuetype-DOMString"><h3>The <code>valuetype</code> definition does
2467      not define <code>DOMString</code> as
2468      <code>sequence&lt;unsigned short&gt;</code>.</h3></div>
2469    
2470    <div class="section" id="valuetype-ignored"><h3><code>valuetype</code> of name
2471      <code>DOMString</code> is ignored.</h3></div>
2472    
2473    <div class="section" id="wrong-signature-accessor"><h3>The operation cannot be used as accessor operation
2474      of <code><var>{text}</var></code>, since its signature different from
2475      the expected one.</h3></div>
2476    
2477    <div class="section" id="xattr-arglist-not-allowed"><h3>Use of an argument list for extended attribute
2478      <code><var>{text}</var></code> is not allowed.</h3></div>
2479    
2480    <div class="section" id="xattr-for-wrong-type"><h3>Extended attribute <code><var>{text}</var></code>
2481      is not applicable for an attribute whose type is not
2482      <code>DOMString</code>.</h3></div>
2483    
2484    <div class="section" id="xattr-id-missing"><h3>The identifier for extended attribute
2485      <code><var>{text}</var></code> is not specified.</h3></div>
2486    
2487    <div class="section" id="xattr-id-not-allowed"><h3>Use of an identifier for extended attribute
2488      <code><var>{text}</var></code> is not allowed.</h3></div>
2489    
2490    <div class="section" id="xattr-id-value-not-allowed"><h3>The identifier <code><var>{value}</var></code> is
2491      not an allowed value for extended attribute
2492      <code><var>{text}</var></code>.</h3></div>
2493    
2494    <div class="section" id="xattr-not-applicable"><h3>Extended attribute <code><var>{text}</var></code>
2495      is not applicable to this kind of object.</h3></div>
2496    
2497    </section>
2498    
2499  <section id="information">  <section id="information">
2500  <h2>Stability Information</h2>  <h2>Stability Information</h2>
2501    
# Line 1987  p { Line 2598  p {
2598  <div class="section" id="langtag:extension:duplication"><h3>There is another extension subtag  <div class="section" id="langtag:extension:duplication"><h3>There is another extension subtag
2599    <code><var>{value}</var></code>.</h3></div>    <code><var>{value}</var></code>.</h3></div>
2600    
2601    <div class="section" id="langtag:extension:order"><h3>Extension subtag <code><var>{value}</var></code>
2602      is placed after subtag <code><var>{text}</var></code>.</h3></div>
2603    
2604    <div class="section" id="langtag:extension:unknown"><h3>Extension <code><var>{value}</var></code> is not
2605      defined when the conformance checker is written.</h3></div>
2606    
2607    <div class="section" id="langtag:extlang:case"><h3>Extended language subtag
2608      <code><var>{value}</var></code> is not in the preferred form, i.e. in
2609      lowercase.</h3></div>
2610    
2611    <div class="section" id="langtag:extlang:deprecated"><h3>Use of extended language subtag
2612      <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might
2613      be undef) -->.</h3></div>
2614    
2615    <div class="section" id="langtag:extlang:prefix"><h3>Extended language subtag
2616      <code><var>{text}</var></code> is not allowed in the combination with this
2617      language (and extended language) subtag(s).</h3></div>
2618    
2619    <div class="section" id="langtag:extlang:invalid"><h3>Extended language subtag
2620      <code><var>{text}</var></code> is not registered.</h3></div>
2621    
2622    <div class="section" id="langtag:grandfathered:case"><h3>Language tag <code><var>{value}</var></code> is
2623      not in the preferred case combination.</h3></div>
2624    
2625    <div class="section" id="langtag:grandfathered:deprecated"><h3>Use of language tag
2626      <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might
2627      be undef) -->.</h3></div>
2628    
2629    <div class="section" id="langtag:grandfathered:invalid"><h3>Language tag <code><var>{value}</var></code> is
2630      not a combination of RFC 4646 subtags and is not a registered grandfathered
2631      tag.</h3></div>
2632    
2633  <div class="section" id="langtag:illegal"><h3>Subtag <code><var>{value}</var></code> is  <div class="section" id="langtag:illegal"><h3>Subtag <code><var>{value}</var></code> is
2634    syntactically invalid.</h3></div>    syntactically invalid.</h3></div>
2635    
2636  <div class="section" id="langtag:language:case"><h3>It is a good practice to represent ISO 639-1  <div class="section" id="langtag:language:case"><h3>It is a good practice to represent ISO 639-1
2637    language code <code><var>{value}</var></code> in lowercase.</h3></div>    language code <code><var>{value}</var></code> in lowercase.</h3></div>
2638    
2639    <div class="section" id="langtag:language:deprecated"><h3>Use of language subtag
2640      <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might
2641      be undef) -->.</h3></div>
2642    
2643    <div class="section" id="langtag:language:invalid"><h3>Language subtag <code><var>{value}</var></code>
2644      is not registered.</h3></div>
2645    
2646  <div class="section" id="langtag:language:mul"><h3>Langauge tag <code>mul</code> should not be  <div class="section" id="langtag:language:mul"><h3>Langauge tag <code>mul</code> should not be
2647    used.</h3></div>    used.</h3></div>
2648    
2649  <div class="section" id="langtag:language:nosemantics"><h3>No semantics is defined for language subtag  <div class="section" id="langtag:language:nosemantics"><h3>No semantics is defined for language subtag
2650    <code><var>{value}</var></code>.</h3></div>    <code><var>{value}</var></code>.</h3></div>
2651    
2652    <div class="section" id="langtag:language:private"><h3>Language subtag <code><var>{value}</var></code>
2653      is a private use code.</h3></div>
2654    
2655  <div class="section" id="langtag:language:syntax"><h3>The language subtag <code><var>{value}</var></code>  <div class="section" id="langtag:language:syntax"><h3>The language subtag <code><var>{value}</var></code>
2656    is syntactically invalid.</h3></div>    is syntactically invalid.</h3></div>
2657    
# Line 2008  p { Line 2661  p {
2661  <div class="section" id="langtag:private"><h3>It would be better if a private use language  <div class="section" id="langtag:private"><h3>It would be better if a private use language
2662    tag (<code><var>{value}</var></code>) is not used.</h3></div>    tag (<code><var>{value}</var></code>) is not used.</h3></div>
2663    
2664    <div class="section" id="langtag:privateuse"><h3>Private use subtag <code><var>{value}</var></code>
2665      is used.</h3></div>
2666    
2667    <div class="section" id="langtag:privateuse:case"><h3>Subtag <code><var>{value}</var></code> is not
2668      represented in the preferred case format.</h3></div>
2669    
2670  <div class="section" id="langtag:privateuse:syntax"><h3>Private use subtag <code><var>{value}</var></code>  <div class="section" id="langtag:privateuse:syntax"><h3>Private use subtag <code><var>{value}</var></code>
2671    is syntactically invalid.</h3></div>    is syntactically invalid.</h3></div>
2672    
2673    <div class="section" id="langtag:redundant:case"><h3>Language tag <code><var>{value}</var></code> is
2674      not in the preferred case combination.</h3></div>
2675    
2676    <div class="section" id="langtag:redundant:deprecated"><h3>Use of language tag
2677      <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might
2678      be undef) -->.</h3></div>
2679    
2680  <div class="section" id="langtag:region:case"><h3>It is a good practice to represent ISO 3166  <div class="section" id="langtag:region:case"><h3>It is a good practice to represent ISO 3166
2681    country code <code><var>{value}</var></code> in uppercase.</h3></div>    country code <code><var>{value}</var></code> in uppercase.</h3></div>
2682    
2683    <div class="section" id="langtag:region:deprecated"><h3>Use of region subtag
2684      <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might
2685      be undef) -->.</h3></div>
2686    
2687  <div class="section" id="langtag:region:nosemantics"><h3>No semantics is defined for region subtag  <div class="section" id="langtag:region:nosemantics"><h3>No semantics is defined for region subtag
2688    <code><var>{value}</var></code>.</h3></div>    <code><var>{value}</var></code>.</h3></div>
2689    
2690    <div class="section" id="langtag:region:invalid"><h3>Region subtag <code><var>{value}</var></code>
2691      is not registered.</h3></div>
2692    
2693  <div class="section" id="langtag:region:private"><h3>Use of private use country code  <div class="section" id="langtag:region:private"><h3>Use of private use country code
2694    <code><var>{value}</var></code> is not allowed.</h3></div>    <code><var>{value}</var></code> is not allowed.</h3></div>
2695    
2696    <div class="section" id="langtag:script:case"><h3>Script subtag <code><var>{value}</var></code> is
2697      not in the preferred form, i.e. titlecase.</h3></div>
2698    
2699    <div class="section" id="langtag:script:deprecated"><h3>Use of script subtag
2700      <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might
2701      be undef) -->.</h3></div>
2702    
2703    <div class="section" id="langtag:script:invalid"><h3>Script subtag <code><var>{value}</var></code>
2704      is not registered.</h3></div>
2705    
2706    <div class="section" id="langtag:script:private"><h3>Script subtag <code><var>{value}</var></code>
2707      is a private use code.</h3></div>
2708    
2709    <div class="section" id="langtag:script:suppress"><h3>Script subtag <code><var>{value}</var></code>
2710      should be suppressed when the language subtag is
2711      <code><var>{text}</var></code>.</h3></div>
2712    
2713    <div class="section" id="langtag:variant:case"><h3>Variant subtag <code><var>{value}</var></code> is
2714      not in the preferred form, i.e. lowercase.</h3></div>
2715    
2716    <div class="section" id="langtag:variant:combination"><h3>Variant subtag <code><var>{text}</var></code> might
2717      not be meaningful when it is used in combination with
2718      <code><var>{value}</var></code>.</h3></div>
2719    
2720    <div class="section" id="langtag:variant:deprecated"><h3>Use of variant subtag
2721      <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might
2722      be undef) -->.</h3></div>
2723    
2724    <div class="section" id="langtag:variant:duplication"><h3>Variant subtag <code><var>{value}</var></code>
2725      is specified twice.</h3></div>
2726    
2727    <div class="section" id="langtag:variant:invalid"><h3>Variant subtag <code><var>{value}</var></code>
2728      is not registered.</h3></div>
2729    
2730    <div class="section" id="langtag:variant:prefix"><h3>Variant subtag <code><var>{value}</var></code>
2731      cannot be used in this context.</h3></div>
2732    
2733  </section>  </section>
2734    
2735  <section id="rdfxml-errors">  <section id="rdfxml-errors">

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.12

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24