- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 07 Sep 2008 11:25:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv15434 Modified Files: Overview.html Log Message: xref typo (whatwg r2158) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1330 retrieving revision 1.1331 diff -u -d -r1.1330 -r1.1331 --- Overview.html 7 Sep 2008 11:14:09 -0000 1.1330 +++ Overview.html 7 Sep 2008 11:25:26 -0000 1.1331 @@ -26596,7 +26596,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>; @@ -26698,7 +26698,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>; @@ -26790,7 +26790,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>; @@ -26840,7 +26840,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> @@ -26890,7 +26890,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>; @@ -27108,7 +27108,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>; @@ -27170,7 +27170,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>; @@ -27281,7 +27281,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.
Received on Sunday, 7 September 2008 11:26:06 UTC