- From: poot <cvsmail@w3.org>
- Date: Fri, 28 Oct 2011 19:09:28 -0400
- To: public-html-diffs@w3.org
hixie: compat with majority of browsers (whatwg r6781) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5429&r2=1.5430&f=h http://html5.org/tools/web-apps-tracker?from=6780&to=6781 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5429 retrieving revision 1.5430 diff -u -d -r1.5429 -r1.5430 --- Overview.html 28 Oct 2011 22:59:44 -0000 1.5429 +++ Overview.html 28 Oct 2011 23:09:16 -0000 1.5430 @@ -31705,8 +31705,8 @@ 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>; - legacycaller <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-item" title="dom-form-item">getter</a> <a href="#element">Element</a> (unsigned long index); + <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-reset" title="dom-form-reset">reset</a>();
Received on Friday, 28 October 2011 23:09:30 UTC