Skip to content

Commit

Permalink
[e] (0) an IDL, not a IDL.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7465

git-svn-id: http://svn.whatwg.org/webapps@3945 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2009
1 parent 3504a50 commit d57e571
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -1819,9 +1819,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -2229,7 +2230,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down Expand Up @@ -23562,7 +23563,7 @@ interface <dfn>CueRangeCallback</dfn> {

<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
Expand All @@ -23576,7 +23577,7 @@ interface <dfn>CueRangeCallback</dfn> {
<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
Expand Down Expand Up @@ -23604,7 +23605,7 @@ interface <dfn>CueRangeCallback</dfn> {
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
Expand Down
15 changes: 8 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -822,9 +822,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -1258,7 +1259,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down Expand Up @@ -25556,7 +25557,7 @@ interface <dfn>CueRangeCallback</dfn> {
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
Expand All @@ -25571,7 +25572,7 @@ interface <dfn>CueRangeCallback</dfn> {
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
Expand Down Expand Up @@ -25602,7 +25603,7 @@ interface <dfn>CueRangeCallback</dfn> {
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
Expand Down

0 comments on commit d57e571

Please sign in to comment.