[html5] r5622 - [e] (0) update to new webidl terminology Fixing http://www.w3.org/Bugs/Public/sh [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 14 01:05:27 PDT 2010
Author: ianh
Date: 2010-10-14 01:05:25 -0700 (Thu, 14 Oct 2010)
New Revision: 5622
Modified:
complete.html
index
source
Log:
[e] (0) update to new webidl terminology
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11010
Modified: complete.html
===================================================================
--- complete.html 2010-10-14 07:40:19 UTC (rev 5621)
+++ complete.html 2010-10-14 08:05:25 UTC (rev 5622)
@@ -3268,6 +3268,10 @@
required for conforming IDL fragments, as described in the Web IDL
specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>
+ <p>The terms <dfn id=supported-property-indices>supported property indices</dfn> and
+ <dfn id=supported-property-names>supported property names</dfn> are used as defined in the
+ WebIDL 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
(NaN) value, a <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception must be
@@ -6915,11 +6919,11 @@
</dd>
</dl><div class=impl>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to one less than
- the number of nodes <a href=#represented-by-the-collection>represented by the collection</a>. If
- there are no such elements, then there are no <span>supported
- indexed properties</span>.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are the
+ numbers in the range zero to one less than the number of nodes
+ <a href=#represented-by-the-collection>represented by the collection</a>. If there are no such
+ elements, then there are no <a href=#supported-property-indices>supported property
+ indices</a>.</p>
<p>The <dfn id=dom-htmlcollection-length title=dom-HTMLCollection-length><code>length</code></dfn>
attribute must return the number of nodes <a href=#represented-by-the-collection>represented by the
@@ -6928,7 +6932,7 @@
<p>The <dfn id=dom-htmlcollection-item title=dom-HTMLCollection-item><code>item(<var title="">index</var>)</code></dfn> method must return the <var title="">index</var>th node in the collection. If there is no <var title="">index</var>th node in the collection, then the method must
return null.</p>
- <p>The <span>names of the supported named properties</span> consist
+ <p>The <a href=#supported-property-names>supported property names</a> consist
of the values of the <code title="">name</code> attributes of each
<code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-area-element>area</a></code>,
<code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#frame>frame</a></code>,
@@ -7005,10 +7009,9 @@
</dl><div class=impl>
- <p>The object's <span>indices of the supported indexed
- properties</span> and <span>names of the supported named
- properties</span> are as defined for <code><a href=#htmlcollection>HTMLCollection</a></code>
- objects.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> and
+ <a href=#supported-property-names>supported property names</a> are as defined for
+ <code><a href=#htmlcollection>HTMLCollection</a></code> objects.</p>
<p>The <dfn id=dom-htmlallcollection-nameditem title=dom-HTMLAllCollection-namedItem><code>namedItem(<var title="">key</var>)</code></dfn> method must act according to the
following algorithm:</p>
@@ -7101,12 +7104,11 @@
</dl><div class=impl>
- <p>The object's <span>indices of the supported indexed
- properties</span> are as defined for <code><a href=#htmlcollection>HTMLCollection</a></code>
- objects.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are as
+ defined for <code><a href=#htmlcollection>HTMLCollection</a></code> objects.</p>
- <p>The <span>names of the supported named properties</span> consist
- of the values of all the <code title=attr-id><a href=#the-id-attribute>id</a></code> and <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attributes of all the elements
+ <p>The <a href=#supported-property-names>supported property names</a> consist of the values
+ of all the <code title=attr-id><a href=#the-id-attribute>id</a></code> and <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attributes of all the elements
<a href=#represented-by-the-collection>represented by the collection</a>.</p>
<p>The <dfn id=dom-htmlformcontrolscollection-nameditem title=dom-HTMLFormControlsCollection-namedItem><code>namedItem(<var title="">name</var>)</code></dfn> method must act according to the
@@ -7243,9 +7245,8 @@
</dl><div class=impl>
- <p>The object's <span>indices of the supported indexed
- properties</span> are as defined for <code><a href=#htmlcollection>HTMLCollection</a></code>
- objects.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are as
+ defined for <code><a href=#htmlcollection>HTMLCollection</a></code> objects.</p>
<p>On getting, the <dfn id=dom-htmloptionscollection-length title=dom-HTMLOptionsCollection-length><code>length</code></dfn>
attribute must return the number of nodes <a href=#represented-by-the-collection>represented by the
@@ -7271,8 +7272,8 @@
children to existing <code><a href=#the-optgroup-element>optgroup</a></code> elements (though it can
remove children from them).</p>
- <p>The <span>names of the supported named properties</span> consist
- of the values of all the <code title=attr-id><a href=#the-id-attribute>id</a></code> and <code title=attr-option-name><a href=#attr-option-name>name</a></code> attributes of all the elements
+ <p>The <a href=#supported-property-names>supported property names</a> consist of the values
+ of all the <code title=attr-id><a href=#the-id-attribute>id</a></code> and <code title=attr-option-name><a href=#attr-option-name>name</a></code> attributes of all the elements
<a href=#represented-by-the-collection>represented by the collection</a>.</p>
<p>The <dfn id=dom-htmloptionscollection-nameditem title=dom-HTMLOptionsCollection-namedItem><code>namedItem(<var title="">name</var>)</code></dfn> method must act according to the
@@ -7402,13 +7403,12 @@
</dl><div class=impl>
- <p>The object's <span>indices of the supported indexed
- properties</span> are as defined for <code><a href=#htmlcollection>HTMLCollection</a></code>
- objects.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are as
+ defined for <code><a href=#htmlcollection>HTMLCollection</a></code> objects.</p>
- <p>The <span>names of the supported named properties</span> consist
- of the <a href=#property-names>property names</a> of all the elements
- <a href=#represented-by-the-collection>represented by the collection</a>.</p>
+ <p>The <a href=#supported-property-names>supported property names</a> consist of the
+ <a href=#property-names>property names</a> of all the elements <a href=#represented-by-the-collection>represented by
+ the collection</a>.</p>
<p>The <dfn id=dom-htmlpropertiescollection-names title=dom-HTMLPropertiesCollection-names><code>names</code></dfn>
attribute must return a <a href=#live>live</a> <code>DOMStringList</code>
@@ -7511,9 +7511,9 @@
attribute must return the number of tokens that result from <a href=#split-a-string-on-spaces title="split a string on spaces">splitting the underlying string on
spaces</a>. This is the <var title=dom-tokenlist-length><a href=#dom-tokenlist-length>length</a></var>.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to <span title=""><var title=dom-tokenlist-length><a href=#dom-tokenlist-length>length</a></var>-1</span>, unless the <var title=dom-tokenlist-length><a href=#dom-tokenlist-length>length</a></var> is zero, in which case
- there are no <span>supported indexed properties</span>.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are the
+ numbers in the range zero to <span title=""><var title=dom-tokenlist-length><a href=#dom-tokenlist-length>length</a></var>-1</span>, unless the <var title=dom-tokenlist-length><a href=#dom-tokenlist-length>length</a></var> is zero, in which case
+ there are no <a href=#supported-property-indices>supported property indices</a>.</p>
<p>The <dfn id=dom-tokenlist-item title=dom-tokenlist-item><code>item(<var title="">index</var>)</code></dfn> method must <a href=#split-a-string-on-spaces title="split a
string on spaces">split the underlying string on spaces</a>,
@@ -7806,7 +7806,7 @@
deleter void (in DOMString name);
};</pre>
- <p>The <span>names of the supported named properties</span> on a
+ <p>The <a href=#supported-property-names>supported property names</a> on a
<code><a href=#domstringmap>DOMStringMap</a></code> object at any instant are the names of
each pair returned from the algorithm for getting the list of
name-value pairs at that instant.</p>
@@ -8738,10 +8738,10 @@
<div class=impl>
<hr><p>The <code><a href=#htmldocument>HTMLDocument</a></code> interface <span title="support
- named properties">supports named properties</span>. The <span>names
- of the supported named properties</span> 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>, <code><a href=#the-embed-element>embed</a></code>,
+ 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 <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-embed-element>embed</a></code>,
<code><a href=#the-form-element>form</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and
<a href=#fallback-free>fallback-free</a> <code><a href=#the-object-element>object</a></code> elements in the
<code><a href=#document>Document</a></code> that have <code title=attr-name>name</code>
@@ -33133,8 +33133,8 @@
attribute of a <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object must return this
number.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range 0 .. <span title=""><var title="">h</var>×<var title="">w</var>×4-1</span>.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are the
+ numbers in the range 0 .. <span title=""><var title="">h</var>×<var title="">w</var>×4-1</span>.</p>
<p>When a <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object is <dfn id=dom-canvaspixelarray-get title=dom-CanvasPixelArray-get>indexed to retrieve an indexed
property</dfn> <var title="">index</var>, the value returned must be
@@ -37528,10 +37528,8 @@
attribute must return the number of nodes <a href=#represented-by-the-collection title="represented
by the collection">represented</a> by the <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> collection.</p>
- <p>The
- <span>indices of the supported indexed properties</span> at any
- instant are the indices supported by the object returned by the
- <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute at that
+ <p>The <a href=#supported-property-indices>supported property indices</a> at any instant are
+ the indices supported by the object returned by the <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute at that
instant.</p>
<p>The <dfn id=dom-form-item title=dom-form-item><code>item(<var title="">index</var>)</code></dfn> method must return the value
@@ -37542,20 +37540,18 @@
called the <dfn id=past-names-map>past names map</dfn>. It is used to persist names of
controls even when they change names.</p>
- <p>The <span>names of the supported named properties</span> are the
- union of the names currently supported by the object returned by the
- <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute, and the
- names currently in the <a href=#past-names-map>past names map</a>.</p>
+ <p>The <a href=#supported-property-names>supported property names</a> are the union of the
+ names currently supported by the object returned by the <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute, and the names
+ currently in the <a href=#past-names-map>past names map</a>.</p>
<p>The <dfn id=dom-form-nameditem title=dom-form-namedItem><code>namedItem(<var title="">name</var>)</code></dfn> method, when called, must run the
following steps:</p>
<ol><li>
- <p>If <var title="">name</var> is one of the <span>names of the
- supported named properties</span> of the object returned by the
- <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute, then
- run these substeps:</p>
+ <p>If <var title="">name</var> is one of the <a href=#supported-property-names>supported
+ property names</a> of the object returned by the <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute, then run
+ these substeps:</p>
<ol><li><p>Let <var title="">candidate</var> be the object returned
by the <code title=dom-HTMLFormControlsCollection-namedItem><a href=#dom-htmlformcontrolscollection-nameditem>namedItem()</a></code>
@@ -43811,9 +43807,8 @@
<p>The <code title=dom-select-options><a href=#dom-select-options>options</a></code> collection is
also mirrored on the <code><a href=#htmlselectelement>HTMLSelectElement</a></code> object. The
- <span>indices of the supported indexed properties</span> at any
- instant are the indices supported by the object returned by the
- <code title=dom-select-options><a href=#dom-select-options>options</a></code> attribute at that
+ <a href=#supported-property-indices>supported property indices</a> at any instant are the
+ indices supported by the object returned by the <code title=dom-select-options><a href=#dom-select-options>options</a></code> attribute at that
instant.</p>
<p>The <dfn id=dom-select-length title=dom-select-length><code>length</code></dfn> IDL
@@ -50154,12 +50149,12 @@
selection. This is the <var
title="dom-DataGridSelection-length">length</var>.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to <span title=""><var
+ <p>The object's <span>supported property indices</span> are the
+ numbers in the range zero to <span title=""><var
title="dom-DataGridSelection-length">length</var>-1</span>, unless
the <var title="dom-DataGridSelection-length">length</var> is zero,
- in which case there are no <span>supported indexed
- properties</span>.</p>
+ in which case there are no <span>supported property
+ indices</span>.</p>
<p>The <dfn title="dom-DataGridSelection-item"><code>item(<var
title="">index</var>)</code></dfn> method must return a
@@ -59496,10 +59491,10 @@
<!-- in other words, frames are only accessible to same-thread processes -->
- <p>The <span>indices of the supported indexed properties</span> on
- the <code><a href=#window>Window</a></code> object at any instant are the numbers in the
- range 0 .. <span title=""><var title="">n</var>-1</span>, where <var title="">n</var> is the number returned by the <code title=dom-length><a href=#dom-length>length</a></code> IDL attribute. If <var title="">n</var> is zero then there are no <span>supported indexed
- properties</span>.</p>
+ <p>The <a href=#supported-property-indices>supported property indices</a> on the
+ <code><a href=#window>Window</a></code> object at any instant are the numbers in the
+ range 0 .. <span title=""><var title="">n</var>-1</span>, where <var title="">n</var> is the number returned by the <code title=dom-length><a href=#dom-length>length</a></code> IDL attribute. If <var title="">n</var> is zero then there are no <a href=#supported-property-indices>supported property
+ indices</a>.</p>
<p>When a <code><a href=#window>Window</a></code> object is <dfn id=dom-window-item title=dom-window-item>indexed to retrieve an indexed
property</dfn> <var title="">index</var>, the value returned must be
@@ -59529,8 +59524,8 @@
</dl><div class=impl>
<p>The <code><a href=#window>Window</a></code> interface <span title="support named
- properties">supports named properties</span>. The <span>names of the
- supported named properties</span> at any moment consist of:</p>
+ properties">supports named properties</span>. 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
for all <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-area-element>area</a></code>,
@@ -69652,10 +69647,10 @@
attribute must return the number of <a href=#undo-object>undo object</a> entries
in the <a href=#undo-transaction-history>undo transaction history</a>. This is the <var title=dom-UndoManager-length><a href=#dom-undomanager-length>length</a></var>.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to <span title=""><var title=dom-UndoManager-length><a href=#dom-undomanager-length>length</a></var>-1</span>, unless the
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are the
+ numbers in the range zero to <span title=""><var title=dom-UndoManager-length><a href=#dom-undomanager-length>length</a></var>-1</span>, unless the
<var title=dom-UndoManager-length><a href=#dom-undomanager-length>length</a></var> is zero, in which
- case there are no <span>supported indexed properties</span>.</p>
+ case there are no <a href=#supported-property-indices>supported property indices</a>.</p>
<p>The <dfn id=dom-undomanager-item title=dom-UndoManager-item><code>item(<var title="">n</var>)</code></dfn> method must return the <var title="">n</var>th <a href=#undo-object>undo object</a> entry in the <a href=#undo-transaction-history>undo
transaction history</a>, if there is one, or null otherwise.</p>
@@ -74616,11 +74611,11 @@
all be associated with the same list of key/value pairs
simultaneously.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to one less than
- the number of key/value pairs currently present in the list
- associated with the object. If the list is empty, then there are no
- <span>supported indexed properties</span>.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are the
+ numbers in the range zero to one less than the number of key/value
+ pairs currently present in the list associated with the object. If
+ the list is empty, then there are no <a href=#supported-property-indices>supported property
+ indices</a>.</p>
<p>The <dfn id=dom-storage-length title=dom-Storage-length><code>length</code></dfn>
attribute must return the number of key/value pairs currently
@@ -74638,7 +74633,7 @@
unsigned]--> greater than or equal to the number of key/value pairs
in the object, then this method must return null.</p>
- <p>The <span>names of the supported named properties</span> on a
+ <p>The <a href=#supported-property-names>supported property names</a> on a
<code><a href=#storage-0>Storage</a></code> object are the keys of each key/value pair
currently present in the list associated with the object.</p>
Modified: index
===================================================================
--- index 2010-10-14 07:40:19 UTC (rev 5621)
+++ index 2010-10-14 08:05:25 UTC (rev 5622)
@@ -3245,6 +3245,10 @@
required for conforming IDL fragments, as described in the Web IDL
specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>
+ <p>The terms <dfn id=supported-property-indices>supported property indices</dfn> and
+ <dfn id=supported-property-names>supported property names</dfn> are used as defined in the
+ WebIDL 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
(NaN) value, a <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception must be
@@ -6892,11 +6896,11 @@
</dd>
</dl><div class=impl>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to one less than
- the number of nodes <a href=#represented-by-the-collection>represented by the collection</a>. If
- there are no such elements, then there are no <span>supported
- indexed properties</span>.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are the
+ numbers in the range zero to one less than the number of nodes
+ <a href=#represented-by-the-collection>represented by the collection</a>. If there are no such
+ elements, then there are no <a href=#supported-property-indices>supported property
+ indices</a>.</p>
<p>The <dfn id=dom-htmlcollection-length title=dom-HTMLCollection-length><code>length</code></dfn>
attribute must return the number of nodes <a href=#represented-by-the-collection>represented by the
@@ -6905,7 +6909,7 @@
<p>The <dfn id=dom-htmlcollection-item title=dom-HTMLCollection-item><code>item(<var title="">index</var>)</code></dfn> method must return the <var title="">index</var>th node in the collection. If there is no <var title="">index</var>th node in the collection, then the method must
return null.</p>
- <p>The <span>names of the supported named properties</span> consist
+ <p>The <a href=#supported-property-names>supported property names</a> consist
of the values of the <code title="">name</code> attributes of each
<code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-area-element>area</a></code>,
<code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#frame>frame</a></code>,
@@ -6982,10 +6986,9 @@
</dl><div class=impl>
- <p>The object's <span>indices of the supported indexed
- properties</span> and <span>names of the supported named
- properties</span> are as defined for <code><a href=#htmlcollection>HTMLCollection</a></code>
- objects.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> and
+ <a href=#supported-property-names>supported property names</a> are as defined for
+ <code><a href=#htmlcollection>HTMLCollection</a></code> objects.</p>
<p>The <dfn id=dom-htmlallcollection-nameditem title=dom-HTMLAllCollection-namedItem><code>namedItem(<var title="">key</var>)</code></dfn> method must act according to the
following algorithm:</p>
@@ -7078,12 +7081,11 @@
</dl><div class=impl>
- <p>The object's <span>indices of the supported indexed
- properties</span> are as defined for <code><a href=#htmlcollection>HTMLCollection</a></code>
- objects.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are as
+ defined for <code><a href=#htmlcollection>HTMLCollection</a></code> objects.</p>
- <p>The <span>names of the supported named properties</span> consist
- of the values of all the <code title=attr-id><a href=#the-id-attribute>id</a></code> and <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attributes of all the elements
+ <p>The <a href=#supported-property-names>supported property names</a> consist of the values
+ of all the <code title=attr-id><a href=#the-id-attribute>id</a></code> and <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attributes of all the elements
<a href=#represented-by-the-collection>represented by the collection</a>.</p>
<p>The <dfn id=dom-htmlformcontrolscollection-nameditem title=dom-HTMLFormControlsCollection-namedItem><code>namedItem(<var title="">name</var>)</code></dfn> method must act according to the
@@ -7220,9 +7222,8 @@
</dl><div class=impl>
- <p>The object's <span>indices of the supported indexed
- properties</span> are as defined for <code><a href=#htmlcollection>HTMLCollection</a></code>
- objects.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are as
+ defined for <code><a href=#htmlcollection>HTMLCollection</a></code> objects.</p>
<p>On getting, the <dfn id=dom-htmloptionscollection-length title=dom-HTMLOptionsCollection-length><code>length</code></dfn>
attribute must return the number of nodes <a href=#represented-by-the-collection>represented by the
@@ -7248,8 +7249,8 @@
children to existing <code><a href=#the-optgroup-element>optgroup</a></code> elements (though it can
remove children from them).</p>
- <p>The <span>names of the supported named properties</span> consist
- of the values of all the <code title=attr-id><a href=#the-id-attribute>id</a></code> and <code title=attr-option-name><a href=#attr-option-name>name</a></code> attributes of all the elements
+ <p>The <a href=#supported-property-names>supported property names</a> consist of the values
+ of all the <code title=attr-id><a href=#the-id-attribute>id</a></code> and <code title=attr-option-name><a href=#attr-option-name>name</a></code> attributes of all the elements
<a href=#represented-by-the-collection>represented by the collection</a>.</p>
<p>The <dfn id=dom-htmloptionscollection-nameditem title=dom-HTMLOptionsCollection-namedItem><code>namedItem(<var title="">name</var>)</code></dfn> method must act according to the
@@ -7379,13 +7380,12 @@
</dl><div class=impl>
- <p>The object's <span>indices of the supported indexed
- properties</span> are as defined for <code><a href=#htmlcollection>HTMLCollection</a></code>
- objects.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are as
+ defined for <code><a href=#htmlcollection>HTMLCollection</a></code> objects.</p>
- <p>The <span>names of the supported named properties</span> consist
- of the <a href=#property-names>property names</a> of all the elements
- <a href=#represented-by-the-collection>represented by the collection</a>.</p>
+ <p>The <a href=#supported-property-names>supported property names</a> consist of the
+ <a href=#property-names>property names</a> of all the elements <a href=#represented-by-the-collection>represented by
+ the collection</a>.</p>
<p>The <dfn id=dom-htmlpropertiescollection-names title=dom-HTMLPropertiesCollection-names><code>names</code></dfn>
attribute must return a <a href=#live>live</a> <code>DOMStringList</code>
@@ -7488,9 +7488,9 @@
attribute must return the number of tokens that result from <a href=#split-a-string-on-spaces title="split a string on spaces">splitting the underlying string on
spaces</a>. This is the <var title=dom-tokenlist-length><a href=#dom-tokenlist-length>length</a></var>.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to <span title=""><var title=dom-tokenlist-length><a href=#dom-tokenlist-length>length</a></var>-1</span>, unless the <var title=dom-tokenlist-length><a href=#dom-tokenlist-length>length</a></var> is zero, in which case
- there are no <span>supported indexed properties</span>.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are the
+ numbers in the range zero to <span title=""><var title=dom-tokenlist-length><a href=#dom-tokenlist-length>length</a></var>-1</span>, unless the <var title=dom-tokenlist-length><a href=#dom-tokenlist-length>length</a></var> is zero, in which case
+ there are no <a href=#supported-property-indices>supported property indices</a>.</p>
<p>The <dfn id=dom-tokenlist-item title=dom-tokenlist-item><code>item(<var title="">index</var>)</code></dfn> method must <a href=#split-a-string-on-spaces title="split a
string on spaces">split the underlying string on spaces</a>,
@@ -7783,7 +7783,7 @@
deleter void (in DOMString name);
};</pre>
- <p>The <span>names of the supported named properties</span> on a
+ <p>The <a href=#supported-property-names>supported property names</a> on a
<code><a href=#domstringmap>DOMStringMap</a></code> object at any instant are the names of
each pair returned from the algorithm for getting the list of
name-value pairs at that instant.</p>
@@ -8715,10 +8715,10 @@
<div class=impl>
<hr><p>The <code><a href=#htmldocument>HTMLDocument</a></code> interface <span title="support
- named properties">supports named properties</span>. The <span>names
- of the supported named properties</span> 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>, <code><a href=#the-embed-element>embed</a></code>,
+ 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 <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-embed-element>embed</a></code>,
<code><a href=#the-form-element>form</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and
<a href=#fallback-free>fallback-free</a> <code><a href=#the-object-element>object</a></code> elements in the
<code><a href=#document>Document</a></code> that have <code title=attr-name>name</code>
@@ -33113,8 +33113,8 @@
attribute of a <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object must return this
number.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range 0 .. <span title=""><var title="">h</var>×<var title="">w</var>×4-1</span>.</p>
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are the
+ numbers in the range 0 .. <span title=""><var title="">h</var>×<var title="">w</var>×4-1</span>.</p>
<p>When a <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object is <dfn id=dom-canvaspixelarray-get title=dom-CanvasPixelArray-get>indexed to retrieve an indexed
property</dfn> <var title="">index</var>, the value returned must be
@@ -37508,10 +37508,8 @@
attribute must return the number of nodes <a href=#represented-by-the-collection title="represented
by the collection">represented</a> by the <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> collection.</p>
- <p>The
- <span>indices of the supported indexed properties</span> at any
- instant are the indices supported by the object returned by the
- <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute at that
+ <p>The <a href=#supported-property-indices>supported property indices</a> at any instant are
+ the indices supported by the object returned by the <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute at that
instant.</p>
<p>The <dfn id=dom-form-item title=dom-form-item><code>item(<var title="">index</var>)</code></dfn> method must return the value
@@ -37522,20 +37520,18 @@
called the <dfn id=past-names-map>past names map</dfn>. It is used to persist names of
controls even when they change names.</p>
- <p>The <span>names of the supported named properties</span> are the
- union of the names currently supported by the object returned by the
- <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute, and the
- names currently in the <a href=#past-names-map>past names map</a>.</p>
+ <p>The <a href=#supported-property-names>supported property names</a> are the union of the
+ names currently supported by the object returned by the <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute, and the names
+ currently in the <a href=#past-names-map>past names map</a>.</p>
<p>The <dfn id=dom-form-nameditem title=dom-form-namedItem><code>namedItem(<var title="">name</var>)</code></dfn> method, when called, must run the
following steps:</p>
<ol><li>
- <p>If <var title="">name</var> is one of the <span>names of the
- supported named properties</span> of the object returned by the
- <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute, then
- run these substeps:</p>
+ <p>If <var title="">name</var> is one of the <a href=#supported-property-names>supported
+ property names</a> of the object returned by the <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> attribute, then run
+ these substeps:</p>
<ol><li><p>Let <var title="">candidate</var> be the object returned
by the <code title=dom-HTMLFormControlsCollection-namedItem><a href=#dom-htmlformcontrolscollection-nameditem>namedItem()</a></code>
@@ -43791,9 +43787,8 @@
<p>The <code title=dom-select-options><a href=#dom-select-options>options</a></code> collection is
also mirrored on the <code><a href=#htmlselectelement>HTMLSelectElement</a></code> object. The
- <span>indices of the supported indexed properties</span> at any
- instant are the indices supported by the object returned by the
- <code title=dom-select-options><a href=#dom-select-options>options</a></code> attribute at that
+ <a href=#supported-property-indices>supported property indices</a> at any instant are the
+ indices supported by the object returned by the <code title=dom-select-options><a href=#dom-select-options>options</a></code> attribute at that
instant.</p>
<p>The <dfn id=dom-select-length title=dom-select-length><code>length</code></dfn> IDL
@@ -50134,12 +50129,12 @@
selection. This is the <var
title="dom-DataGridSelection-length">length</var>.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to <span title=""><var
+ <p>The object's <span>supported property indices</span> are the
+ numbers in the range zero to <span title=""><var
title="dom-DataGridSelection-length">length</var>-1</span>, unless
the <var title="dom-DataGridSelection-length">length</var> is zero,
- in which case there are no <span>supported indexed
- properties</span>.</p>
+ in which case there are no <span>supported property
+ indices</span>.</p>
<p>The <dfn title="dom-DataGridSelection-item"><code>item(<var
title="">index</var>)</code></dfn> method must return a
@@ -59476,10 +59471,10 @@
<!-- in other words, frames are only accessible to same-thread processes -->
- <p>The <span>indices of the supported indexed properties</span> on
- the <code><a href=#window>Window</a></code> object at any instant are the numbers in the
- range 0 .. <span title=""><var title="">n</var>-1</span>, where <var title="">n</var> is the number returned by the <code title=dom-length><a href=#dom-length>length</a></code> IDL attribute. If <var title="">n</var> is zero then there are no <span>supported indexed
- properties</span>.</p>
+ <p>The <a href=#supported-property-indices>supported property indices</a> on the
+ <code><a href=#window>Window</a></code> object at any instant are the numbers in the
+ range 0 .. <span title=""><var title="">n</var>-1</span>, where <var title="">n</var> is the number returned by the <code title=dom-length><a href=#dom-length>length</a></code> IDL attribute. If <var title="">n</var> is zero then there are no <a href=#supported-property-indices>supported property
+ indices</a>.</p>
<p>When a <code><a href=#window>Window</a></code> object is <dfn id=dom-window-item title=dom-window-item>indexed to retrieve an indexed
property</dfn> <var title="">index</var>, the value returned must be
@@ -59509,8 +59504,8 @@
</dl><div class=impl>
<p>The <code><a href=#window>Window</a></code> interface <span title="support named
- properties">supports named properties</span>. The <span>names of the
- supported named properties</span> at any moment consist of:</p>
+ properties">supports named properties</span>. 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
for all <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-area-element>area</a></code>,
@@ -69658,10 +69653,10 @@
attribute must return the number of <a href=#undo-object>undo object</a> entries
in the <a href=#undo-transaction-history>undo transaction history</a>. This is the <var title=dom-UndoManager-length><a href=#dom-undomanager-length>length</a></var>.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to <span title=""><var title=dom-UndoManager-length><a href=#dom-undomanager-length>length</a></var>-1</span>, unless the
+ <p>The object's <a href=#supported-property-indices>supported property indices</a> are the
+ numbers in the range zero to <span title=""><var title=dom-UndoManager-length><a href=#dom-undomanager-length>length</a></var>-1</span>, unless the
<var title=dom-UndoManager-length><a href=#dom-undomanager-length>length</a></var> is zero, in which
- case there are no <span>supported indexed properties</span>.</p>
+ case there are no <a href=#supported-property-indices>supported property indices</a>.</p>
<p>The <dfn id=dom-undomanager-item title=dom-UndoManager-item><code>item(<var title="">n</var>)</code></dfn> method must return the <var title="">n</var>th <a href=#undo-object>undo object</a> entry in the <a href=#undo-transaction-history>undo
transaction history</a>, if there is one, or null otherwise.</p>
Modified: source
===================================================================
--- source 2010-10-14 07:40:19 UTC (rev 5621)
+++ source 2010-10-14 08:05:25 UTC (rev 5622)
@@ -2226,6 +2226,10 @@
required for conforming IDL fragments, as described in the Web IDL
specification. <a href="#refsWEBIDL">[WEBIDL]</a></p>
+ <p>The terms <dfn>supported property indices</dfn> and
+ <dfn>supported property names</dfn> are used as defined in the
+ WebIDL 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
@@ -6600,11 +6604,11 @@
<div class="impl">
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to one less than
- the number of nodes <span>represented by the collection</span>. If
- there are no such elements, then there are no <span>supported
- indexed properties</span>.</p>
+ <p>The object's <span>supported property indices</span> are the
+ numbers in the range zero to one less than the number of nodes
+ <span>represented by the collection</span>. If there are no such
+ elements, then there are no <span>supported property
+ indices</span>.</p>
<p>The <dfn
title="dom-HTMLCollection-length"><code>length</code></dfn>
@@ -6617,7 +6621,7 @@
title="">index</var>th node in the collection, then the method must
return null.</p>
- <p>The <span>names of the supported named properties</span> consist
+ <p>The <span>supported property names</span> consist
of the values of the <code title="">name</code> attributes of each
<code>a</code>, <code>applet</code>, <code>area</code>,
<code>embed</code>, <code>form</code>, <code>frame</code>,
@@ -6707,10 +6711,9 @@
<div class="impl">
- <p>The object's <span>indices of the supported indexed
- properties</span> and <span>names of the supported named
- properties</span> are as defined for <code>HTMLCollection</code>
- objects.</p>
+ <p>The object's <span>supported property indices</span> and
+ <span>supported property names</span> are as defined for
+ <code>HTMLCollection</code> objects.</p>
<p>The <dfn
title="dom-HTMLAllCollection-namedItem"><code>namedItem(<var
@@ -6820,12 +6823,11 @@
<div class="impl">
- <p>The object's <span>indices of the supported indexed
- properties</span> are as defined for <code>HTMLCollection</code>
- objects.</p>
+ <p>The object's <span>supported property indices</span> are as
+ defined for <code>HTMLCollection</code> objects.</p>
- <p>The <span>names of the supported named properties</span> consist
- of the values of all the <code title="attr-id">id</code> and <code
+ <p>The <span>supported property names</span> consist of the values
+ of all the <code title="attr-id">id</code> and <code
title="attr-fe-name">name</code> attributes of all the elements
<span>represented by the collection</span>.</p>
@@ -6993,9 +6995,8 @@
<div class="impl">
- <p>The object's <span>indices of the supported indexed
- properties</span> are as defined for <code>HTMLCollection</code>
- objects.</p>
+ <p>The object's <span>supported property indices</span> are as
+ defined for <code>HTMLCollection</code> objects.</p>
<p>On getting, the <dfn
title="dom-HTMLOptionsCollection-length"><code>length</code></dfn>
@@ -7024,8 +7025,8 @@
children to existing <code>optgroup</code> elements (though it can
remove children from them).</p>
- <p>The <span>names of the supported named properties</span> consist
- of the values of all the <code title="attr-id">id</code> and <code
+ <p>The <span>supported property names</span> consist of the values
+ of all the <code title="attr-id">id</code> and <code
title="attr-option-name">name</code> attributes of all the elements
<span>represented by the collection</span>.</p>
@@ -7200,13 +7201,12 @@
<div class="impl">
- <p>The object's <span>indices of the supported indexed
- properties</span> are as defined for <code>HTMLCollection</code>
- objects.</p>
+ <p>The object's <span>supported property indices</span> are as
+ defined for <code>HTMLCollection</code> objects.</p>
- <p>The <span>names of the supported named properties</span> consist
- of the <span>property names</span> of all the elements
- <span>represented by the collection</span>.</p>
+ <p>The <span>supported property names</span> consist of the
+ <span>property names</span> of all the elements <span>represented by
+ the collection</span>.</p>
<p>The <dfn
title="dom-HTMLPropertiesCollection-names"><code>names</code></dfn>
@@ -7325,11 +7325,11 @@
spaces</span>. This is the <var
title="dom-tokenlist-length">length</var>.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to <span title=""><var
+ <p>The object's <span>supported property indices</span> are the
+ numbers in the range zero to <span title=""><var
title="dom-tokenlist-length">length</var>-1</span>, unless the <var
title="dom-tokenlist-length">length</var> is zero, in which case
- there are no <span>supported indexed properties</span>.</p>
+ there are no <span>supported property indices</span>.</p>
<p>The <dfn title="dom-tokenlist-item"><code>item(<var
title="">index</var>)</code></dfn> method must <span title="split a
@@ -7677,7 +7677,7 @@
deleter void (in DOMString name);
};</pre>
- <p>The <span>names of the supported named properties</span> on a
+ <p>The <span>supported property names</span> on a
<code>DOMStringMap</code> object at any instant are the names of
each pair returned from the algorithm for getting the list of
name-value pairs at that instant.</p>
@@ -8764,10 +8764,10 @@
<hr>
<p>The <code>HTMLDocument</code> interface <span title="support
- named properties">supports named properties</span>. The <span>names
- of the supported named properties</span> at any moment consist of
- the values of the <code title="attr-name">name</code> content
- attributes of all the <code>applet</code>, <code>embed</code>,
+ 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>, <code>embed</code>,
<code>form</code>, <code>iframe</code>, <code>img</code>, and
<span>fallback-free</span> <code>object</code> elements in the
<code>Document</code> that have <code title="attr-name">name</code>
@@ -36586,8 +36586,8 @@
attribute of a <code>CanvasPixelArray</code> object must return this
number.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range 0 .. <span title=""><var
+ <p>The object's <span>supported property indices</span> are the
+ numbers in the range 0 .. <span title=""><var
title="">h</var>×<var title="">w</var>×4-1</span>.</p>
<p>When a <code>CanvasPixelArray</code> object is <dfn
@@ -41770,10 +41770,9 @@
by the collection">represented</span> by the <code
title="dom-form-elements">elements</code> collection.</p>
- <p>The
- <span>indices of the supported indexed properties</span> at any
- instant are the indices supported by the object returned by the
- <code title="dom-form-elements">elements</code> attribute at that
+ <p>The <span>supported property indices</span> at any instant are
+ the indices supported by the object returned by the <code
+ title="dom-form-elements">elements</code> attribute at that
instant.</p>
<p>The <dfn title="dom-form-item"><code>item(<var
@@ -41786,10 +41785,10 @@
called the <dfn>past names map</dfn>. It is used to persist names of
controls even when they change names.</p>
- <p>The <span>names of the supported named properties</span> are the
- union of the names currently supported by the object returned by the
- <code title="dom-form-elements">elements</code> attribute, and the
- names currently in the <span>past names map</span>.</p>
+ <p>The <span>supported property names</span> are the union of the
+ names currently supported by the object returned by the <code
+ title="dom-form-elements">elements</code> attribute, and the names
+ currently in the <span>past names map</span>.</p>
<p>The <dfn title="dom-form-namedItem"><code>namedItem(<var
title="">name</var>)</code></dfn> method, when called, must run the
@@ -41799,10 +41798,10 @@
<li>
- <p>If <var title="">name</var> is one of the <span>names of the
- supported named properties</span> of the object returned by the
- <code title="dom-form-elements">elements</code> attribute, then
- run these substeps:</p>
+ <p>If <var title="">name</var> is one of the <span>supported
+ property names</span> of the object returned by the <code
+ title="dom-form-elements">elements</code> attribute, then run
+ these substeps:</p>
<ol>
@@ -49005,9 +49004,9 @@
<p>The <code title="dom-select-options">options</code> collection is
also mirrored on the <code>HTMLSelectElement</code> object. The
- <span>indices of the supported indexed properties</span> at any
- instant are the indices supported by the object returned by the
- <code title="dom-select-options">options</code> attribute at that
+ <span>supported property indices</span> at any instant are the
+ indices supported by the object returned by the <code
+ title="dom-select-options">options</code> attribute at that
instant.</p>
<p>The <dfn title="dom-select-length"><code>length</code></dfn> IDL
@@ -56095,12 +56094,12 @@
selection. This is the <var
title="dom-DataGridSelection-length">length</var>.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to <span title=""><var
+ <p>The object's <span>supported property indices</span> are the
+ numbers in the range zero to <span title=""><var
title="dom-DataGridSelection-length">length</var>-1</span>, unless
the <var title="dom-DataGridSelection-length">length</var> is zero,
- in which case there are no <span>supported indexed
- properties</span>.</p>
+ in which case there are no <span>supported property
+ indices</span>.</p>
<p>The <dfn title="dom-DataGridSelection-item"><code>item(<var
title="">index</var>)</code></dfn> method must return a
@@ -67217,13 +67216,13 @@
<!-- in other words, frames are only accessible to same-thread processes -->
- <p>The <span>indices of the supported indexed properties</span> on
- the <code>Window</code> object at any instant are the numbers in the
+ <p>The <span>supported property indices</span> on the
+ <code>Window</code> object at any instant are the numbers in the
range 0 .. <span title=""><var title="">n</var>-1</span>, where <var
title="">n</var> is the number returned by the <code
title="dom-length">length</code> IDL attribute. If <var
- title="">n</var> is zero then there are no <span>supported indexed
- properties</span>.</p>
+ title="">n</var> is zero then there are no <span>supported property
+ indices</span>.</p>
<p>When a <code>Window</code> object is <dfn
title="dom-window-item">indexed to retrieve an indexed
@@ -67259,8 +67258,8 @@
<div class="impl">
<p>The <code>Window</code> interface <span title="support named
- properties">supports named properties</span>. The <span>names of the
- supported named properties</span> at any moment consist of:</p>
+ properties">supports named properties</span>. The <span>supported
+ property names</span> at any moment consist of:</p>
<ul>
@@ -79091,11 +79090,11 @@
in the <span>undo transaction history</span>. This is the <var
title="dom-UndoManager-length">length</var>.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to <span title=""><var
+ <p>The object's <span>supported property indices</span> are the
+ numbers in the range zero to <span title=""><var
title="dom-UndoManager-length">length</var>-1</span>, unless the
<var title="dom-UndoManager-length">length</var> is zero, in which
- case there are no <span>supported indexed properties</span>.</p>
+ case there are no <span>supported property indices</span>.</p>
<p>The <dfn title="dom-UndoManager-item"><code>item(<var
title="">n</var>)</code></dfn> method must return the <var
@@ -84076,11 +84075,11 @@
all be associated with the same list of key/value pairs
simultaneously.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to one less than
- the number of key/value pairs currently present in the list
- associated with the object. If the list is empty, then there are no
- <span>supported indexed properties</span>.</p>
+ <p>The object's <span>supported property indices</span> are the
+ numbers in the range zero to one less than the number of key/value
+ pairs currently present in the list associated with the object. If
+ the list is empty, then there are no <span>supported property
+ indices</span>.</p>
<p>The <dfn title="dom-Storage-length"><code>length</code></dfn>
attribute must return the number of key/value pairs currently
@@ -84101,7 +84100,7 @@
unsigned]--> greater than or equal to the number of key/value pairs
in the object, then this method must return null.</p>
- <p>The <span>names of the supported named properties</span> on a
+ <p>The <span>supported property names</span> on a
<code>Storage</code> object are the keys of each key/value pair
currently present in the list associated with the object.</p>
@@ -85370,12 +85369,12 @@
enumerating over the object, which implicitly uses it) where
possible.</p>
- <p>The object's <span>indices of the supported indexed
- properties</span> are the numbers in the range zero to <span title=""><var
+ <p>The object's <span>supported property indices</span> are the
+ numbers in the range zero to <span title=""><var
title="dom-SQLResultSetRowList-length">length</var>-1</span>, unless
the <var title="dom-SQLResultSetRowList-length">length</var> is
- zero, in which case there are no <span>supported indexed
- properties</span>.</p>
+ zero, in which case there are no <span>supported property
+ indices</span>.</p>
<p>The <dfn title="dom-SQLResultSetRowList-item"><code>item(<var
title="">index</var>)</code></dfn> attribute must return the row
More information about the Commit-Watchers
mailing list