- From: poot <cvsmail@w3.org>
- Date: Thu, 18 Sep 2008 07:34:55 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Define resetting for >input> elements. (whatwg r2207)
value
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1380.html#value7
button
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1380.html#button0
control initialization
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1380.html#control0
Acknowledgements
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1380.html#acknowledgements
default value change
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1380.html#default2
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1379&r2=1.1380&f=h
http://html5.org/tools/web-apps-tracker?from=2206&to=2207
===================================================================
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:35:31 UTC