Skip to content

Commit

Permalink
[e] (0) somehow this didn't get updated to the new WebIDL terminology
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12567

git-svn-id: http://svn.whatwg.org/webapps@6313 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 19, 2011
1 parent 7149c64 commit cc0e3af
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
14 changes: 8 additions & 6 deletions complete.html
Expand Up @@ -3593,6 +3593,7 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>

<p>The terms <dfn id=supported-property-indices>supported property indices</dfn>, <dfn id=supported-property-names>supported
property names</dfn>, <dfn id=determine-the-value-of-an-indexed-property>determine the value of an indexed
property</dfn>, <dfn id=determine-the-value-of-a-named-property>determine the value of a named
property</dfn>, <dfn id=array-host-objects>array host objects</dfn>, and <dfn id=dfn-read-only-array title=dfn-read-only-array>read only</dfn> (when applied to
arrays) are used as defined in the WebIDL specification.</p>

Expand Down Expand Up @@ -9971,10 +9972,10 @@ <h4 id=dom-tree-accessors><span class=secno>3.1.4 </span><dfn>DOM tree accessors
<code><a href=#the-img-element>img</a></code>
elements in the <code><a href=#document>Document</a></code> that have both <code title=attr-name>name</code> content attributes and <code title=attr-id><a href=#the-id-attribute>id</a></code> content attributes.</p>

<p>When <dfn id=dom-document-nameditem title=dom-document-namedItem>the
<p>To <a href=#determine-the-value-of-a-named-property>determine the value of a named property</a> <var title="">name</var> when <dfn id=dom-document-nameditem title=dom-document-namedItem>the
<code>HTMLDocument</code> object is indexed for property
retrieval</dfn> using a name <var title="">name</var>, then the user
agent must return the value obtained using the following steps:</p>
retrieval</dfn>, the user agent must return the value obtained using
the following steps:</p>

<ol><li>

Expand Down Expand Up @@ -62244,9 +62245,10 @@ <h4 id=named-access-on-the-window-object><span class=secno>6.2.4 </span>Named ac
mode</a>. <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11960">Read
more...</a></p>

<p>When <dfn id=dom-window-nameditem title=dom-window-namedItem>the <code>Window</code>
object is indexed for property retrieval</dfn> using a name <var title="">name</var>, then the user agent must return the value
obtained using the following steps:</p>
<p>To <a href=#determine-the-value-of-a-named-property>determine the value of a named property</a> <var title="">name</var> when <dfn id=dom-window-nameditem title=dom-window-namedItem>the
<code>Window</code> object is indexed for property retrieval</dfn>,
the user agent must return the value obtained using the following
steps:</p>

<ol><li>

Expand Down
14 changes: 8 additions & 6 deletions index
Expand Up @@ -3495,6 +3495,7 @@ explained in the previous section, which talks about RFC 2119. -->

<p>The terms <dfn id=supported-property-indices>supported property indices</dfn>, <dfn id=supported-property-names>supported
property names</dfn>, <dfn id=determine-the-value-of-an-indexed-property>determine the value of an indexed
property</dfn>, <dfn id=determine-the-value-of-a-named-property>determine the value of a named
property</dfn>, <dfn id=array-host-objects>array host objects</dfn>, and <dfn id=dfn-read-only-array title=dfn-read-only-array>read only</dfn> (when applied to
arrays) are used as defined in the WebIDL specification.</p>

Expand Down Expand Up @@ -9840,10 +9841,10 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
<code><a href=#the-img-element>img</a></code>
elements in the <code><a href=#document>Document</a></code> that have both <code title=attr-name>name</code> content attributes and <code title=attr-id><a href=#the-id-attribute>id</a></code> content attributes.</p>

<p>When <dfn id=dom-document-nameditem title=dom-document-namedItem>the
<p>To <a href=#determine-the-value-of-a-named-property>determine the value of a named property</a> <var title="">name</var> when <dfn id=dom-document-nameditem title=dom-document-namedItem>the
<code>HTMLDocument</code> object is indexed for property
retrieval</dfn> using a name <var title="">name</var>, then the user
agent must return the value obtained using the following steps:</p>
retrieval</dfn>, the user agent must return the value obtained using
the following steps:</p>

<ol><li>

Expand Down Expand Up @@ -62116,9 +62117,10 @@ interface <dfn id=window>Window</dfn> {
mode</a>. <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11960">Read
more...</a></p>

<p>When <dfn id=dom-window-nameditem title=dom-window-namedItem>the <code>Window</code>
object is indexed for property retrieval</dfn> using a name <var title="">name</var>, then the user agent must return the value
obtained using the following steps:</p>
<p>To <a href=#determine-the-value-of-a-named-property>determine the value of a named property</a> <var title="">name</var> when <dfn id=dom-window-nameditem title=dom-window-namedItem>the
<code>Window</code> object is indexed for property retrieval</dfn>,
the user agent must return the value obtained using the following
steps:</p>

<ol><li>

Expand Down
17 changes: 10 additions & 7 deletions source
Expand Up @@ -2499,6 +2499,7 @@ explained in the previous section, which talks about RFC 2119. -->

<p>The terms <dfn>supported property indices</dfn>, <dfn>supported
property names</dfn>, <dfn>determine the value of an indexed
property</dfn>, <dfn>determine the value of a named
property</dfn>, <dfn>array host objects</dfn>, and <dfn
title="dfn-read-only-array">read only</dfn> (when applied to
arrays) are used as defined in the WebIDL specification.</p>
Expand Down Expand Up @@ -10177,10 +10178,11 @@ interface <dfn>HTMLDocument</dfn> {
title="attr-name">name</code> content attributes and <code
title="attr-id">id</code> content attributes.</p>

<p>When <dfn title="dom-document-namedItem">the
<p>To <span>determine the value of a named property</span> <var
title="">name</var> when <dfn title="dom-document-namedItem">the
<code>HTMLDocument</code> object is indexed for property
retrieval</dfn> using a name <var title="">name</var>, then the user
agent must return the value obtained using the following steps:</p>
retrieval</dfn>, the user agent must return the value obtained using
the following steps:</p>

<ol>

Expand Down Expand Up @@ -70737,10 +70739,11 @@ interface <dfn>Window</dfn> {
href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11960">Read
more...</a></p>

<p>When <dfn title="dom-window-namedItem">the <code>Window</code>
object is indexed for property retrieval</dfn> using a name <var
title="">name</var>, then the user agent must return the value
obtained using the following steps:</p>
<p>To <span>determine the value of a named property</span> <var
title="">name</var> when <dfn title="dom-window-namedItem">the
<code>Window</code> object is indexed for property retrieval</dfn>,
the user agent must return the value obtained using the following
steps:</p>

<ol>

Expand Down

0 comments on commit cc0e3af

Please sign in to comment.