html5/spec Overview.html,1.1321,1.1322

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21772

Modified Files:
	Overview.html 
Log Message:
Cross-reference interface names. (whatwg r2149)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1321
retrieving revision 1.1322
diff -u -d -r1.1321 -r1.1322
--- Overview.html	4 Sep 2008 10:50:46 -0000	1.1321
+++ Overview.html	4 Sep 2008 10:58:11 -0000	1.1322
@@ -6785,7 +6785,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>
 
@@ -7760,7 +7760,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>;
@@ -24706,18 +24706,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>
@@ -26692,9 +26692,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>;
@@ -26714,7 +26714,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);
@@ -26783,14 +26783,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>;
@@ -26831,7 +26831,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>
@@ -26878,24 +26878,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>;
@@ -28102,7 +28102,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>();

Received on Thursday, 4 September 2008 10:58:47 UTC