[html5] r8502 - [giow] (3) Restore document.all() legacycaller, for compat Fixing https://www.w3 [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 21 14:12:46 PST 2014


Author: ianh
Date: 2014-02-21 14:12:45 -0800 (Fri, 21 Feb 2014)
New Revision: 8502

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Restore document.all() legacycaller, for compat
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22118
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-02-21 22:09:41 UTC (rev 8501)
+++ complete.html	2014-02-21 22:12:45 UTC (rev 8502)
@@ -7566,7 +7566,7 @@
   <pre class=idl>interface <dfn id=htmlallcollection>HTMLAllCollection</dfn> : <a href=#htmlcollection>HTMLCollection</a> {
   // inherits <span title=dom-HTMLCollection-length>length</span> and <a href=#dom-htmlcollection-item title=dom-HTMLCollection-item>item</a>(unsigned long index)
   (<a href=#htmlcollection>HTMLCollection</a> or <a href=#element>Element</a>)? <a href=#dom-htmlallcollection-item-string title=dom-HTMLAllCollection-item-string>item</a>(DOMString name);
-  getter (<a href=#htmlcollection>HTMLCollection</a> or <a href=#element>Element</a>)? <a href=#dom-htmlallcollection-nameditem title=dom-HTMLAllCollection-namedItem>namedItem</a>(DOMString name); // shadows inherited namedItem()
+  legacycaller getter (<a href=#htmlcollection>HTMLCollection</a> or <a href=#element>Element</a>)? <a href=#dom-htmlallcollection-nameditem title=dom-HTMLAllCollection-namedItem>namedItem</a>(DOMString name); // shadows inherited namedItem()
 };</pre>
 
   <dl class=domintro><dt><var title="">collection</var> . <code title=dom-HTMLCollection-length>length</code></dt>
@@ -7584,6 +7584,8 @@
    <dt><var title="">collection</var> = <var title="">collection</var> . <code title=dom-HTMLAllCollection-item-string><a href=#dom-htmlallcollection-item-string>item</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">element</var> = <var title="">collection</var> . <code title=dom-HTMLAllCollection-namedItem><a href=#dom-htmlallcollection-nameditem>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var> = <var title="">collection</var> . <code title=dom-HTMLAllCollection-namedItem><a href=#dom-htmlallcollection-nameditem>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var>(<var title="">name</var>)</dt>
+   <dt><var title="">collection</var> = <var title="">collection</var>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dd>
     <p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or name <var title="">name</var> from the collection.</p>

Modified: index
===================================================================
--- index	2014-02-21 22:09:41 UTC (rev 8501)
+++ index	2014-02-21 22:12:45 UTC (rev 8502)
@@ -7566,7 +7566,7 @@
   <pre class=idl>interface <dfn id=htmlallcollection>HTMLAllCollection</dfn> : <a href=#htmlcollection>HTMLCollection</a> {
   // inherits <span title=dom-HTMLCollection-length>length</span> and <a href=#dom-htmlcollection-item title=dom-HTMLCollection-item>item</a>(unsigned long index)
   (<a href=#htmlcollection>HTMLCollection</a> or <a href=#element>Element</a>)? <a href=#dom-htmlallcollection-item-string title=dom-HTMLAllCollection-item-string>item</a>(DOMString name);
-  getter (<a href=#htmlcollection>HTMLCollection</a> or <a href=#element>Element</a>)? <a href=#dom-htmlallcollection-nameditem title=dom-HTMLAllCollection-namedItem>namedItem</a>(DOMString name); // shadows inherited namedItem()
+  legacycaller getter (<a href=#htmlcollection>HTMLCollection</a> or <a href=#element>Element</a>)? <a href=#dom-htmlallcollection-nameditem title=dom-HTMLAllCollection-namedItem>namedItem</a>(DOMString name); // shadows inherited namedItem()
 };</pre>
 
   <dl class=domintro><dt><var title="">collection</var> . <code title=dom-HTMLCollection-length>length</code></dt>
@@ -7584,6 +7584,8 @@
    <dt><var title="">collection</var> = <var title="">collection</var> . <code title=dom-HTMLAllCollection-item-string><a href=#dom-htmlallcollection-item-string>item</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">element</var> = <var title="">collection</var> . <code title=dom-HTMLAllCollection-namedItem><a href=#dom-htmlallcollection-nameditem>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var> = <var title="">collection</var> . <code title=dom-HTMLAllCollection-namedItem><a href=#dom-htmlallcollection-nameditem>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var>(<var title="">name</var>)</dt>
+   <dt><var title="">collection</var> = <var title="">collection</var>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dd>
     <p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or name <var title="">name</var> from the collection.</p>

Modified: source
===================================================================
--- source	2014-02-21 22:09:41 UTC (rev 8501)
+++ source	2014-02-21 22:12:45 UTC (rev 8502)
@@ -7016,7 +7016,7 @@
   <pre class="idl">interface <dfn>HTMLAllCollection</dfn> : <span>HTMLCollection</span> {
   // inherits <span data-x="dom-HTMLCollection-length">length</span> and <span data-x="dom-HTMLCollection-item">item</span>(unsigned long index)
   (<span>HTMLCollection</span> or <span>Element</span>)? <span data-x="dom-HTMLAllCollection-item-string">item</span>(DOMString name);
-  getter (<span>HTMLCollection</span> or <span>Element</span>)? <span data-x="dom-HTMLAllCollection-namedItem">namedItem</span>(DOMString name); // shadows inherited namedItem()
+  legacycaller getter (<span>HTMLCollection</span> or <span>Element</span>)? <span data-x="dom-HTMLAllCollection-namedItem">namedItem</span>(DOMString name); // shadows inherited namedItem()
 };</pre>
 
   <dl class="domintro">
@@ -7036,6 +7036,8 @@
    <dt><var data-x="">collection</var> = <var data-x="">collection</var> . <code data-x="dom-HTMLAllCollection-item-string">item</code>(<var data-x="">name</var>)</dt>
    <dt><var data-x="">element</var> = <var data-x="">collection</var> . <code data-x="dom-HTMLAllCollection-namedItem">namedItem</code>(<var data-x="">name</var>)</dt>
    <dt><var data-x="">collection</var> = <var data-x="">collection</var> . <code data-x="dom-HTMLAllCollection-namedItem">namedItem</code>(<var data-x="">name</var>)</dt>
+   <dt><var data-x="">element</var> = <var data-x="">collection</var>(<var data-x="">name</var>)</dt>
+   <dt><var data-x="">collection</var> = <var data-x="">collection</var>(<var data-x="">name</var>)</dt>
    <dt><var data-x="">collection</var>[<var data-x="">name</var>]</dt>
    <dd>
     <p>Returns the item with <span data-x="concept-id">ID</span> or name <var data-x="">name</var> from the collection.</p>




More information about the Commit-Watchers mailing list