/[suikacvs]/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.8 by wakaba, Thu Sep 11 09:13:57 2008 UTC revision 1.9 by wakaba, Wed Sep 17 03:56:43 2008 UTC
# Line 226  Line 226 
226      <!-- "permanently undefined Unicode characters" in HTML5. -->      <!-- "permanently undefined Unicode characters" in HTML5. -->
227    </div>    </div>
228    
229    <div class="section" id="non-unicode"><h3>Character <code><var>{text}</var></code> is not
230      a Unicode character.</h3></div>
231    
232  <div class="section" id="unicode-deprecated"><h3>Use of character <code><var>{text}</var></code>  <div class="section" id="unicode-deprecated"><h3>Use of character <code><var>{text}</var></code>
233    is deprecated.</h3></div>    is deprecated.</h3></div>
234    
# Line 777  p { Line 780  p {
780  <div class="section" id="in-noscript:#eof"><h3>A <code>noscript</code> element is not closed  <div class="section" id="in-noscript:#eof"><h3>A <code>noscript</code> element is not closed
781    before the end of file.</h3></div>    before the end of file.</h3></div>
782    
783  <div class="section" id="in-noscript:#text"><h3>Non‐white\xE2\x80\x90space characters are not allowed  <div class="section" id="in-noscript:#text"><h3>Non‐white‐space characters are not allowed
784    in a <code>noscript</code> element in the <code>head</code>    in a <code>noscript</code> element in the <code>head</code>
785    element.</h3></div>    element.</h3></div>
786    
# Line 939  p { Line 942  p {
942      is used.</p>      is used.</p>
943    
944      <p>The <code>DOCTYPE</code> legacy string should not be used for documents      <p>The <code>DOCTYPE</code> legacy string should not be used for documents
945      generated from XSLT transformation process.  It is allowed only to enable      <em>not</em> generated from XSLT transformation process.  It is allowed
946      to use XSLT style sheets with the HTML output mode, which does not      only to enable to use XSLT style sheets with the HTML output mode, which
947      support generation of the <code>DOCTYPE</code> with no <code>PUBLIC</code>      does not support generation of the <code>DOCTYPE</code> with no
948        <code>PUBLIC</code>
949      identifier.  For other purposes, the <code>DOCTYPE</code> legacy      identifier.  For other purposes, the <code>DOCTYPE</code> legacy
950      string, i.e. <code class="html bad example">PUBLIC "XSLT-compat"</code>,      string, i.e. <code class="html bad example">PUBLIC "XSLT-compat"</code>,
951      is useless and should not be used.</p>      is useless and should not be used.</p>
# Line 986  p { Line 990  p {
990  <div class="section" id="character-not-allowed:empty"><h3>Non‐white‐space characters are not allowed in  <div class="section" id="character-not-allowed:empty"><h3>Non‐white‐space characters are not allowed in
991    an empty element.</h3></div>    an empty element.</h3></div>
992    
993  <div class="section" id="character-not-allowed:atom|PersonConstruct"><h3>Non‐white\xE2\x80\x90space characters are not allowed in  <div class="section" id="character-not-allowed:atom|PersonConstruct"><h3>Non‐white‐space characters are not allowed in
994    Person construct.</h3></div>    Person construct.</h3></div>
995    
996  <div class="section" id="character-not-allowed:atom|TextConstruct"><h3>Non‐white‐space characters are not allowed in  <div class="section" id="character-not-allowed:atom|TextConstruct"><h3>Non‐white‐space characters are not allowed in
# Line 2157  p { Line 2161  p {
2161    
2162  </section>  </section>
2163    
2164    <section id="webidl-errors">
2165    <h2>WebIDL Errors</h2>
2166    
2167    <div class="section" id="after-argument"><h3>An argument name is not followed by a
2168      <code>,</code> character or a <code>)</code> character.</h3></div>
2169    
2170    <div class="section" id="after-exception-name"><h3>An exception name is not followed by a
2171      <code>,</code> character or a <code>)</code> character.</h3></div>
2172    
2173    <div class="section" id="after-unsigned"><h3>The token after the <code>unsigned</code>
2174      keyword is not <code>short</code> or <code>long</code>.</h3></div>
2175    
2176    <div class="section" id="after-xattr"><h3>An extended attribute is not followed by
2177      a <code>,</code> character or a <code>]</code> character.</h3></div>
2178    
2179    <div class="section" id="argument-after-variadic"><h3>An argument is specified after an argument
2180      with <code>Variadic</code> extended attribute is seen.</h3></div>
2181    
2182    <div class="section" id="attr-not-readonly"><h3>Extended attribute <code><var>{text}</var></code> is
2183      specified for an attribute that is not read-only.</h3></div>
2184    
2185    <div class="section" id="attr-type-not-interface"><h3>Extended attribute <code><var>{text}</var></code>
2186      is specified for an attribute whose type is not an interface.</h3></div>
2187    
2188    <div class="section" id="before-exception-member"><h3>An unknown construct is found where an exception
2189      member or a <code>}</code> character is expected.</h3></div>
2190    
2191    <div class="section" id="before-interface-member"><h3>An unknown construct is found where an interface
2192      member or a <code>}</code> character is expected.</h3></div>
2193    
2194    <div class="section" id="before-webidl-block"><h3>An identifier for the <code><var>{text}</var></code>
2195      is not followed by a <code>{</code> character.</h3></div>
2196    
2197    <div class="section" id="before-webidl-def"><h3>An unknown construct is found after an
2198      extended attribute list (where a <code>Definition</code> is
2199      expected).</h3></div>
2200    
2201    <div class="section" id="before-webidl-defs"><h3>An unknown construct is found where a
2202      <code>Definition</code> (optionally preceded by an extended attribute list)
2203      is expected.</h3></div>
2204    
2205    <div class="section" id="before-webidl-type"><h3>The type for <code><var>{text}</var></code> is
2206      not specified.</h3></div>
2207    
2208    <div class="section" id="before-webidl-type:argument"><h3>The type for an argument is not
2209      specified.</h3></div>
2210    
2211    <div class="section" id="before-webidl-type:exception-member"><h3>The type for an exception member is not
2212      specified.</h3></div>
2213    
2214    <div class="section" id="before-xattr"><h3>No extended attribute is specified after
2215      a <code>[</code> character.</h3></div>
2216    
2217    <div class="section" id="before-xattrarg"><h3>No identifier is specified in an extended
2218      attribute assignment.</h3></div>
2219    
2220    <div class="section" id="const-value-out-of-range"><h3>The specified value <code><var>{value}</var></code>
2221      is outside of the range of the type for the constant,
2222      <code><var>{text}</var></code>.</h3></div>
2223    
2224    <div class="section" id="const-type-mismatch"><h3>The type of the value,
2225      <code><var>{value}</var></code>, is different from the type of the constant,
2226      <code><var>{text}</var></code>.</h3></div>
2227    
2228    <div class="section" id="duplicate-accessor"><h3>Extended attribute <code><var>{text}</var></code>
2229      is already specified for another operation in the same interface.</h3></div>
2230    
2231    <div class="section" id="duplicate-constructor-name"><h3>Constructor name <code><var>{value}</var></code>
2232      specified by extended attribute <code><var>{text}</var></code> is already
2233      used for an interface.</h3></div>
2234    
2235    <div class="section" id="duplicate-member"><h3>Name <code><var>{text}</var></code> is
2236      already used.</h3></div>
2237    
2238    <div class="section" id="duplicate-qname"><h3>Qualified name <code><var>{text}</var></code> is
2239      already used.</h3></div>
2240    
2241    <div class="section" id="duplicate-xattr"><h3>Extended attribute <code><var>{text}</var></code>
2242      is already specified.</h3></div>
2243    
2244    <div class="section" id="exception-not-defined"><h3>Exception <code><var>{text}</var></code> is
2245      not defined in the fragment.</h3></div>
2246    
2247    <div class="section" id="interface-not-defined"><h3>Interface <code><var>{text}</var></code> is
2248      not defined in the fragment.</h3></div>
2249    
2250    <div class="section" id="no-arguments-in"><h3>No <code>in</code> keyword for an argument is
2251      found.</h3></div>
2252    
2253    <div class="section" id="no-arguments-lparen"><h3>No <code>(</code> character for an argument
2254      list is found.</h3></div>
2255    
2256    <div class="section" id="no-raises-lparen"><h3>A <code>raises</code> (or <code>getraises</code>
2257      or <code>setraises</code>) keyword is not followed by a <code>(</code>
2258      character.</h3></div>
2259    
2260    <div class="section" id="no-sequence-gt"><h3>A <code>sequence&lt;&gt;</code> type is not
2261      terminated by a <code>&gt;</code> character.</h3></div>
2262    
2263    <div class="section" id="no-sequence-lt"><h3>Keyword <code>sequence</code> is not followed
2264      by a <code>&lt;</code> character.</h3></div>
2265    
2266    <div class="section" id="no-sequence-type"><h3>No type is specified in
2267      <code>sequence&lt;&gt;</code>.</h3></div>
2268    
2269    <div class="section" id="no-webidl-identifier"><h3>No identifier is specified for the
2270      <code><var>{text}</var></code>.</h3></div>
2271    
2272    <div class="section" id="no-webidl-identifier:argument"><h3>No identifier is specified for the
2273      argument.</h3></div>
2274    
2275    <div class="section" id="no-webidl-identifier:exception-member"><h3>No identifier is specified for the
2276      exception member.</h3></div>
2277    
2278    <div class="section" id="no-webidl-identifier:operation"><h3>No identifier is specified for the
2279      operation.</h3></div>
2280    
2281    <div class="section" id="no-webidl-semicolon"><h3>No semicolon is found at the end of the
2282      definition or member.</h3></div>
2283    
2284    <div class="section" id="non-module-definition"><h3>This definition is not part of any
2285      module.</h3></div>
2286    
2287    <div class="section" id="not-boxable-type"><h3>Type <code><var>{text}</var></code> cannot be
2288      used in <code>valuetype</code>.</h3></div>
2289    
2290    <div class="section" id="premature-end-of-webidl"><h3>The WebIDL fragment ends before all the blocks
2291      are closed by <code>};</code> sequences.</h3></div>
2292    
2293    <div class="section" id="referenced-attr-not-defined"><h3>Attribute <code><var>{value}</var></code> is
2294      not defined in the interface specified for the attribute to which
2295      extended attribute <code><var>{text}</var></code> is set.</h3></div>
2296    
2297    <div class="section" id="scoped-name"><h3>A scoped name is expected here.</h3></div>
2298    
2299    <div class="section" id="scoped-name:dcolon"><h3>A <code>::</code> token is not followed by
2300      an identifier or a <code>DOMString</code> keyword.</h3></div>
2301    
2302    <div class="section" id="type-not-defined"><h3>Type <code><var>{text}</var></code> is not
2303      defined.</h3></div>
2304    
2305    <div class="section" id="typedef-ignored"><h3><code>typedef</code> of name <code>DOMString</code>
2306      is ignored.</h3></div>
2307    
2308    <div class="section" id="unknown-xattr"><h3>An unknown extended attribute
2309      <code><var>{text}</var></code> is used.</h3></div>
2310    
2311    <div class="section" id="valuetype-DOMString"><h3>The <code>valuetype</code> definition does
2312      not define <code>DOMString</code> as
2313      <code>sequence&lt;unsigned short&gt;</code>.</h3></div>
2314    
2315    <div class="section" id="valuetype-ignored"><h3><code>valuetype</code> of name
2316      <code>DOMString</code> is ignored.</h3></div>
2317    
2318    <div class="section" id="wrong-signature-accessor"><h3>The operation cannot be used as accessor operation
2319      of <code><var>{text}</var></code>, since its signature different from
2320      the expected one.</h3></div>
2321    
2322    <div class="section" id="xattr-arglist-not-allowed"><h3>Use of an argument list for extended attribute
2323      <code><var>{text}</var></code> is not allowed.</h3></div>
2324    
2325    <div class="section" id="xattr-for-wrong-type"><h3>Extended attribute <code><var>{text}</var></code>
2326      is not applicable for an attribute whose type is not
2327      <code>DOMString</code>.</h3></div>
2328    
2329    <div class="section" id="xattr-id-missing"><h3>The identifier for extended attribute
2330      <code><var>{text}</var></code> is not specified.</h3></div>
2331    
2332    <div class="section" id="xattr-id-not-allowed"><h3>Use of an identifier for extended attribute
2333      <code><var>{text}</var></code> is not allowed.</h3></div>
2334    
2335    <div class="section" id="xattr-id-value-not-allowed"><h3>The identifier <code><var>{value}</var></code> is
2336      not an allowed value for extended attribute
2337      <code><var>{text}</var></code>.</h3></div>
2338    
2339    <div class="section" id="xattr-not-applicable"><h3>Extended attribute <code><var>{text}</var></code>
2340      is not applicable to this kind of object.</h3></div>
2341    
2342    </section>
2343    
2344  <section id="information">  <section id="information">
2345  <h2>Stability Information</h2>  <h2>Stability Information</h2>
2346    
# Line 2381  p { Line 2565  p {
2565    <code>content</code> element with <code>type</code>    <code>content</code> element with <code>type</code>
2566    <code><var>{text}</var></code> is not supported.</h3></div>    <code><var>{text}</var></code> is not supported.</h3></div>
2567    
2568  <div class="section" id="help-not-available"><h3>これ以上の詳しい情報はあり\xE3\x81\xBEせん。</h3>  <div class="section" id="help-not-available"><h3>これ以上の詳しい情報はありません。</h3>
2569      <p>これについての詳しい情報はありません。</p>      <p>これについての詳しい情報はありません。</p>
2570    </div>    </div>
2571    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24