[html5] r7268 - [giow] (0) Remove some 'legacycaller's Fixing https://www.w3.org/Bugs/Public/sho [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 24 12:31:27 PDT 2012


Author: ianh
Date: 2012-08-24 12:31:26 -0700 (Fri, 24 Aug 2012)
New Revision: 7268

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Remove some 'legacycaller's
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17161
Affected topics: DOM APIs, Microdata

Modified: complete.html
===================================================================
--- complete.html	2012-08-24 19:02:15 UTC (rev 7267)
+++ complete.html	2012-08-24 19:31:26 UTC (rev 7268)
@@ -9094,10 +9094,8 @@
 
   <p>The <code><a href=#htmlallcollection>HTMLAllCollection</a></code>,
   <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>,
-  <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code>,
-<!--MD-->
-  and <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code>
-<!--MD-->
+  <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code>, and
+  <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code>
   interfaces are <a href=#collections>collections</a> derived from the
   <code><a href=#htmlcollection>HTMLCollection</a></code> interface.</p>
 
@@ -9534,7 +9532,7 @@
 
   <pre class=idl>interface <dfn id=htmlpropertiescollection>HTMLPropertiesCollection</dfn> : <a href=#htmlcollection>HTMLCollection</a> {
   // inherits <span title=dom-HTMLCollection-length>length</span> and <span title=dom-HTMLCollection-item>item</span>()
-  legacycaller getter <a href=#propertynodelist>PropertyNodeList</a>? <a href=#dom-htmlpropertiescollection-nameditem title=dom-HTMLPropertiesCollection-namedItem>namedItem</a>(DOMString name); // overrides inherited namedItem()
+  getter <a href=#propertynodelist>PropertyNodeList</a>? <a href=#dom-htmlpropertiescollection-nameditem title=dom-HTMLPropertiesCollection-namedItem>namedItem</a>(DOMString name); // overrides inherited namedItem()
   readonly attribute DOMString[] <a href=#dom-htmlpropertiescollection-names title=dom-HTMLPropertiesCollection-names>names</a>;
 };
 
@@ -9551,13 +9549,11 @@
 
    <dt><var title="">element</var> = <var title="">collection</var> . <code title=dom-HTMLCollection-item>item</code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
-   <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
     <p>Returns the element with index <var title="">index</var> from the collection. The items are sorted in <a href=#tree-order>tree order</a>.</p>
    </dd>
 
    <dt><var title="">propertyNodeList</var> = <var title="">collection</var> . <code title=dom-HTMLPropertiesCollection-namedItem><a href=#dom-htmlpropertiescollection-nameditem>namedItem</a></code>(<var title="">name</var>)</dt>
-   <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns a <code><a href=#propertynodelist>PropertyNodeList</a></code> object containing any elements that add a property named <var title="">name</var>.</p>
    </dd>
@@ -9615,7 +9611,6 @@
   </div>
 
   </div><!--data-component-->
-<!--MD-->
 
 
 <!--TOPIC:DOM APIs-->

Modified: index
===================================================================
--- index	2012-08-24 19:02:15 UTC (rev 7267)
+++ index	2012-08-24 19:31:26 UTC (rev 7268)
@@ -9094,10 +9094,8 @@
 
   <p>The <code><a href=#htmlallcollection>HTMLAllCollection</a></code>,
   <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>,
-  <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code>,
-<!--MD-->
-  and <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code>
-<!--MD-->
+  <code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code>, and
+  <code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code>
   interfaces are <a href=#collections>collections</a> derived from the
   <code><a href=#htmlcollection>HTMLCollection</a></code> interface.</p>
 
@@ -9534,7 +9532,7 @@
 
   <pre class=idl>interface <dfn id=htmlpropertiescollection>HTMLPropertiesCollection</dfn> : <a href=#htmlcollection>HTMLCollection</a> {
   // inherits <span title=dom-HTMLCollection-length>length</span> and <span title=dom-HTMLCollection-item>item</span>()
-  legacycaller getter <a href=#propertynodelist>PropertyNodeList</a>? <a href=#dom-htmlpropertiescollection-nameditem title=dom-HTMLPropertiesCollection-namedItem>namedItem</a>(DOMString name); // overrides inherited namedItem()
+  getter <a href=#propertynodelist>PropertyNodeList</a>? <a href=#dom-htmlpropertiescollection-nameditem title=dom-HTMLPropertiesCollection-namedItem>namedItem</a>(DOMString name); // overrides inherited namedItem()
   readonly attribute DOMString[] <a href=#dom-htmlpropertiescollection-names title=dom-HTMLPropertiesCollection-names>names</a>;
 };
 
@@ -9551,13 +9549,11 @@
 
    <dt><var title="">element</var> = <var title="">collection</var> . <code title=dom-HTMLCollection-item>item</code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
-   <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
     <p>Returns the element with index <var title="">index</var> from the collection. The items are sorted in <a href=#tree-order>tree order</a>.</p>
    </dd>
 
    <dt><var title="">propertyNodeList</var> = <var title="">collection</var> . <code title=dom-HTMLPropertiesCollection-namedItem><a href=#dom-htmlpropertiescollection-nameditem>namedItem</a></code>(<var title="">name</var>)</dt>
-   <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns a <code><a href=#propertynodelist>PropertyNodeList</a></code> object containing any elements that add a property named <var title="">name</var>.</p>
    </dd>
@@ -9615,7 +9611,6 @@
   </div>
 
   </div><!--data-component-->
-<!--MD-->
 
 
 <!--TOPIC:DOM APIs-->

Modified: source
===================================================================
--- source	2012-08-24 19:02:15 UTC (rev 7267)
+++ source	2012-08-24 19:31:26 UTC (rev 7268)
@@ -9102,10 +9102,8 @@
 
   <p>The <code>HTMLAllCollection</code>,
   <code>HTMLFormControlsCollection</code>,
-  <code>HTMLOptionsCollection</code>,
-<!--END w3c-html--><!--MD-->
-  and <code>HTMLPropertiesCollection</code>
-<!--START w3c-html--><!--MD-->
+  <code>HTMLOptionsCollection</code>, and
+  <code>HTMLPropertiesCollection</code>
   interfaces are <span>collections</span> derived from the
   <code>HTMLCollection</code> interface.</p>
 
@@ -9649,7 +9647,7 @@
 
   <pre class="idl">interface <dfn>HTMLPropertiesCollection</dfn> : <span>HTMLCollection</span> {
   // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>()
-  legacycaller getter <span>PropertyNodeList</span>? <span title="dom-HTMLPropertiesCollection-namedItem">namedItem</span>(DOMString name); // overrides inherited namedItem()
+  getter <span>PropertyNodeList</span>? <span title="dom-HTMLPropertiesCollection-namedItem">namedItem</span>(DOMString name); // overrides inherited namedItem()
   readonly attribute DOMString[] <span title="dom-HTMLPropertiesCollection-names">names</span>;
 };
 
@@ -9668,13 +9666,11 @@
 
    <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item">item</code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
-   <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
     <p>Returns the element with index <var title="">index</var> from the collection. The items are sorted in <span>tree order</span>.</p>
    </dd>
 
    <dt><var title="">propertyNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLPropertiesCollection-namedItem">namedItem</code>(<var title="">name</var>)</dt>
-   <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns a <code>PropertyNodeList</code> object containing any elements that add a property named <var title="">name</var>.</p>
    </dd>
@@ -9744,7 +9740,6 @@
   </div>
 <!--END microdata-->
   </div><!--data-component-->
-<!--START w3c-html--><!--MD-->
 
 
 <!--TOPIC:DOM APIs-->




More information about the Commit-Watchers mailing list