Skip to content

Commit

Permalink
[e] (0) Add the term 'support named properties' to the list of xrefs …
Browse files Browse the repository at this point in the history
…for Web IDL, and add an ID to a paragraph, by request.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15570
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@6970 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 6, 2012
1 parent ca2e979 commit 9b56f41
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 37 deletions.
24 changes: 11 additions & 13 deletions complete.html
Expand Up @@ -3936,12 +3936,11 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>
specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>

<p>The terms <dfn id=relevant-namespace-object>relevant namespace object</dfn>, <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=platform-array-objects>platform
array 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
Web IDL specification.</p>
property indices</dfn>, <dfn id=determine-the-value-of-an-indexed-property>determine the value of an indexed
property</dfn>, <dfn id=support-named-properties>support named properties</dfn>,
<dfn id=supported-property-names>supported property names</dfn>, <dfn id=determine-the-value-of-a-named-property>determine the value of a
named property</dfn>, <dfn id=platform-array-objects>platform array 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 Web IDL specification.</p>

<p id=float-nan>Except where otherwise specified, if an IDL
attribute that is a floating point number type (<code title="">double</code>) is assigned an Infinity or Not-a-Number
Expand Down Expand Up @@ -10427,11 +10426,10 @@ <h4 id=dom-tree-accessors><span class=secno>3.1.4 </span><dfn>DOM tree accessors

<div class=impl>

<hr><p>The <code><a href=#document>Document</a></code> interface <span title="support
named properties">supports named properties</span>. The
<a href=#supported-property-names>supported property names</a> at any moment consist of the
values of the <code title=attr-name>name</code> content attributes
of all the
<hr><p id=dom-document-namedItem-which>The <code><a href=#document>Document</a></code>
interface <a href=#support-named-properties title="support named properties">supports named
properties</a>. The <a href=#supported-property-names>supported property names</a> at any
moment consist of the values of the <code title=attr-name>name</code> content attributes of all the
<code><a href=#the-applet-element>applet</a></code>,
<a href=#exposed>exposed</a> <code><a href=#the-embed-element>embed</a></code>,
<code><a href=#the-form-element>form</a></code>,
Expand Down Expand Up @@ -61933,8 +61931,8 @@ <h4 id=named-access-on-the-window-object><span class=secno>6.2.4 </span>Named ac

</dl><div class=impl>

<p>The <code><a href=#window>Window</a></code> interface <span title="support named
properties">supports named properties</span>. The <a href=#supported-property-names>supported
<p>The <code><a href=#window>Window</a></code> interface <a href=#support-named-properties title="support named
properties">supports named properties</a>. The <a href=#supported-property-names>supported
property names</a> at any moment consist of:</p>

<ul><li>the value of the <code title="">name</code> content attribute
Expand Down
24 changes: 11 additions & 13 deletions index
Expand Up @@ -3936,12 +3936,11 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>

<p>The terms <dfn id=relevant-namespace-object>relevant namespace object</dfn>, <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=platform-array-objects>platform
array 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
Web IDL specification.</p>
property indices</dfn>, <dfn id=determine-the-value-of-an-indexed-property>determine the value of an indexed
property</dfn>, <dfn id=support-named-properties>support named properties</dfn>,
<dfn id=supported-property-names>supported property names</dfn>, <dfn id=determine-the-value-of-a-named-property>determine the value of a
named property</dfn>, <dfn id=platform-array-objects>platform array 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 Web IDL specification.</p>

<p id=float-nan>Except where otherwise specified, if an IDL
attribute that is a floating point number type (<code title="">double</code>) is assigned an Infinity or Not-a-Number
Expand Down Expand Up @@ -10427,11 +10426,10 @@ partial interface <dfn id=document>Document</dfn> {

<div class=impl>

<hr><p>The <code><a href=#document>Document</a></code> interface <span title="support
named properties">supports named properties</span>. The
<a href=#supported-property-names>supported property names</a> at any moment consist of the
values of the <code title=attr-name>name</code> content attributes
of all the
<hr><p id=dom-document-namedItem-which>The <code><a href=#document>Document</a></code>
interface <a href=#support-named-properties title="support named properties">supports named
properties</a>. The <a href=#supported-property-names>supported property names</a> at any
moment consist of the values of the <code title=attr-name>name</code> content attributes of all the
<code><a href=#the-applet-element>applet</a></code>,
<a href=#exposed>exposed</a> <code><a href=#the-embed-element>embed</a></code>,
<code><a href=#the-form-element>form</a></code>,
Expand Down Expand Up @@ -61933,8 +61931,8 @@ interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {

</dl><div class=impl>

<p>The <code><a href=#window>Window</a></code> interface <span title="support named
properties">supports named properties</span>. The <a href=#supported-property-names>supported
<p>The <code><a href=#window>Window</a></code> interface <a href=#support-named-properties title="support named
properties">supports named properties</a>. The <a href=#supported-property-names>supported
property names</a> at any moment consist of:</p>

<ul><li>the value of the <code title="">name</code> content attribute
Expand Down
22 changes: 11 additions & 11 deletions source
Expand Up @@ -2903,12 +2903,12 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
specification. <a href="#refsWEBIDL">[WEBIDL]</a></p>

<p>The terms <dfn>relevant namespace object</dfn>, <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>platform
array objects</dfn>, and <dfn title="dfn-read-only-array">read
only</dfn> (when applied to arrays) are used as defined in the
Web IDL specification.</p>
property indices</dfn>, <dfn>determine the value of an indexed
property</dfn>, <dfn>support named properties</dfn>,
<dfn>supported property names</dfn>, <dfn>determine the value of a
named property</dfn>, <dfn>platform array objects</dfn>, and <dfn
title="dfn-read-only-array">read only</dfn> (when applied to
arrays) are used as defined in the Web IDL specification.</p>

<p id="float-nan">Except where otherwise specified, if an IDL
attribute that is a floating point number type (<code
Expand Down Expand Up @@ -10747,11 +10747,11 @@ partial interface <dfn>Document</dfn> {

<hr>

<p>The <code>Document</code> interface <span title="support
named properties">supports named properties</span>. The
<span>supported property names</span> at any moment consist of the
values of the <code title="attr-name">name</code> content attributes
of all the
<p id="dom-document-namedItem-which">The <code>Document</code>
interface <span title="support named properties">supports named
properties</span>. The <span>supported property names</span> at any
moment consist of the values of the <code
title="attr-name">name</code> content attributes of all the
<code>applet</code>,
<span>exposed</span> <code>embed</code>,
<code>form</code>,
Expand Down

0 comments on commit 9b56f41

Please sign in to comment.