[html5] r3945 - [e] (0) an IDL, not a IDL. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7465

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 21 17:02:26 PDT 2009


Author: ianh
Date: 2009-09-21 17:02:25 -0700 (Mon, 21 Sep 2009)
New Revision: 3945

Modified:
   index
   source
Log:
[e] (0) an IDL, not a IDL.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7465

Modified: index
===================================================================
--- index	2009-09-21 23:50:21 UTC (rev 3944)
+++ index	2009-09-22 00:02:25 UTC (rev 3945)
@@ -1819,9 +1819,10 @@
   of the more accurate "an object implementing the interface
   <code>Foo</code>".</p>
 
-  <p>A IDL attribute is said to be <dfn title="">getting</dfn> when its value is
-  being retrieved (e.g. by author script), and is said to be
-  <dfn title="">setting</dfn> when a new value is assigned to it.</p>
+  <p>An IDL attribute is said to be <dfn title="">getting</dfn> when
+  its value is being retrieved (e.g. by author script), and is said to
+  be <dfn title="">setting</dfn> when a new value is assigned to
+  it.</p>
 
   <p>If a DOM object is said to be <dfn id=live>live</dfn>, then that means
   that any attributes returning that object <span class=impl>must</span> always return the same object (not a new
@@ -2229,7 +2230,7 @@
     required for conforming IDL fragments, as described in the Web IDL
     specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>
 
-    <p id=float-nan>Unless otherwise specified, if a IDL attribute
+    <p id=float-nan>Unless otherwise specified, if an IDL attribute
     that is a floating point number type (<code title="">float</code>)
     is assigned an Infinity or Not-a-Number (NaN) value, a
     <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception must be raised.</p>
@@ -23562,7 +23563,7 @@
 
   <ol><li><p>If the <a href=#media-element>media element</a>'s <code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> is <code title=dom-media-HAVE_NOTHING><a href=#dom-media-have_nothing>HAVE_NOTHING</a></code>, then the user
    agent must raise an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception (if
-   the seek was in response to a DOM method call or setting of a IDL
+   the seek was in response to a DOM method call or setting of an IDL
    attribute), and abort these steps.</li>
 
    <li><p>If the <var title="">new playback position</var> is later
@@ -23576,7 +23577,7 @@
    <li><p>If the (possibly now changed) <var title="">new playback
    position</var> is not in one of the ranges given in the <code title=dom-media-seekable><a href=#dom-media-seekable>seekable</a></code> attribute, then the user
    agent must raise an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception (if the
-   seek was in response to a DOM method call or setting of a IDL
+   seek was in response to a DOM method call or setting of an IDL
    attribute), and abort these steps.</li>
 
    <li><p>The <a href=#current-playback-position>current playback position</a> must be set to
@@ -23604,7 +23605,7 @@
    element.</li>
 
    <li><p>If the seek was in response to a DOM method call or setting
-   of a IDL attribute, then continue the script. The remainder of
+   of an IDL attribute, then continue the script. The remainder of
    these steps must be run asynchronously.</li>
 
    <li><p>The user agent must wait until it has established whether or

Modified: source
===================================================================
--- source	2009-09-21 23:50:21 UTC (rev 3944)
+++ source	2009-09-22 00:02:25 UTC (rev 3945)
@@ -822,9 +822,10 @@
   of the more accurate "an object implementing the interface
   <code>Foo</code>".</p>
 
-  <p>A IDL attribute is said to be <dfn title="">getting</dfn> when its value is
-  being retrieved (e.g. by author script), and is said to be
-  <dfn title="">setting</dfn> when a new value is assigned to it.</p>
+  <p>An IDL attribute is said to be <dfn title="">getting</dfn> when
+  its value is being retrieved (e.g. by author script), and is said to
+  be <dfn title="">setting</dfn> when a new value is assigned to
+  it.</p>
 
   <p>If a DOM object is said to be <dfn>live</dfn>, then that means
   that any attributes returning that object <span
@@ -1258,7 +1259,7 @@
     required for conforming IDL fragments, as described in the Web IDL
     specification. <a href="#refsWEBIDL">[WEBIDL]</a></p>
 
-    <p id="float-nan">Unless otherwise specified, if a IDL attribute
+    <p id="float-nan">Unless otherwise specified, if an IDL attribute
     that is a floating point number type (<code title="">float</code>)
     is assigned an Infinity or Not-a-Number (NaN) value, a
     <code>NOT_SUPPORTED_ERR</code> exception must be raised.</p>
@@ -25556,7 +25557,7 @@
    title="dom-media-readyState">readyState</code> is <code
    title="dom-media-HAVE_NOTHING">HAVE_NOTHING</code>, then the user
    agent must raise an <code>INVALID_STATE_ERR</code> exception (if
-   the seek was in response to a DOM method call or setting of a IDL
+   the seek was in response to a DOM method call or setting of an IDL
    attribute), and abort these steps.</p></li>
 
    <li><p>If the <var title="">new playback position</var> is later
@@ -25571,7 +25572,7 @@
    position</var> is not in one of the ranges given in the <code
    title="dom-media-seekable">seekable</code> attribute, then the user
    agent must raise an <code>INDEX_SIZE_ERR</code> exception (if the
-   seek was in response to a DOM method call or setting of a IDL
+   seek was in response to a DOM method call or setting of an IDL
    attribute), and abort these steps.</p></li>
 
    <li><p>The <span>current playback position</span> must be set to
@@ -25602,7 +25603,7 @@
    element.</p></li>
 
    <li><p>If the seek was in response to a DOM method call or setting
-   of a IDL attribute, then continue the script. The remainder of
+   of an IDL attribute, then continue the script. The remainder of
    these steps must be run asynchronously.</p></li>
 
    <li><p>The user agent must wait until it has established whether or




More information about the Commit-Watchers mailing list