- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Sep 2008 22:52:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30150 Modified Files: Overview.html Log Message: WF2: Make sure all elements returned by form.elements have a 'type' DOM attribute. (whatwg r2155) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1327 retrieving revision 1.1328 diff -u -d -r1.1327 -r1.1328 --- Overview.html 4 Sep 2008 22:47:13 -0000 1.1327 +++ Overview.html 4 Sep 2008 22:52:55 -0000 1.1328 @@ -26596,6 +26596,8 @@ attribute DOMString <span title=dom-fieldset-disabled>disabled</span>; readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fieldset-form>form</span>; + readonly attribute DOMString <span title=dom-select-type>type</span>; + readonly attribute <a href="#htmlformcontrolscollection0">HTMLFormControlsCollection</a> <span title=dom-fieldset-elements>elements</span>; readonly attribute boolean <span title=dom-fieldset-willValidate>willValidate</span>; @@ -27142,7 +27144,7 @@ <dt>Element-specific attributes: - <dd><code title=attr-output-for>for/code></code> + <dd><code title=attr-output-for>for</code> <dd><code title=attr-output-form>form</code>
Received on Thursday, 4 September 2008 22:53:34 UTC