- From: poot <cvsmail@w3.org>
- Date: Thu, 25 Sep 2008 10:14:55 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Oops, broke the reset algorithm for <input> elements. (whatwg r2234) type http://people.w3.org/mike/diffs/html5/spec/Overview.1.1407.html#type15 value http://people.w3.org/mike/diffs/html5/spec/Overview.1.1407.html#value9 maxLength http://people.w3.org/mike/diffs/html5/spec/Overview.1.1407.html#maxlength http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1406&r2=1.1407&f=h http://html5.org/tools/web-apps-tracker?from=2233&to=2234 =================================================================== 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:15:32 UTC