- From: poot <cvsmail@w3.org>
- Date: Tue, 09 Aug 2011 21:54:39 -0400
- To: public-html-diffs@w3.org
hixie: copypasta (whatwg r6406) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5111&r2=1.5112&f=h http://html5.org/tools/web-apps-tracker?from=6405&to=6406 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5111 retrieving revision 1.5112 diff -u -d -r1.5111 -r1.5112 --- Overview.html 10 Aug 2011 01:47:30 -0000 1.5111 +++ Overview.html 10 Aug 2011 01:54:26 -0000 1.5112 @@ -36287,7 +36287,7 @@ attribute DOMString <a href="#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; attribute DOMString <a href="#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; attribute DOMString <a href="#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; - attribute DOMString <a href="#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute boolean <a href="#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; attribute DOMString <a href="#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>; attribute DOMString <a href="#dom-button-type" title="dom-button-type">type</a>;
Received on Wednesday, 10 August 2011 01:54:40 UTC