- From: poot <cvsmail@w3.org>
- Date: Mon, 6 Oct 2008 19:41:55 +0900 (JST)
- To: public-html-diffs@w3.org
wait... there's a better way to say this... -_- (whatwg r2289) elements http://people.w3.org/mike/diffs/html5/spec/Overview.1.1462.html#dom-fieldset-elements type http://people.w3.org/mike/diffs/html5/spec/Overview.1.1462.html#dom-fieldset-type http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1461&r2=1.1462&f=h http://html5.org/tools/web-apps-tracker?from=2288&to=2289 =================================================================== 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:42:32 UTC