[html5] r7798 - [giow] (3) Fix document.all since DOM changed out from under us... also, ack for [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Apr 9 14:48:40 PDT 2013
Author: ianh
Date: 2013-04-09 14:48:38 -0700 (Tue, 09 Apr 2013)
New Revision: 7798
Modified:
complete.html
index
source
Log:
[giow] (3) Fix document.all since DOM changed out from under us... also, ack for previous checkin
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20396
Affected topics: DOM APIs, HTML
Modified: complete.html
===================================================================
--- complete.html 2013-04-09 20:34:27 UTC (rev 7797)
+++ complete.html 2013-04-09 21:48:38 UTC (rev 7798)
@@ -7516,9 +7516,18 @@
</dl><div class=impl>
- <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 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 <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> attributes of all the elements <a href=#represented-by-the-collection>represented by the
+ collection</a>, and the values of all the <code title="">name</code> attributes of all the
+ <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>, <code><a href=#frameset>frameset</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and
+ <code><a href=#the-object-element>object</a></code> elements <a href=#represented-by-the-collection>represented by the collection</a>, in <a href=#tree-order>tree
+ order</a>, ignoring later duplicates, with the <code title=attr-id><a href=#the-id-attribute>id</a></code> of an element
+ preceding its <code title="">name</code> if it has both, they differ from each other, and neither
+ is the duplicate of an earlier entry.</p>
+
<p>The <dfn id=dom-htmlallcollection-item-string title=dom-HTMLAllCollection-item-string><code>item(<var title="">name</var>)</code></dfn> and <dfn id=dom-htmlallcollection-nameditem title=dom-HTMLAllCollection-namedItem><code>namedItem(<var title="">name</var>)</code></dfn>
methods must act according to the following algorithm:</p>
@@ -101945,6 +101954,7 @@
Sam Ruby,
Sam Weinig,
Samuel Bronson,
+ Samy Kamkar,
Sander van Lambalgen,
Sarven Capadisli,
Scott González,
Modified: index
===================================================================
--- index 2013-04-09 20:34:27 UTC (rev 7797)
+++ index 2013-04-09 21:48:38 UTC (rev 7798)
@@ -7516,9 +7516,18 @@
</dl><div class=impl>
- <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 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 <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> attributes of all the elements <a href=#represented-by-the-collection>represented by the
+ collection</a>, and the values of all the <code title="">name</code> attributes of all the
+ <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>, <code><a href=#frameset>frameset</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and
+ <code><a href=#the-object-element>object</a></code> elements <a href=#represented-by-the-collection>represented by the collection</a>, in <a href=#tree-order>tree
+ order</a>, ignoring later duplicates, with the <code title=attr-id><a href=#the-id-attribute>id</a></code> of an element
+ preceding its <code title="">name</code> if it has both, they differ from each other, and neither
+ is the duplicate of an earlier entry.</p>
+
<p>The <dfn id=dom-htmlallcollection-item-string title=dom-HTMLAllCollection-item-string><code>item(<var title="">name</var>)</code></dfn> and <dfn id=dom-htmlallcollection-nameditem title=dom-HTMLAllCollection-namedItem><code>namedItem(<var title="">name</var>)</code></dfn>
methods must act according to the following algorithm:</p>
@@ -101945,6 +101954,7 @@
Sam Ruby,
Sam Weinig,
Samuel Bronson,
+ Samy Kamkar,
Sander van Lambalgen,
Sarven Capadisli,
Scott González,
Modified: source
===================================================================
--- source 2013-04-09 20:34:27 UTC (rev 7797)
+++ source 2013-04-09 21:48:38 UTC (rev 7798)
@@ -7079,9 +7079,19 @@
<div class="impl">
- <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 object's <span>supported property indices</span> are as defined for
+ <code>HTMLCollection</code> objects.</p>
+ <p>The <span>supported property names</span> consist of the values of all the <code
+ title="attr-id">id</code> attributes of all the elements <span>represented by the
+ collection</span>, and the values of all the <code title="">name</code> attributes of all the
+ <code>a</code>, <code>applet</code>, <code>area</code>, <code>embed</code>, <code>form</code>,
+ <code>frame</code>, <code>frameset</code>, <code>iframe</code>, <code>img</code>, and
+ <code>object</code> elements <span>represented by the collection</span>, in <span>tree
+ order</span>, ignoring later duplicates, with the <code title="attr-id">id</code> of an element
+ preceding its <code title="">name</code> if it has both, they differ from each other, and neither
+ is the duplicate of an earlier entry.</p>
+
<p>The <dfn title="dom-HTMLAllCollection-item-string"><code>item(<var
title="">name</var>)</code></dfn> and <dfn
title="dom-HTMLAllCollection-namedItem"><code>namedItem(<var title="">name</var>)</code></dfn>
@@ -118844,6 +118854,7 @@
Sam Ruby,
Sam Weinig,
Samuel Bronson,
+ Samy Kamkar,
Sander van Lambalgen,
Sarven Capadisli,
Scott González,
More information about the Commit-Watchers
mailing list