Skip to content

Commit

Permalink
[e] (0) Cross-reference interface names.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2149 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2008
1 parent 739a3c8 commit 40eb703
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
38 changes: 19 additions & 19 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -6777,7 +6777,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<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>

Expand Down Expand Up @@ -7752,7 +7752,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..

// <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>;
Expand Down Expand Up @@ -24698,18 +24698,18 @@ function AddCloud(data, x, y) { ... }</pre>
<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>
Expand Down Expand Up @@ -26684,9 +26684,9 @@ function AddCloud(data, x, y) { ... }</pre>
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>;
Expand All @@ -26706,7 +26706,7 @@ function AddCloud(data, x, y) { ... }</pre>
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);
Expand Down Expand Up @@ -26775,14 +26775,14 @@ function AddCloud(data, x, y) { ... }</pre>
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>;
Expand Down Expand Up @@ -26823,7 +26823,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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>
Expand Down Expand Up @@ -26870,24 +26870,24 @@ function AddCloud(data, x, y) { ... }</pre>
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>;
Expand Down Expand Up @@ -28094,7 +28094,7 @@ http://mail.gnome.org/archives/usability/2006-June/msg00015.html

<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>();
Expand Down
38 changes: 19 additions & 19 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..

<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>

Expand Down Expand Up @@ -5638,7 +5638,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..

// <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>;
Expand Down Expand Up @@ -21894,18 +21894,18 @@ function AddCloud(data, x, y) { ... }</pre>
<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>
Expand Down Expand Up @@ -24007,9 +24007,9 @@ function AddCloud(data, x, y) { ... }</pre>
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>;
Expand All @@ -24029,7 +24029,7 @@ function AddCloud(data, x, y) { ... }</pre>
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);
Expand Down Expand Up @@ -24080,14 +24080,14 @@ function AddCloud(data, x, y) { ... }</pre>
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>;
Expand Down Expand Up @@ -24117,7 +24117,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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>
Expand Down Expand Up @@ -24149,24 +24149,24 @@ function AddCloud(data, x, y) { ... }</pre>
<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>;
Expand Down Expand Up @@ -25366,7 +25366,7 @@ http://mail.gnome.org/archives/usability/2006-June/msg00015.html

<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>();
Expand Down

0 comments on commit 40eb703

Please sign in to comment.