[html5] r2158 - [e] (0) xref typo

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 7 04:26:47 PDT 2008


Author: ianh
Date: 2008-09-07 04:26:45 -0700 (Sun, 07 Sep 2008)
New Revision: 2158

Modified:
   index
   source
Log:
[e] (0) xref typo

Modified: index
===================================================================
--- index	2008-09-07 11:15:27 UTC (rev 2157)
+++ index	2008-09-07 11:26:45 UTC (rev 2158)
@@ -26588,7 +26588,7 @@
     <pre
      class=idl>interface <dfn id=htmlfieldsetelement>HTMLFieldSetElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
            attribute DOMString <span title=dom-fieldset-disabled>disabled</span>;
-  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fae-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
 
   readonly attribute DOMString <span title=dom-select-type>type</span>;
 
@@ -26690,7 +26690,7 @@
            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 <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fae-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
            attribute DOMString <span title=dom-input-inputmode>inputmode</span>;
   readonly attribute <a href="#htmlelement">HTMLElement</a> <span title=dom-input-list>list</span>;
            attribute DOMString <span title=dom-input-max>max</span>;
@@ -26782,7 +26782,7 @@
            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 <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fae-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
            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>;
@@ -26832,7 +26832,7 @@
    <dd>
     <pre
      class=idl>interface <dfn id=htmllabelelement>HTMLLabelElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
-  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fae-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
            attribute DOMString <span title=dom-label-htmlFor>htmlFor</span>;
   readonly attribute <a href="#htmlelement">HTMLElement</a> <span title=dom-label-control>control</span>;
 };</pre>
@@ -26882,7 +26882,7 @@
      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 <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fae-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
            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>;
@@ -27100,7 +27100,7 @@
            attribute boolean <span title=dom-textarea-autofocus>autofocus</span>;
            attribute unsigned long <span title=dom-textarea-cols>cols</span>;
            attribute boolean <span title=dom-textarea-disabled>disabled</span>;
-  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fae-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
            attribute DOMString <span title=dom-textarea-inputmode>inputmode</span>;
            attribute long <span title=dom-textarea-maxLength>maxLength</span>;
            attribute DOMString <span title=dom-textarea-name>name</span>;
@@ -27162,7 +27162,7 @@
     <pre
      class=idl>interface <dfn id=htmloutputelement>HTMLOutputElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
            attribute DOMString <span title=dom-output-wrap>htmlFor</span>;
-  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fae-form>form</span>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
            attribute DOMString <span title=dom-output-name>name</span>;
 
   readonly attribute DOMString <span title=dom-output-type>type</span>;
@@ -27273,7 +27273,7 @@
 
   <p><a href="#form-associated" title="form-associated
    element">Form-associated elements</a> have a <dfn id=form1
-   title=dom-foa-form><code>form</code></dfn> DOM attribute, which, on
+   title=dom-fae-form><code>form</code></dfn> DOM attribute, which, on
    getting, must return the element's <a href="#form-owner">form owner</a>,
    or null if there isn't one.
 

Modified: source
===================================================================
--- source	2008-09-07 11:15:27 UTC (rev 2157)
+++ source	2008-09-07 11:26:45 UTC (rev 2158)
@@ -24478,7 +24478,7 @@
 
   <p><span title="form-associated element">Form-associated
   elements</span> have a <dfn
-  title="dom-foa-form"><code>form</code></dfn> DOM attribute, which,
+  title="dom-fae-form"><code>form</code></dfn> DOM attribute, which,
   on getting, must return the element's <span>form owner</span>, or
   null if there isn't one.</p>
 




More information about the Commit-Watchers mailing list