- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Sep 2008 01:11:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32433
Modified Files:
Overview.html
Log Message:
WF2: Oops, broke the reset algorithm for <input> elements. (whatwg r2234)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1406
retrieving revision 1.1407
diff -u -d -r1.1406 -r1.1407
--- Overview.html 25 Sep 2008 01:05:08 -0000 1.1406
+++ Overview.html 25 Sep 2008 01:11:45 -0000 1.1407
@@ -29630,9 +29630,13 @@
algorithm</a> for <code><a href="#input0">input</a></code> elements is to
set the <a href="#dirty" title=concept-input-dirty-flag>dirty flag</a>
back to false (not <i title=concept-input-dirty><a
- href="#dirty0">dirty</a></i>), and then invoke the <a href="#value8">value
- sanitization algorithm</a> defined for the <code title=attr-input-type><a
- href="#type14">type</a></code> attribute's current state.
+ href="#dirty0">dirty</a></i>), set the <a href="#value12"
+ title=concept-fe-value>value</a> of the element to the value of the <code
+ title=attr-input-value><a href="#value9">value</a></code> content
+ attribute, if there is one, or the empty string otherwise, and then invoke
+ the <a href="#value8">value sanitization algorithm</a> defined for the
+ <code title=attr-input-type><a href="#type14">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
@@ -29656,8 +29660,7 @@
title=dom-input-step><code>step</code></dfn>, and <dfn id=type15
title=dom-input-type><code>type</code></dfn> DOM attributes must <a
href="#reflect">reflect</a> the content attributes with the same names.
-
- <p>The <dfn id=maxlength
+ The <dfn id=maxlength
title=dom-input-maxLength><code>maxLength</code></dfn> DOM attribute must
<a href="#reflect">reflect</a> the <code title=attr-input-maxlength><a
href="#maxlength0">maxlength</a></code> content attribute. The <dfn
Received on Thursday, 25 September 2008 01:12:21 UTC