Skip to content

Commit

Permalink
[giow] (0) compat with majority of browsers
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14089

git-svn-id: http://svn.whatwg.org/webapps@6781 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 28, 2011
1 parent 8dd1c59 commit 752439a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -42566,8 +42566,8 @@ <h4 id=categories><span class=secno>4.10.2 </span>Categories</h4>


readonly attribute <a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a> <a href=#dom-form-elements title=dom-form-elements>elements</a>; readonly attribute <a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a> <a href=#dom-form-elements title=dom-form-elements>elements</a>;
readonly attribute long <a href=#dom-form-length title=dom-form-length>length</a>; readonly attribute long <a href=#dom-form-length title=dom-form-length>length</a>;
legacycaller <a href=#dom-form-item title=dom-form-item>getter</a> <a href=#element>Element</a> (unsigned long index); <a href=#dom-form-item title=dom-form-item>getter</a> <a href=#element>Element</a> (unsigned long index);
legacycaller <a href=#dom-form-nameditem title=dom-form-namedItem>getter</a> object (DOMString name); <a href=#dom-form-nameditem title=dom-form-namedItem>getter</a> object (DOMString name);


void <a href=#dom-form-submit title=dom-form-submit>submit</a>(); void <a href=#dom-form-submit title=dom-form-submit>submit</a>();
void <a href=#dom-form-reset title=dom-form-reset>reset</a>(); void <a href=#dom-form-reset title=dom-form-reset>reset</a>();
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -42566,8 +42566,8 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H


readonly attribute <a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a> <a href=#dom-form-elements title=dom-form-elements>elements</a>; readonly attribute <a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a> <a href=#dom-form-elements title=dom-form-elements>elements</a>;
readonly attribute long <a href=#dom-form-length title=dom-form-length>length</a>; readonly attribute long <a href=#dom-form-length title=dom-form-length>length</a>;
legacycaller <a href=#dom-form-item title=dom-form-item>getter</a> <a href=#element>Element</a> (unsigned long index); <a href=#dom-form-item title=dom-form-item>getter</a> <a href=#element>Element</a> (unsigned long index);
legacycaller <a href=#dom-form-nameditem title=dom-form-namedItem>getter</a> object (DOMString name); <a href=#dom-form-nameditem title=dom-form-namedItem>getter</a> object (DOMString name);


void <a href=#dom-form-submit title=dom-form-submit>submit</a>(); void <a href=#dom-form-submit title=dom-form-submit>submit</a>();
void <a href=#dom-form-reset title=dom-form-reset>reset</a>(); void <a href=#dom-form-reset title=dom-form-reset>reset</a>();
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -47445,8 +47445,8 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {


readonly attribute <span>HTMLFormControlsCollection</span> <span title="dom-form-elements">elements</span>; readonly attribute <span>HTMLFormControlsCollection</span> <span title="dom-form-elements">elements</span>;
readonly attribute long <span title="dom-form-length">length</span>; readonly attribute long <span title="dom-form-length">length</span>;
legacycaller <span title="dom-form-item">getter</span> <span>Element</span> (unsigned long index); <span title="dom-form-item">getter</span> <span>Element</span> (unsigned long index);
legacycaller <span title="dom-form-namedItem">getter</span> object (DOMString name); <span title="dom-form-namedItem">getter</span> object (DOMString name);


void <span title="dom-form-submit">submit</span>(); void <span title="dom-form-submit">submit</span>();
void <span title="dom-form-reset">reset</span>(); void <span title="dom-form-reset">reset</span>();
Expand Down

0 comments on commit 752439a

Please sign in to comment.