[html5] r3283 - [e] (0) WebIDL spelling. (bug 6992)
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 16 12:20:18 PDT 2009
Author: ianh
Date: 2009-06-16 12:20:16 -0700 (Tue, 16 Jun 2009)
New Revision: 3283
Modified:
index
source
Log:
[e] (0) WebIDL spelling. (bug 6992)
Modified: index
===================================================================
--- index 2009-06-16 19:18:48 UTC (rev 3282)
+++ index 2009-06-16 19:20:16 UTC (rev 3283)
@@ -1111,7 +1111,7 @@
<p>In particular, readers should be familiar with the basics of DOM
Core and DOM Events before reading this specification. An
- understanding of WebIDL, HTTP, XML, Unicode, character encodings,
+ understanding of Web IDL, HTTP, XML, Unicode, character encodings,
JavaScript, and CSS will be helpful in places but is not
essential.</p>
@@ -1726,7 +1726,7 @@
<p>User agents that support scripting must also be conforming
implementations of the IDL fragments in this specification, as
- described in the WebIDL specification. <a href=#refsWebIDL>[WebIDL]</a></p>
+ described in the Web IDL specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>
</dd>
@@ -1982,13 +1982,13 @@
</dd>
- <dt>WebIDL</dt>
+ <dt>Web IDL</dt>
<dd>
<p>The IDL fragments in this specification must be interpreted as
required for conforming IDL fragments, as described in the Web IDL
- specification. <a href=#refsWebIDL>[WebIDL]</a></p>
+ specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>
<p>Unless otherwise specified, if a DOM attribute that is a
floating point number type (<code title="">float</code>) is
@@ -5102,7 +5102,7 @@
used as the new content attribute value.</p>
<p class=note>The values ±Infinity and NaN throw an
- exception on setting, as defined by WebIDL. <a href=#refsWEBIDL>[WEBIDL]</a></p>
+ exception on setting, as defined by Web IDL. <a href=#refsWEBIDL>[WEBIDL]</a></p>
<p>If a reflecting DOM attribute is of the type
<code><a href=#domtokenlist-0>DOMTokenList</a></code> or <code><a href=#domsettabletokenlist-0>DOMSettableTokenList</a></code>, then
@@ -5187,7 +5187,7 @@
<a href=#collections-0 title=collections>collection</a> of elements.</p>
<!-- IE does [Callable] with magic that calls item() or namedItem() as appropriate as if it were a regular [[Get]],
- so we might need to change this for compat. However, WebIDL doesn't support that for now. -->
+ so we might need to change this for compat. However, Web IDL doesn't support that for now. -->
<!-- heycam says we could just say something like "In the ECMAScript binding, host objects that implement interface
<code>HTMLCollection</code> have a [[Call]] method that that behaves as follows: 1. If called with 0 or more than 1
argument, throw a TypeError. 2. Let arg be the single argument passed. 3. Invoke [[Get]] on the object with ToString(argument)
@@ -6927,7 +6927,7 @@
<p class=note>There will be at least one such element, by
definition.<!-- (If there wasn't, then this algorithm wouldn't
- have been invoked by WebIDL.) --></p>
+ have been invoked by Web IDL.) --></p>
</li>
@@ -8578,7 +8578,7 @@
<code><a href=#navigator>Navigator</a></code>, and <code><a href=#selection-0>Selection</a></code> objects, the
various <code><a href=#barprop>BarProp</a></code> objects, the two <code>Storage</code>
objects, and the various <code><a href=#htmlcollection-0>HTMLCollection</a></code> objects. It
- also includes all the WebIDL prototypes in the JavaScript binding,
+ also includes all the Web IDL prototypes in the JavaScript binding,
including the <code>Document</code> object's prototype.)</li>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E...%3Ciframe%20src%3D%22document%22%3E%3C%2Fiframe%3E%0A%3Cscript%3Eonload%20%3D%20function%20()%20%7B%20f%20%3D%20document.getElementsByTagName('iframe')%5B0%5D%3B%20d%20%3D%20f.contentWindow.document%3B%20%7D%3C%2Fscript%3E%0A%3Cinput%20type%3Dbutton%20onclick%3D%22w(d.documentElement.innerHTML)%22%20value%3D%22dump%22%3E%0A%3Cinput%20type%3Dbutton%20onclick%3D%22d.open()%3B%20d.write('%3Cscript%3Evar%20x%20%3D%20new%20XMLHttpRequest()%3Bx.open(%26quot%3BGET%26quot%3B%2C%20%26quot%3BGET%26quot%3B)%3Bx.onreadystatechange%3Dfunction()%20%7B%20alert(x.readyState)%3B%20%7D%3Bx.send(null)%3B%3C%2Fscript%3E')%3Bd.close()%3B%20setTimeout(function()%20%7B%20d.open()%3B%20d.write('%3Cp%3Etest%3C%2Fp%3E')%3B%20d.close()%20%7D%2C%200)%3B%22%20value%3D%22xhr%22%3E%0A%3Cinput%20type%3Dbutton%20onclick%3D%22d.onclick%20%3D%20function()%20%7B%20w('click')%20%7D%22%20value%3D%22add%20click%20handler%22%3E%0A%3Cinput%20type%3Dbutton%20onclick%3D%22d.open()%3B%20d.write('%3Cp%3Etest%3C%2Fp%3E')%3B%20d.close()%22%20value%3D%22replace%22%3E%0A%3Cinput%20type%3Dbutton%20onclick%3D%22d.open()%3B%20d.write('%3Cp%3E%3Cscript%3Ei%20%3D%200%3B%20setTimeout(%26quot%3Bparent.w(i%2B%2B)%26quot%3B%2C%202000)%3C%2Fscript%3E%3C%2Fp%3E')%3B%20d.close()%22%20value%3D%22replace%20with%20timer%22%3E -->
@@ -45657,7 +45657,7 @@
<p class=note>There will be at least one such element, by
definition.<!-- (If there wasn't, then this algorithm wouldn't
- have been invoked by WebIDL.) --></p>
+ have been invoked by Web IDL.) --></p>
</li>
@@ -47439,7 +47439,7 @@
and <code title=dom-windowtimers-setInterval><a href=#dom-windowtimers-setinterval>setInterval()</a></code>
methods allow authors to schedule timer-based callbacks.</p>
-<!-- HereBeDragons is just meant to prevent this from compiling in random WebIDL implementations -->
+<!-- HereBeDragons is just meant to prevent this from compiling in random Web IDL implementations -->
<pre class=idl>[HereBeDragons, NoInterfaceObject] interface <dfn id=windowtimers>WindowTimers</dfn> {
long <a href=#dom-windowtimers-settimeout title=dom-windowtimers-setTimeout>setTimeout</a>(in any handler, [Optional] in any timeout, [Variadic] in any args);
void <a href=#dom-windowtimers-cleartimeout title=dom-windowtimers-clearTimeout>clearTimeout</a>(in long handle);
Modified: source
===================================================================
--- source 2009-06-16 19:18:48 UTC (rev 3282)
+++ source 2009-06-16 19:20:16 UTC (rev 3283)
@@ -51,7 +51,7 @@
<p>In particular, readers should be familiar with the basics of DOM
Core and DOM Events before reading this specification. An
- understanding of WebIDL, HTTP, XML, Unicode, character encodings,
+ understanding of Web IDL, HTTP, XML, Unicode, character encodings,
JavaScript, and CSS will be helpful in places but is not
essential.</p>
@@ -706,8 +706,8 @@
<p>User agents that support scripting must also be conforming
implementations of the IDL fragments in this specification, as
- described in the WebIDL specification. <a
- href="#refsWebIDL">[WebIDL]</a></p>
+ described in the Web IDL specification. <a
+ href="#refsWEBIDL">[WEBIDL]</a></p>
</dd>
@@ -978,13 +978,13 @@
</dd>
- <dt>WebIDL</dt>
+ <dt>Web IDL</dt>
<dd>
<p>The IDL fragments in this specification must be interpreted as
required for conforming IDL fragments, as described in the Web IDL
- specification. <a href="#refsWebIDL">[WebIDL]</a></p>
+ specification. <a href="#refsWEBIDL">[WEBIDL]</a></p>
<p>Unless otherwise specified, if a DOM attribute that is a
floating point number type (<code title="">float</code>) is
@@ -4752,7 +4752,7 @@
used as the new content attribute value.</p>
<p class="note">The values ±Infinity and NaN throw an
- exception on setting, as defined by WebIDL. <a
+ exception on setting, as defined by Web IDL. <a
href="#refsWEBIDL">[WEBIDL]</a></p>
<p>If a reflecting DOM attribute is of the type
@@ -4846,7 +4846,7 @@
<span title="collections">collection</span> of elements.</p>
<!-- IE does [Callable] with magic that calls item() or namedItem() as appropriate as if it were a regular [[Get]],
- so we might need to change this for compat. However, WebIDL doesn't support that for now. -->
+ so we might need to change this for compat. However, Web IDL doesn't support that for now. -->
<!-- heycam says we could just say something like "In the ECMAScript binding, host objects that implement interface
<code>HTMLCollection</code> have a [[Call]] method that that behaves as follows: 1. If called with 0 or more than 1
argument, throw a TypeError. 2. Let arg be the single argument passed. 3. Invoke [[Get]] on the object with ToString(argument)
@@ -6915,7 +6915,7 @@
<p class="note">There will be at least one such element, by
definition.<!-- (If there wasn't, then this algorithm wouldn't
- have been invoked by WebIDL.) --></p>
+ have been invoked by Web IDL.) --></p>
</li>
@@ -8726,7 +8726,7 @@
<code>Navigator</code>, and <code>Selection</code> objects, the
various <code>BarProp</code> objects, the two <code>Storage</code>
objects, and the various <code>HTMLCollection</code> objects. It
- also includes all the WebIDL prototypes in the JavaScript binding,
+ also includes all the Web IDL prototypes in the JavaScript binding,
including the <code>Document</code> object's prototype.)</p></li>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E...%3Ciframe%20src%3D%22document%22%3E%3C%2Fiframe%3E%0A%3Cscript%3Eonload%20%3D%20function%20()%20%7B%20f%20%3D%20document.getElementsByTagName('iframe')%5B0%5D%3B%20d%20%3D%20f.contentWindow.document%3B%20%7D%3C%2Fscript%3E%0A%3Cinput%20type%3Dbutton%20onclick%3D%22w(d.documentElement.innerHTML)%22%20value%3D%22dump%22%3E%0A%3Cinput%20type%3Dbutton%20onclick%3D%22d.open()%3B%20d.write('%3Cscript%3Evar%20x%20%3D%20new%20XMLHttpRequest()%3Bx.open(%26quot%3BGET%26quot%3B%2C%20%26quot%3BGET%26quot%3B)%3Bx.onreadystatechange%3Dfunction()%20%7B%20alert(x.readyState)%3B%20%7D%3Bx.send(null)%3B%3C%2Fscript%3E')%3Bd.close()%3B%20setTimeout(function()%20%7B%20d.open()%3B%20d.write('%3Cp%3Etest%3C%2Fp%3E')%3B%20d.close()%20%7D%2C%200)%3B%22%20value%3D%22xhr%22%3E%0A%3Cinput%20type%3Dbutton%20onclick%3D%22d.onclick%20%3D%20function()%20%7B%20w('click')%20%7D%22%20value%3D%22add%20click%20handler%22%3E%0A%3Cinput%20type%3Dbutton%20onclick%3D%22d.open()%3B%20d.write('%3Cp%3Etest%3C%2Fp%3E')%3B%20d.close()%22%20value%3D%22replace%22%3E%0A%3Cinput%20type%3Dbutton%20onclick%3D%22d.open()%3B%20d.write('%3Cp%3E%3Cscript%3Ei%20%3D%200%3B%20setTimeout(%26quot%3Bparent.w(i%2B%2B)%26quot%3B%2C%202000)%3C%2Fscript%3E%3C%2Fp%3E')%3B%20d.close()%22%20value%3D%22replace%20with%20timer%22%3E -->
@@ -51947,7 +51947,7 @@
<p class="note">There will be at least one such element, by
definition.<!-- (If there wasn't, then this algorithm wouldn't
- have been invoked by WebIDL.) --></p>
+ have been invoked by Web IDL.) --></p>
</li>
@@ -54028,7 +54028,7 @@
and <code title="dom-windowtimers-setInterval">setInterval()</code>
methods allow authors to schedule timer-based callbacks.</p>
-<!-- HereBeDragons is just meant to prevent this from compiling in random WebIDL implementations -->
+<!-- HereBeDragons is just meant to prevent this from compiling in random Web IDL implementations -->
<pre class="idl">[HereBeDragons, NoInterfaceObject] interface <dfn>WindowTimers</dfn> {
long <span title="dom-windowtimers-setTimeout">setTimeout</span>(in any handler, [Optional] in any timeout, [Variadic] in any args);
void <span title="dom-windowtimers-clearTimeout">clearTimeout</span>(in long handle);
More information about the Commit-Watchers
mailing list