Short URL: http://html5.org/r/3945
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3945 | 7465 | an IDL, not a IDL. | 2009-09-22 00:02 |
Index: source
===================================================================
--- source (revision 3944)
+++ source (revision 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