html5/spec-author-view Overview.html,1.1605,1.1606 common-dom-interfaces.html,1.122,1.123 spec.html,1.1735,1.1736 spec.preprocessed.html,1.587,1.588 the-form-element.html,1.136,1.137

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv4652

Modified Files:
	Overview.html common-dom-interfaces.html spec.html 
	spec.preprocessed.html the-form-element.html 
Log Message:
update for webidl (whatwg r6549)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1605
retrieving revision 1.1606
diff -u -d -r1.1605 -r1.1606
--- Overview.html	9 Sep 2011 18:57:37 -0000	1.1605
+++ Overview.html	9 Sep 2011 20:57:08 -0000	1.1606
@@ -362,7 +362,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5246.</p> 
+      This is revision 1.5247.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &copy; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1735
retrieving revision 1.1736
diff -u -d -r1.1735 -r1.1736
--- spec.html	9 Sep 2011 18:57:38 -0000	1.1735
+++ spec.html	9 Sep 2011 20:57:08 -0000	1.1736
@@ -363,7 +363,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5246.</p> 
+      This is revision 1.5247.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -2944,7 +2944,7 @@
   returns an <code><a href="#htmlallcollection" id="htmlallcollection_2">HTMLAllCollection</a></code> object when there are
   multiple matching elements.</p><pre class="idl">interface <dfn aria-haspopup="true" id="htmlallcollection" role="button" tabindex="0">HTMLAllCollection</dfn> : <a href="http://dev.w3.org/html5/spec/infrastructure.html#htmlcollection" class="full-spec-link" title='Read about this "HTMLCollection" reference in the full HTML5 spec.'>HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>()
-  caller getter object? <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.' class="full-spec-link">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  legacycaller getter object? <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.' class="full-spec-link">namedItem</a>(DOMString name); // overrides inherited namedItem()
   <a href="#htmlallcollection" id="htmlallcollection_3">HTMLAllCollection</a> <a href="#dom-htmlallcollection-tags" title="dom-HTMLAllCollection-tags">tags</a>(DOMString tagName);
 };</pre><dl class="domintro"><dt><var title="">collection</var> . <code id="dom-htmlcollection-length" title="dom-HTMLCollection-length">length</code></dt>
    <dd>
@@ -2981,7 +2981,7 @@
   a <a href="http://dev.w3.org/html5/spec/infrastructure.html#collections" title='Read about this "collection" reference in the full HTML5 spec.' class="full-spec-link">collection</a> of <a href="#category-listed" id="category-listed_0" title="category-listed">listed elements</a> in <code><a href="#the-form-element" id="form_7">form</a></code>
   and <code><a href="#the-fieldset-element" id="fieldset_0">fieldset</a></code> elements.</p><pre class="idl">interface <dfn aria-haspopup="true" id="htmlformcontrolscollection" role="button" tabindex="0">HTMLFormControlsCollection</dfn> : <a href="http://dev.w3.org/html5/spec/infrastructure.html#htmlcollection" class="full-spec-link" title='Read about this "HTMLCollection" reference in the full HTML5 spec.'>HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>()
-  caller getter object? <a href="#dom-htmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  legacycaller getter object? <a href="#dom-htmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
 };
 
 interface <dfn aria-haspopup="true" id="radionodelist" role="button" tabindex="0">RadioNodeList</dfn> : <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> {
@@ -3019,7 +3019,7 @@
   manipulate that element's descendants.</p><pre class="idl">interface <dfn aria-haspopup="true" id="htmloptionscollection" role="button" tabindex="0">HTMLOptionsCollection</dfn> : <a href="http://dev.w3.org/html5/spec/infrastructure.html#htmlcollection" class="full-spec-link" title='Read about this "HTMLCollection" reference in the full HTML5 spec.'>HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-item">item</span>()
            attribute unsigned long <a href="#dom-htmloptionscollection-length" title="dom-HTMLOptionsCollection-length">length</a>; // overrides inherited length
-  caller getter object? <a href="#dom-htmloptionscollection-nameditem" title="dom-HTMLOptionsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  legacycaller getter object? <a href="#dom-htmloptionscollection-nameditem" title="dom-HTMLOptionsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
   <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-setter" title='Read about this "setter creator" reference in the full HTML5 spec.' class="full-spec-link">setter creator</a> void (unsigned long index, <a href="#htmloptionelement" id="htmloptionelement_0">HTMLOptionElement</a> option);
   void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>(<a href="#htmloptionelement" id="htmloptionelement_1">HTMLOptionElement</a> element, optional <a href="#htmlelement" id="htmlelement_0">HTMLElement</a>? before);
   void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>(<a href="#htmloptgroupelement" id="htmloptgroupelement_0">HTMLOptGroupElement</a> element, optional <a href="#htmlelement" id="htmlelement_1">HTMLElement</a>? before);
@@ -16078,8 +16078,8 @@
 
   readonly attribute <a href="#htmlformcontrolscollection" id="htmlformcontrolscollection_2">HTMLFormControlsCollection</a> <a href="#dom-form-elements" title="dom-form-elements">elements</a>;
   readonly attribute long <a href="#dom-form-length" title="dom-form-length">length</a>;
-  caller <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> <a href="http://dev.w3.org/html5/spec/infrastructure.html#element" class="full-spec-link" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> (unsigned long index);
-  caller <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> object (DOMString name);
+  legacycaller <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> <a href="http://dev.w3.org/html5/spec/infrastructure.html#element" class="full-spec-link" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> (unsigned long index);
+  legacycaller <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> object (DOMString name);
 
   void <a href="#dom-form-submit" title="dom-form-submit">submit</a>();
   void <a href="#dom-form-reset" title="dom-form-reset">reset</a>();

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.587
retrieving revision 1.588
diff -u -d -r1.587 -r1.588
--- spec.preprocessed.html	9 Sep 2011 18:57:47 -0000	1.587
+++ spec.preprocessed.html	9 Sep 2011 20:57:17 -0000	1.588
@@ -379,7 +379,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5246.</p> 
+      This is revision 1.5247.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -2508,7 +2508,7 @@
   returns an <code><a href="#htmlallcollection">HTMLAllCollection</a></code> object when there are
   multiple matching elements.</p><pre class="idl">interface <dfn id="htmlallcollection" role="button" tabindex="0" aria-haspopup="true">HTMLAllCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>()
-  caller getter object? <a href="#dom-htmlallcollection-nameditem" title="dom-HTMLAllCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  legacycaller getter object? <a href="#dom-htmlallcollection-nameditem" title="dom-HTMLAllCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
   <a href="#htmlallcollection">HTMLAllCollection</a> <a href="#dom-htmlallcollection-tags" title="dom-HTMLAllCollection-tags">tags</a>(DOMString tagName);
 };</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length" id="dom-htmlcollection-length">length</code></dt>
    <dd>
@@ -2545,7 +2545,7 @@
   a <a href="#collections" title="collections">collection</a> of <a href="#category-listed" title="category-listed">listed elements</a> in <code><a href="#the-form-element">form</a></code>
   and <code><a href="#the-fieldset-element">fieldset</a></code> elements.</p><pre class="idl">interface <dfn id="htmlformcontrolscollection" role="button" tabindex="0" aria-haspopup="true">HTMLFormControlsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>()
-  caller getter object? <a href="#dom-htmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  legacycaller getter object? <a href="#dom-htmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
 };
 
 interface <dfn id="radionodelist" role="button" tabindex="0" aria-haspopup="true">RadioNodeList</dfn> : <a href="#nodelist">NodeList</a> {
@@ -2583,7 +2583,7 @@
   manipulate that element's descendants.</p><pre class="idl">interface <dfn id="htmloptionscollection" role="button" tabindex="0" aria-haspopup="true">HTMLOptionsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-item">item</span>()
            attribute unsigned long <a href="#dom-htmloptionscollection-length" title="dom-HTMLOptionsCollection-length">length</a>; // overrides inherited length
-  caller getter object? <a href="#dom-htmloptionscollection-nameditem" title="dom-HTMLOptionsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  legacycaller getter object? <a href="#dom-htmloptionscollection-nameditem" title="dom-HTMLOptionsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
   <a href="#dom-htmloptionscollection-setter" title="dom-HTMLOptionsCollection-setter">setter creator</a> void (unsigned long index, <a href="#htmloptionelement">HTMLOptionElement</a> option);
   void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>(<a href="#htmloptionelement">HTMLOptionElement</a> element, optional <a href="#htmlelement">HTMLElement</a>? before);
   void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>(<a href="#htmloptgroupelement">HTMLOptGroupElement</a> element, optional <a href="#htmlelement">HTMLElement</a>? before);
@@ -15820,8 +15820,8 @@
 
   readonly attribute <a href="#htmlformcontrolscollection">HTMLFormControlsCollection</a> <a href="#dom-form-elements" title="dom-form-elements">elements</a>;
   readonly attribute long <a href="#dom-form-length" title="dom-form-length">length</a>;
-  caller <a href="#dom-form-item" title="dom-form-item">getter</a> <a href="#element">Element</a> (unsigned long index);
-  caller <a href="#dom-form-nameditem" title="dom-form-namedItem">getter</a> object (DOMString name);
+  legacycaller <a href="#dom-form-item" title="dom-form-item">getter</a> <a href="#element">Element</a> (unsigned long index);
+  legacycaller <a href="#dom-form-nameditem" title="dom-form-namedItem">getter</a> object (DOMString name);
 
   void <a href="#dom-form-submit" title="dom-form-submit">submit</a>();
   void <a href="#dom-form-reset" title="dom-form-reset">reset</a>();

Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-dom-interfaces.html,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- common-dom-interfaces.html	17 Aug 2011 23:57:10 -0000	1.122
+++ common-dom-interfaces.html	9 Sep 2011 20:57:08 -0000	1.123
@@ -365,7 +365,7 @@
   returns an <code><a href="#htmlallcollection" id="htmlallcollection_2">HTMLAllCollection</a></code> object when there are
   multiple matching elements.<pre class="idl">interface <dfn aria-haspopup="true" id="htmlallcollection" role="button" tabindex="0">HTMLAllCollection</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#htmlcollection" title='Read about this "HTMLCollection" reference in the full HTML5 spec.'>HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>()
-  caller getter object? <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(DOMString name); // overrides inherited namedItem()
+  legacycaller getter object? <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(DOMString name); // overrides inherited namedItem()
   <a href="#htmlallcollection" id="htmlallcollection_3">HTMLAllCollection</a> <a href="#dom-htmlallcollection-tags" title="dom-HTMLAllCollection-tags">tags</a>(DOMString tagName);
 };</pre><dl class="domintro"><dt><var title="">collection</var> . <code id="dom-htmlcollection-length" title="dom-HTMLCollection-length">length</code></dt>
    <dd>
@@ -402,7 +402,7 @@
   a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#collections" title='Read about this "collection" reference in the full HTML5 spec.'>collection</a> of <a href="forms.html#category-listed" id="category-listed_0" title="category-listed">listed elements</a> in <code><a href="the-form-element.html#the-form-element" id="form_7">form</a></code>
   and <code><a href="the-fieldset-element.html#the-fieldset-element" id="fieldset_0">fieldset</a></code> elements.<pre class="idl">interface <dfn aria-haspopup="true" id="htmlformcontrolscollection" role="button" tabindex="0">HTMLFormControlsCollection</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#htmlcollection" title='Read about this "HTMLCollection" reference in the full HTML5 spec.'>HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>()
-  caller getter object? <a href="#dom-htmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  legacycaller getter object? <a href="#dom-htmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
 };
 
 interface <dfn aria-haspopup="true" id="radionodelist" role="button" tabindex="0">RadioNodeList</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> {
@@ -440,7 +440,7 @@
   manipulate that element's descendants.<pre class="idl">interface <dfn aria-haspopup="true" id="htmloptionscollection" role="button" tabindex="0">HTMLOptionsCollection</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#htmlcollection" title='Read about this "HTMLCollection" reference in the full HTML5 spec.'>HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-item">item</span>()
            attribute unsigned long <a href="#dom-htmloptionscollection-length" title="dom-HTMLOptionsCollection-length">length</a>; // overrides inherited length
-  caller getter object? <a href="#dom-htmloptionscollection-nameditem" title="dom-HTMLOptionsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  legacycaller getter object? <a href="#dom-htmloptionscollection-nameditem" title="dom-HTMLOptionsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-setter" title='Read about this "setter creator" reference in the full HTML5 spec.'>setter creator</a> void (unsigned long index, <a href="the-option-element.html#htmloptionelement" id="htmloptionelement_0">HTMLOptionElement</a> option);
   void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>(<a href="the-option-element.html#htmloptionelement" id="htmloptionelement_1">HTMLOptionElement</a> element, optional <a href="elements.html#htmlelement" id="htmlelement_0">HTMLElement</a>? before);
   void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>(<a href="the-optgroup-element.html#htmloptgroupelement" id="htmloptgroupelement_0">HTMLOptGroupElement</a> element, optional <a href="elements.html#htmlelement" id="htmlelement_1">HTMLElement</a>? before);

Index: the-form-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-form-element.html,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- the-form-element.html	4 Sep 2011 17:57:36 -0000	1.136
+++ the-form-element.html	9 Sep 2011 20:57:18 -0000	1.137
@@ -381,8 +381,8 @@
 
   readonly attribute <a href="common-dom-interfaces.html#htmlformcontrolscollection" id="htmlformcontrolscollection_2">HTMLFormControlsCollection</a> <a href="#dom-form-elements" title="dom-form-elements">elements</a>;
   readonly attribute long <a href="#dom-form-length" title="dom-form-length">length</a>;
-  caller <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> (unsigned long index);
-  caller <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> object (DOMString name);
+  legacycaller <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> (unsigned long index);
+  legacycaller <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> object (DOMString name);
 
   void <a href="#dom-form-submit" title="dom-form-submit">submit</a>();
   void <a href="#dom-form-reset" title="dom-form-reset">reset</a>();

Received on Friday, 9 September 2011 20:57:22 UTC