- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Oct 2008 10:38:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv7085 Modified Files: Overview.html Log Message: wait... there's a better way to say this... -_- (whatwg r2289) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1461 retrieving revision 1.1462 diff -u -d -r1.1461 -r1.1462 --- Overview.html 6 Oct 2008 10:37:14 -0000 1.1461 +++ Overview.html 6 Oct 2008 10:37:59 -0000 1.1462 @@ -18484,8 +18484,8 @@ same name.<p>The <dfn id=dom-fieldset-type title=dom-fieldset-type><code>type</code></dfn> DOM attribute must return the string "<code title="">fieldset</code>".<p>The <dfn id=dom-fieldset-elements title=dom-fieldset-elements><code>elements</code></dfn> DOM attribute must return an <code><a href=#htmlformcontrolscollection-0>HTMLFormControlsCollection</a></code> - rooted at the <code>Document</code> node, whose filter matches <a href=#category-listed title=category-listed>listed</a> elements that are descendants - of the <code><a href=#the-fieldset-element>fieldset</a></code> element.<p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, + rooted at the <code><a href=#the-fieldset-element>fieldset</a></code> element, whose filter matches + <a href=#category-listed title=category-listed>listed</a> elements.<p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code> attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
Received on Monday, 6 October 2008 10:38:36 UTC