| 225 |
<!-- "permanently undefined Unicode characters" in HTML5. --> |
<!-- "permanently undefined Unicode characters" in HTML5. --> |
| 226 |
</div> |
</div> |
| 227 |
|
|
| 228 |
|
<div class="section" id="non-unicode"><h3>Character <code><var>{text}</var></code> is not |
| 229 |
|
a Unicode character.</h3></div> |
| 230 |
|
|
| 231 |
<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> |
| 232 |
is deprecated.</h3></div> |
is deprecated.</h3></div> |
| 233 |
|
|
| 943 |
is used.</p> |
is used.</p> |
| 944 |
|
|
| 945 |
<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 |
| 946 |
generated from XSLT transformation process. It is allowed only to enable |
<em>not</em> generated from XSLT transformation process. It is allowed |
| 947 |
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 |
| 948 |
support generation of the <code>DOCTYPE</code> with no <code>PUBLIC</code> |
does not support generation of the <code>DOCTYPE</code> with no |
| 949 |
|
<code>PUBLIC</code> |
| 950 |
identifier. For other purposes, the <code>DOCTYPE</code> legacy |
identifier. For other purposes, the <code>DOCTYPE</code> legacy |
| 951 |
string, i.e. <code class="html bad example">PUBLIC "XSLT-compat"</code>, |
string, i.e. <code class="html bad example">PUBLIC "XSLT-compat"</code>, |
| 952 |
is useless and should not be used.</p> |
is useless and should not be used.</p> |
| 2164 |
|
|
| 2165 |
</section> |
</section> |
| 2166 |
|
|
| 2167 |
|
<section id="webidl-errors"> |
| 2168 |
|
<h2>WebIDL Errors</h2> |
| 2169 |
|
|
| 2170 |
|
<div class="section" id="after-argument"><h3>An argument name is not followed by a |
| 2171 |
|
<code>,</code> character or a <code>)</code> character.</h3></div> |
| 2172 |
|
|
| 2173 |
|
<div class="section" id="after-exception-name"><h3>An exception name is not followed by a |
| 2174 |
|
<code>,</code> character or a <code>)</code> character.</h3></div> |
| 2175 |
|
|
| 2176 |
|
<div class="section" id="after-unsigned"><h3>キーワード <code>unsigned</code> の後の字句が |
| 2177 |
|
<code>short</code> か <code>long</code> ではありません。</h3></div> |
| 2178 |
|
|
| 2179 |
|
<div class="section" id="after-xattr"><h3>An extended attribute is not followed by |
| 2180 |
|
a <code>,</code> character or a <code>]</code> character.</h3></div> |
| 2181 |
|
|
| 2182 |
|
<div class="section" id="argument-after-variadic"><h3>An argument is specified after an argument |
| 2183 |
|
with <code>Variadic</code> extended attribute is seen.</h3></div> |
| 2184 |
|
|
| 2185 |
|
<div class="section" id="attr-not-readonly"><h3>Extended attribute <code><var>{text}</var></code> is |
| 2186 |
|
specified for an attribute that is not read-only.</h3></div> |
| 2187 |
|
|
| 2188 |
|
<div class="section" id="attr-type-not-interface"><h3>Extended attribute <code><var>{text}</var></code> |
| 2189 |
|
is specified for an attribute whose type is not an interface.</h3></div> |
| 2190 |
|
|
| 2191 |
|
<div class="section" id="before-exception-member"><h3>An unknown construct is found where an exception |
| 2192 |
|
member or a <code>}</code> character is expected.</h3></div> |
| 2193 |
|
|
| 2194 |
|
<div class="section" id="before-interface-member"><h3>An unknown construct is found where an interface |
| 2195 |
|
member or a <code>}</code> character is expected.</h3></div> |
| 2196 |
|
|
| 2197 |
|
<div class="section" id="before-webidl-block"><h3>An identifier for the <code><var>{text}</var></code> |
| 2198 |
|
is not followed by a <code>{</code> character.</h3></div> |
| 2199 |
|
|
| 2200 |
|
<div class="section" id="before-webidl-def"><h3>An unknown construct is found after an |
| 2201 |
|
extended attribute list (where a <code>Definition</code> is |
| 2202 |
|
expected).</h3></div> |
| 2203 |
|
|
| 2204 |
|
<div class="section" id="before-webidl-defs"><h3>An unknown construct is found where a |
| 2205 |
|
<code>Definition</code> (optionally preceded by an extended attribute list) |
| 2206 |
|
is expected.</h3></div> |
| 2207 |
|
|
| 2208 |
|
<div class="section" id="before-webidl-type"><h3>The type for <code><var>{text}</var></code> is |
| 2209 |
|
not specified.</h3></div> |
| 2210 |
|
|
| 2211 |
|
<div class="section" id="before-webidl-type:argument"><h3>The type for an argument is not |
| 2212 |
|
specified.</h3></div> |
| 2213 |
|
|
| 2214 |
|
<div class="section" id="before-webidl-type:exception-member"><h3>The type for an exception member is not |
| 2215 |
|
specified.</h3></div> |
| 2216 |
|
|
| 2217 |
|
<div class="section" id="before-xattr"><h3>No extended attribute is specified after |
| 2218 |
|
a <code>[</code> character.</h3></div> |
| 2219 |
|
|
| 2220 |
|
<div class="section" id="before-xattrarg"><h3>No identifier is specified in an extended |
| 2221 |
|
attribute assignment.</h3></div> |
| 2222 |
|
|
| 2223 |
|
<div class="section" id="const-value-out-of-range"><h3>The specified value <code><var>{value}</var></code> |
| 2224 |
|
is outside of the range of the type for the constant, |
| 2225 |
|
<code><var>{text}</var></code>.</h3></div> |
| 2226 |
|
|
| 2227 |
|
<div class="section" id="const-type-mismatch"><h3>The type of the value, |
| 2228 |
|
<code><var>{value}</var></code>, is different from the type of the constant, |
| 2229 |
|
<code><var>{text}</var></code>.</h3></div> |
| 2230 |
|
|
| 2231 |
|
<div class="section" id="duplicate-accessor"><h3>Extended attribute <code><var>{text}</var></code> |
| 2232 |
|
is already specified for another operation in the same interface.</h3></div> |
| 2233 |
|
|
| 2234 |
|
<div class="section" id="duplicate-constructor-name"><h3>Constructor name <code><var>{value}</var></code> |
| 2235 |
|
specified by extended attribute <code><var>{text}</var></code> is already |
| 2236 |
|
used for an interface.</h3></div> |
| 2237 |
|
|
| 2238 |
|
<div class="section" id="duplicate-member"><h3>Name <code><var>{text}</var></code> is |
| 2239 |
|
already used.</h3></div> |
| 2240 |
|
|
| 2241 |
|
<div class="section" id="duplicate-qname"><h3>Qualified name <code><var>{text}</var></code> is |
| 2242 |
|
already used.</h3></div> |
| 2243 |
|
|
| 2244 |
|
<div class="section" id="duplicate-xattr"><h3>Extended attribute <code><var>{text}</var></code> |
| 2245 |
|
is already specified.</h3></div> |
| 2246 |
|
|
| 2247 |
|
<div class="section" id="exception-not-defined"><h3>Exception <code><var>{text}</var></code> is |
| 2248 |
|
not defined in the fragment.</h3></div> |
| 2249 |
|
|
| 2250 |
|
<div class="section" id="interface-not-defined"><h3>Interface <code><var>{text}</var></code> is |
| 2251 |
|
not defined in the fragment.</h3></div> |
| 2252 |
|
|
| 2253 |
|
<div class="section" id="no-arguments-in"><h3>No <code>in</code> keyword for an argument is |
| 2254 |
|
found.</h3></div> |
| 2255 |
|
|
| 2256 |
|
<div class="section" id="no-arguments-lparen"><h3>No <code>(</code> character for an argument |
| 2257 |
|
list is found.</h3></div> |
| 2258 |
|
|
| 2259 |
|
<div class="section" id="no-raises-lparen"><h3>A <code>raises</code> (or <code>getraises</code> |
| 2260 |
|
or <code>setraises</code>) keyword is not followed by a <code>(</code> |
| 2261 |
|
character.</h3></div> |
| 2262 |
|
|
| 2263 |
|
<div class="section" id="no-sequence-gt"><h3>A <code>sequence<></code> type is not |
| 2264 |
|
terminated by a <code>></code> character.</h3></div> |
| 2265 |
|
|
| 2266 |
|
<div class="section" id="no-sequence-lt"><h3>Keyword <code>sequence</code> is not followed |
| 2267 |
|
by a <code><</code> character.</h3></div> |
| 2268 |
|
|
| 2269 |
|
<div class="section" id="no-sequence-type"><h3>No type is specified in |
| 2270 |
|
<code>sequence<></code>.</h3></div> |
| 2271 |
|
|
| 2272 |
|
<div class="section" id="no-webidl-identifier"><h3>No identifier is specified for the |
| 2273 |
|
<code><var>{text}</var></code>.</h3></div> |
| 2274 |
|
|
| 2275 |
|
<div class="section" id="no-webidl-identifier:argument"><h3>No identifier is specified for the |
| 2276 |
|
argument.</h3></div> |
| 2277 |
|
|
| 2278 |
|
<div class="section" id="no-webidl-identifier:exception-member"><h3>No identifier is specified for the |
| 2279 |
|
exception member.</h3></div> |
| 2280 |
|
|
| 2281 |
|
<div class="section" id="no-webidl-identifier:operation"><h3>No identifier is specified for the |
| 2282 |
|
operation.</h3></div> |
| 2283 |
|
|
| 2284 |
|
<div class="section" id="no-webidl-semicolon"><h3>No semicolon is found at the end of the |
| 2285 |
|
definition or member.</h3></div> |
| 2286 |
|
|
| 2287 |
|
<div class="section" id="non-module-definition"><h3>This definition is not part of any |
| 2288 |
|
module.</h3></div> |
| 2289 |
|
|
| 2290 |
|
<div class="section" id="not-boxable-type"><h3>Type <code><var>{text}</var></code> cannot be |
| 2291 |
|
used in <code>valuetype</code>.</h3></div> |
| 2292 |
|
|
| 2293 |
|
<div class="section" id="premature-end-of-webidl"><h3>The WebIDL fragment ends before all the blocks |
| 2294 |
|
are closed by <code>};</code> sequences.</h3></div> |
| 2295 |
|
|
| 2296 |
|
<div class="section" id="referenced-attr-not-defined"><h3>Attribute <code><var>{value}</var></code> is |
| 2297 |
|
not defined in the interface specified for the attribute to which |
| 2298 |
|
extended attribute <code><var>{text}</var></code> is set.</h3></div> |
| 2299 |
|
|
| 2300 |
|
<div class="section" id="scoped-name"><h3>A scoped name is expected here.</h3></div> |
| 2301 |
|
|
| 2302 |
|
<div class="section" id="scoped-name:dcolon"><h3>A <code>::</code> token is not followed by |
| 2303 |
|
an identifier or a <code>DOMString</code> keyword.</h3></div> |
| 2304 |
|
|
| 2305 |
|
<div class="section" id="type-not-defined"><h3>Type <code><var>{text}</var></code> is not |
| 2306 |
|
defined.</h3></div> |
| 2307 |
|
|
| 2308 |
|
<div class="section" id="typedef-ignored"><h3><code>typedef</code> of name <code>DOMString</code> |
| 2309 |
|
is ignored.</h3></div> |
| 2310 |
|
|
| 2311 |
|
<div class="section" id="unknown-xattr"><h3>An unknown extended attribute |
| 2312 |
|
<code><var>{text}</var></code> is used.</h3></div> |
| 2313 |
|
|
| 2314 |
|
<div class="section" id="valuetype-DOMString"><h3>The <code>valuetype</code> definition does |
| 2315 |
|
not define <code>DOMString</code> as |
| 2316 |
|
<code>sequence<unsigned short></code>.</h3></div> |
| 2317 |
|
|
| 2318 |
|
<div class="section" id="valuetype-ignored"><h3><code>valuetype</code> of name |
| 2319 |
|
<code>DOMString</code> is ignored.</h3></div> |
| 2320 |
|
|
| 2321 |
|
<div class="section" id="wrong-signature-accessor"><h3>The operation cannot be used as accessor operation |
| 2322 |
|
of <code><var>{text}</var></code>, since its signature different from |
| 2323 |
|
the expected one.</h3></div> |
| 2324 |
|
|
| 2325 |
|
<div class="section" id="xattr-arglist-not-allowed"><h3>Use of an argument list for extended attribute |
| 2326 |
|
<code><var>{text}</var></code> is not allowed.</h3></div> |
| 2327 |
|
|
| 2328 |
|
<div class="section" id="xattr-for-wrong-type"><h3>Extended attribute <code><var>{text}</var></code> |
| 2329 |
|
is not applicable for an attribute whose type is not |
| 2330 |
|
<code>DOMString</code>.</h3></div> |
| 2331 |
|
|
| 2332 |
|
<div class="section" id="xattr-id-missing"><h3>The identifier for extended attribute |
| 2333 |
|
<code><var>{text}</var></code> is not specified.</h3></div> |
| 2334 |
|
|
| 2335 |
|
<div class="section" id="xattr-id-not-allowed"><h3>Use of an identifier for extended attribute |
| 2336 |
|
<code><var>{text}</var></code> is not allowed.</h3></div> |
| 2337 |
|
|
| 2338 |
|
<div class="section" id="xattr-id-value-not-allowed"><h3>The identifier <code><var>{value}</var></code> is |
| 2339 |
|
not an allowed value for extended attribute |
| 2340 |
|
<code><var>{text}</var></code>.</h3></div> |
| 2341 |
|
|
| 2342 |
|
<div class="section" id="xattr-not-applicable"><h3>Extended attribute <code><var>{text}</var></code> |
| 2343 |
|
is not applicable to this kind of object.</h3></div> |
| 2344 |
|
|
| 2345 |
|
</section> |
| 2346 |
|
|
| 2347 |
<section id="information"> |
<section id="information"> |
| 2348 |
<h2>Stability Information</h2> |
<h2>Stability Information</h2> |
| 2349 |
|
|