[html5] r2149 - [e] (0) Cross-reference interface names.

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 4 03:58:55 PDT 2008


Author: ianh
Date: 2008-09-04 03:58:53 -0700 (Thu, 04 Sep 2008)
New Revision: 2149

Modified:
   index
   source
Log:
[e] (0) Cross-reference interface names.

Modified: index
===================================================================
--- index	2008-09-04 10:51:27 UTC (rev 2148)
+++ index	2008-09-04 10:58:53 UTC (rev 2149)
@@ -6777,7 +6777,7 @@
   <pre
    class=idl>interface <dfn id=htmloptionscollection0>HTMLOptionsCollection</dfn> {
            attribute unsigned long <a href="#length1" title=dom-HTMLOptionsCollection-length>length</a>;
-  [IndexGetter] HTMLOptionElement <a href="#itemindex1" title=dom-HTMLOptionsCollection-item>item</a>(in unsigned long index);
+  [IndexGetter] <span>HTMLOptionElement</span> <a href="#itemindex1" title=dom-HTMLOptionsCollection-item>item</a>(in unsigned long index);
   [NameGetter] Object <a href="#nameditem1" title=dom-HTMLOptionsCollection-namedItem>namedItem</a>(in DOMString name);
 };</pre>
 
@@ -7752,7 +7752,7 @@
 
   // <span>data templates</span>
            attribute DOMString <a href="#template0" title=dom-template>template</a>;
-  readonly attribute HTMLDataTemplateElement <a href="#templateelement" title=dom-templateElement>templateElement</a>;
+  readonly attribute <span>HTMLDataTemplateElement</span> <a href="#templateelement" title=dom-templateElement>templateElement</a>;
            attribute DOMString <a href="#ref0" title=dom-ref>ref</a>;
   readonly attribute Node <a href="#refnode" title=dom-refNode>refNode</a>;
            attribute DOMString <a href="#registrationmark0" title=dom-registrationMark>registrationMark</a>;
@@ -24698,18 +24698,18 @@
     <pre
      class=idl>interface <dfn id=htmltableelement>HTMLTableElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
            attribute <span>HTMLTableCaptionElement</span> <a href="#caption" title=dom-table-caption>caption</a>;
-  HTMLElement <a href="#createcaption" title=dom-table-createCaption>createCaption</a>();
+  <a href="#htmlelement">HTMLElement</a> <a href="#createcaption" title=dom-table-createCaption>createCaption</a>();
   void <a href="#deletecaption" title=dom-table-deleteCaption>deleteCaption</a>();
            attribute <a href="#htmltablesectionelement">HTMLTableSectionElement</a> <a href="#thead" title=dom-table-tHead>tHead</a>;
-  HTMLElement <a href="#createthead" title=dom-table-createTHead>createTHead</a>();
+  <a href="#htmlelement">HTMLElement</a> <a href="#createthead" title=dom-table-createTHead>createTHead</a>();
   void <a href="#deletethead" title=dom-table-deleteTHead>deleteTHead</a>();
            attribute <a href="#htmltablesectionelement">HTMLTableSectionElement</a> <a href="#tfoot" title=dom-table-tFoot>tFoot</a>;
-  HTMLElement <a href="#createtfoot" title=dom-table-createTFoot>createTFoot</a>();
+  <a href="#htmlelement">HTMLElement</a> <a href="#createtfoot" title=dom-table-createTFoot>createTFoot</a>();
   void <a href="#deletetfoot" title=dom-table-deleteTFoot>deleteTFoot</a>();
   readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#tbodies" title=dom-table-tBodies>tBodies</a>;
-  HTMLElement <a href="#createtbody" title=dom-table-createTBody>createTBody</a>();
+  <a href="#htmlelement">HTMLElement</a> <a href="#createtbody" title=dom-table-createTBody>createTBody</a>();
   readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#rows" title=dom-table-rows>rows</a>;
-  HTMLElement <a href="#insertrow" title=dom-table-insertRow>insertRow</a>(in long index);
+  <a href="#htmlelement">HTMLElement</a> <a href="#insertrow" title=dom-table-insertRow>insertRow</a>(in long index);
   void <a href="#deleterow" title=dom-table-deleteRow>deleteRow</a>(in long index);
 };</pre>
   </dl>
@@ -26684,9 +26684,9 @@
            attribute boolean <span title=dom-input-checked>checked</span>;
            attribute boolean <span title=dom-input-disabled>disabled</span>;
            attribute DOMString <span title=dom-input-enctype>enctype</span>;
-  readonly attribute HTMLFormElement <span title=dom-input-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-input-form>form</span>;
            attribute DOMString <span title=dom-input-inputmode>inputmode</span>;
-  readonly attribute HTMLElement <span title=dom-input-list>list</span>;
+  readonly attribute <a href="#htmlelement">HTMLElement</a> <span title=dom-input-list>list</span>;
            attribute DOMString <span title=dom-input-max>max</span>;
            attribute long <span title=dom-input-maxLength>maxLength</span>;
            attribute DOMString <span title=dom-input-method>method</span>;
@@ -26706,7 +26706,7 @@
            attribute float <span>valueAsNumber</span>;
   readonly attribute <span>HTMLOptionElement</span> <span title=dom-input-selectedOption>selectedOption</span>;
 
-  readonly attribute HTMLCollection <span title=dom-input-labels>labels</span>;
+  readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <span title=dom-input-labels>labels</span>;
 
   void <span title=dom-input-select>select</span>();
   void <span title=dom-input-stepUp>stepUp</span>(in int n);
@@ -26775,14 +26775,14 @@
            attribute boolean <span title=dom-button-autofocus>autofocus</span>;
            attribute boolean <span title=dom-button-disabled>disabled</span>;
            attribute DOMString <span title=dom-button-enctype>enctype</span>;
-  readonly attribute HTMLFormElement <span title=dom-button-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-button-form>form</span>;
            attribute DOMString <span title=dom-button-method>method</span>;
            attribute DOMString <span title=dom-button-name>name</span>;
            attribute DOMString <span title=dom-button-target>target</span>;
            attribute DOMString <span title=dom-button-type>type</span>;
            attribute DOMString <span title=dom-button-value>value</span>;
 
-  readonly attribute HTMLCollection <span title=dom-button-labels>labels</span>;
+  readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <span title=dom-button-labels>labels</span>;
 
   readonly attribute boolean <span title=dom-button-willValidate>willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title=dom-button-validity>validity</span>;
@@ -26823,7 +26823,7 @@
    <dd>
     <pre
      class=idl>interface <dfn id=htmllabelelement>HTMLLabelElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
-  readonly attribute HTMLFormElement <span title=dom-label-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-label-form>form</span>;
            attribute DOMString <span title=dom-label-htmlFor>htmlFor</span>;
   readonly attribute <a href="#htmlelement">HTMLElement</a> <span title=dom-label-control>control</span>;
 };</pre>
@@ -26870,24 +26870,24 @@
      class=idl>interface <dfn id=htmlselectelement>HTMLSelectElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
            attribute boolean <span title=dom-select-autofocus>autofocus</span>;
            attribute boolean <span title=dom-select-disabled>disabled</span>;
-  readonly attribute HTMLFormElement <span title=dom-select-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-select-form>form</span>;
            attribute boolean <span title=dom-select-multiple>multiple</span>;
            attribute DOMString <span title=dom-select-name>name</span>;
            attribute boolean <span title=dom-select-size>size</span>;
 
   readonly attribute DOMString <span title=dom-select-type>type</span>;
 
-  readonly attribute HTMLOptionsCollection <span title=dom-select-options>options</span>;
+  readonly attribute <a href="#htmloptionscollection0">HTMLOptionsCollection</a> <span title=dom-select-options>options</span>;
            attribute unsigned long <span title=dom-select-length>length</span>;
   [IndexGetter] <a href="#htmlelement">HTMLElement</a> <span title=dom-select-XXX9>XXX9</span>(in unsigned long index);
 
-  readonly attribute HTMLCollection <span title=dom-select-selectedOptions>selectedOptions</span>;
+  readonly attribute <a href="#htmloptionscollection0">HTMLOptionsCollection</a> <span title=dom-select-selectedOptions>selectedOptions</span>;
            attribute long <span title=dom-select-selectedIndex>selectedIndex</span>;
            attribute DOMString <span title=dom-select-value>value</span>;
 
-  readonly attribute HTMLCollection <span title=dom-select-labels>labels</span>;
+  readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <span title=dom-select-labels>labels</span>;
 
-  void <span title=dom-select-add>add</span>(in HTMLElement element, in HTMLElement before);
+  void <span title=dom-select-add>add</span>(in <a href="#htmlelement">HTMLElement</a> element, in <a href="#htmlelement">HTMLElement</a> before);
   void <span title=dom-select-remove>remove</span>(in long index);
 
   readonly attribute boolean <span title=dom-select-willValidate>willValidate</span>;
@@ -28094,7 +28094,7 @@
 
   <pre class=idl>// To be implemented by Web authors as a JS object
 [NoInterfaceObject] interface <dfn id=datagriddataprovider>DataGridDataProvider</dfn> {
-  void <a href="#initialize" title=dom-provider-initialize>initialize</a>(in HTMLDataGridElement datagrid);
+  void <a href="#initialize" title=dom-provider-initialize>initialize</a>(in <a href="#htmldatagridelement">HTMLDataGridElement</a> datagrid);
   unsigned long <a href="#getrowcount" title=dom-provider-getRowCount>getRowCount</a>(in <a href="#rowspecification">RowSpecification</a> row);
   unsigned long <a href="#getchildatposition" title=dom-provider-getChildAtPosition>getChildAtPosition</a>(in <a href="#rowspecification">RowSpecification</a> parentRow, in unsigned long position);
   unsigned long <a href="#getcolumncount" title=dom-provider-getColumnCount>getColumnCount</a>();

Modified: source
===================================================================
--- source	2008-09-04 10:51:27 UTC (rev 2148)
+++ source	2008-09-04 10:58:53 UTC (rev 2149)
@@ -4634,7 +4634,7 @@
 
   <pre class="idl">interface <dfn>HTMLOptionsCollection</dfn> {
            attribute unsigned long <span title="dom-HTMLOptionsCollection-length">length</span>;
-  [IndexGetter] HTMLOptionElement <span title="dom-HTMLOptionsCollection-item">item</span>(in unsigned long index);
+  [IndexGetter] <span>HTMLOptionElement</span> <span title="dom-HTMLOptionsCollection-item">item</span>(in unsigned long index);
   [NameGetter] Object <span title="dom-HTMLOptionsCollection-namedItem">namedItem</span>(in DOMString name);
 };</pre>
 
@@ -5638,7 +5638,7 @@
 
   // <span>data templates</span>
            attribute DOMString <span title="dom-template">template</span>;
-  readonly attribute HTMLDataTemplateElement <span title="dom-templateElement">templateElement</span>;
+  readonly attribute <span>HTMLDataTemplateElement</span> <span title="dom-templateElement">templateElement</span>;
            attribute DOMString <span title="dom-ref">ref</span>;
   readonly attribute Node <span title="dom-refNode">refNode</span>;
            attribute DOMString <span title="dom-registrationMark">registrationMark</span>;
@@ -21894,18 +21894,18 @@
    <dd>
 <pre class="idl">interface <dfn>HTMLTableElement</dfn> : <span>HTMLElement</span> {
            attribute <span>HTMLTableCaptionElement</span> <span title="dom-table-caption">caption</span>;
-  HTMLElement <span title="dom-table-createCaption">createCaption</span>();
+  <span>HTMLElement</span> <span title="dom-table-createCaption">createCaption</span>();
   void <span title="dom-table-deleteCaption">deleteCaption</span>();
            attribute <span>HTMLTableSectionElement</span> <span title="dom-table-tHead">tHead</span>;
-  HTMLElement <span title="dom-table-createTHead">createTHead</span>();
+  <span>HTMLElement</span> <span title="dom-table-createTHead">createTHead</span>();
   void <span title="dom-table-deleteTHead">deleteTHead</span>();
            attribute <span>HTMLTableSectionElement</span> <span title="dom-table-tFoot">tFoot</span>;
-  HTMLElement <span title="dom-table-createTFoot">createTFoot</span>();
+  <span>HTMLElement</span> <span title="dom-table-createTFoot">createTFoot</span>();
   void <span title="dom-table-deleteTFoot">deleteTFoot</span>();
   readonly attribute <span>HTMLCollection</span> <span title="dom-table-tBodies">tBodies</span>;
-  HTMLElement <span title="dom-table-createTBody">createTBody</span>();
+  <span>HTMLElement</span> <span title="dom-table-createTBody">createTBody</span>();
   readonly attribute <span>HTMLCollection</span> <span title="dom-table-rows">rows</span>;
-  HTMLElement <span title="dom-table-insertRow">insertRow</span>(in long index);
+  <span>HTMLElement</span> <span title="dom-table-insertRow">insertRow</span>(in long index);
   void <span title="dom-table-deleteRow">deleteRow</span>(in long index);
 };</pre>
    </dd>
@@ -24007,9 +24007,9 @@
            attribute boolean <span title="dom-input-checked">checked</span>;
            attribute boolean <span title="dom-input-disabled">disabled</span>;
            attribute DOMString <span title="dom-input-enctype">enctype</span>;
-  readonly attribute HTMLFormElement <span title="dom-input-form">form</span>;
+  readonly attribute <span>HTMLFormElement</span> <span title="dom-input-form">form</span>;
            attribute DOMString <span title="dom-input-inputmode">inputmode</span>;
-  readonly attribute HTMLElement <span title="dom-input-list">list</span>;
+  readonly attribute <span>HTMLElement</span> <span title="dom-input-list">list</span>;
            attribute DOMString <span title="dom-input-max">max</span>;
            attribute long <span title="dom-input-maxLength">maxLength</span>;
            attribute DOMString <span title="dom-input-method">method</span>;
@@ -24029,7 +24029,7 @@
            attribute float <span>valueAsNumber</span>;
   readonly attribute <span>HTMLOptionElement</span> <span title="dom-input-selectedOption">selectedOption</span>;
 
-  readonly attribute HTMLCollection <span title="dom-input-labels">labels</span>;
+  readonly attribute <span>HTMLCollection</span> <span title="dom-input-labels">labels</span>;
 
   void <span title="dom-input-select">select</span>();
   void <span title="dom-input-stepUp">stepUp</span>(in int n);
@@ -24080,14 +24080,14 @@
            attribute boolean <span title="dom-button-autofocus">autofocus</span>;
            attribute boolean <span title="dom-button-disabled">disabled</span>;
            attribute DOMString <span title="dom-button-enctype">enctype</span>;
-  readonly attribute HTMLFormElement <span title="dom-button-form">form</span>;
+  readonly attribute <span>HTMLFormElement</span> <span title="dom-button-form">form</span>;
            attribute DOMString <span title="dom-button-method">method</span>;
            attribute DOMString <span title="dom-button-name">name</span>;
            attribute DOMString <span title="dom-button-target">target</span>;
            attribute DOMString <span title="dom-button-type">type</span>;
            attribute DOMString <span title="dom-button-value">value</span>;
 
-  readonly attribute HTMLCollection <span title="dom-button-labels">labels</span>;
+  readonly attribute <span>HTMLCollection</span> <span title="dom-button-labels">labels</span>;
 
   readonly attribute boolean <span title="dom-button-willValidate">willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title="dom-button-validity">validity</span>;
@@ -24117,7 +24117,7 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLLabelElement</dfn> : <span>HTMLElement</span> {
-  readonly attribute HTMLFormElement <span title="dom-label-form">form</span>;
+  readonly attribute <span>HTMLFormElement</span> <span title="dom-label-form">form</span>;
            attribute DOMString <span title="dom-label-htmlFor">htmlFor</span>;
   readonly attribute <span>HTMLElement</span> <span title="dom-label-control">control</span>;
 };</pre>
@@ -24149,24 +24149,24 @@
 <pre class="idl">interface <dfn>HTMLSelectElement</dfn> : <span>HTMLElement</span> {
            attribute boolean <span title="dom-select-autofocus">autofocus</span>;
            attribute boolean <span title="dom-select-disabled">disabled</span>;
-  readonly attribute HTMLFormElement <span title="dom-select-form">form</span>;
+  readonly attribute <span>HTMLFormElement</span> <span title="dom-select-form">form</span>;
            attribute boolean <span title="dom-select-multiple">multiple</span>;
            attribute DOMString <span title="dom-select-name">name</span>;
            attribute boolean <span title="dom-select-size">size</span>;
 
   readonly attribute DOMString <span title="dom-select-type">type</span>;
 
-  readonly attribute HTMLOptionsCollection <span title="dom-select-options">options</span>;
+  readonly attribute <span>HTMLOptionsCollection</span> <span title="dom-select-options">options</span>;
            attribute unsigned long <span title="dom-select-length">length</span>;
   [IndexGetter] <span>HTMLElement</span> <span title="dom-select-XXX9">XXX9</span>(in unsigned long index);
 
-  readonly attribute HTMLCollection <span title="dom-select-selectedOptions">selectedOptions</span>;
+  readonly attribute <span>HTMLOptionsCollection</span> <span title="dom-select-selectedOptions">selectedOptions</span>;
            attribute long <span title="dom-select-selectedIndex">selectedIndex</span>;
            attribute DOMString <span title="dom-select-value">value</span>;
 
-  readonly attribute HTMLCollection <span title="dom-select-labels">labels</span>;
+  readonly attribute <span>HTMLCollection</span> <span title="dom-select-labels">labels</span>;
 
-  void <span title="dom-select-add">add</span>(in HTMLElement element, in HTMLElement before);
+  void <span title="dom-select-add">add</span>(in <span>HTMLElement</span> element, in <span>HTMLElement</span> before);
   void <span title="dom-select-remove">remove</span>(in long index);
 
   readonly attribute boolean <span title="dom-select-willValidate">willValidate</span>;
@@ -25366,7 +25366,7 @@
 
   <pre class="idl">// To be implemented by Web authors as a JS object
 [NoInterfaceObject] interface <dfn>DataGridDataProvider</dfn> {
-  void <span title="dom-provider-initialize">initialize</span>(in HTMLDataGridElement datagrid);
+  void <span title="dom-provider-initialize">initialize</span>(in <span>HTMLDataGridElement</span> datagrid);
   unsigned long <span title="dom-provider-getRowCount">getRowCount</span>(in <span>RowSpecification</span> row);
   unsigned long <span title="dom-provider-getChildAtPosition">getChildAtPosition</span>(in <span>RowSpecification</span> parentRow, in unsigned long position);
   unsigned long <span title="dom-provider-getColumnCount">getColumnCount</span>();




More information about the Commit-Watchers mailing list