- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 22:31:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12134 Modified Files: Overview.html Log Message: WF2: Define resetting for >input> elements. (whatwg r2207) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1379 retrieving revision 1.1380 diff -u -d -r1.1379 -r1.1380 --- Overview.html 17 Sep 2008 22:22:30 -0000 1.1379 +++ Overview.html 17 Sep 2008 22:31:41 -0000 1.1380 @@ -27437,11 +27437,11 @@ <p>When an <code><a href="#input0">input</a></code> element's <code title=attr-input-type><a href="#type12">type</a></code> attribute changes - state, and when the element is first created, the <dfn id=control0>control - initialization</dfn> algorithm defined for the <code - title=attr-input-type><a href="#type12">type</a></code> attribute's state - at the time must be invoked and the element's rendering and behaviour must - change accordingly. + state, and when the element is first created, the element's rendering and + behaviour must change to the new state's accordingly and the <dfn + id=control0>control initialization</dfn> algorithm defined for the <code + title=attr-input-type><a href="#type12">type</a></code> attribute's new + state must be invoked. <p>Each <code><a href="#input0">input</a></code> element has a <a href="#value10" title=concept-fe-value>value</a>. @@ -27478,8 +27478,14 @@ created, after invoking the <a href="#control0">control initialization</a> algorithm, the <dfn id=default2>default value change</dfn> algorithm defined for the <code title=attr-input-type><a - href="#type12">type</a></code> attribute's state at the time must be - invoked. + href="#type12">type</a></code> attribute's current state must be invoked. + + <p>The <a href="#reset5" title=concept-form-reset-control>reset + algorithm</a> for <code><a href="#input0">input</a></code> elements is to + set the <a href="#dirty">dirty flag</a> back to false, and then invoke the + <a href="#default2">default value change</a> algorithm defined for the + <code title=attr-input-type><a href="#type12">type</a></code> attribute's + current state. <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute is used to explicitly associate the <code><a @@ -59289,6 +59295,8 @@ XXX * command="" feature XXX * DOM0 quirks that Mozilla knows about: http://lxr.mozilla.org/seamonkey/source/dom/src/base/nsDOMClassInfo.cpp + XXX * make the spec consistent about whether the word "algorithm" is part of + an algorithm's name or not ("</dfn> algorithm", "</span> algorithm") XXX * make a consistent decision of which of the following formats to use: U+1234 FOO BAR character ("foo") U+1234 FOO BAR character ('foo')
Received on Wednesday, 17 September 2008 22:32:17 UTC