- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Aug 2011 01:54:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv20734 Modified Files: Overview.html Log Message: copypasta (whatwg r6406) Index: Overview.html =================================================================== 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:35 UTC