hixie: <input type=reset> resets <input type=file> too, oops (whatwg r5601)

hixie: <input type=reset> resets <input type=file> too, oops (whatwg
r5601)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4478&r2=1.4479&f=h
http://html5.org/tools/web-apps-tracker?from=5600&to=5601

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4478
retrieving revision 1.4479
diff -u -d -r1.4478 -r1.4479
--- Overview.html 12 Oct 2010 00:10:26 -0000 1.4478
+++ Overview.html 12 Oct 2010 00:12:22 -0000 1.4479
@@ -29007,8 +29007,9 @@
   the <code title="attr-input-value"><a href="#attr-input-value">value</a></code> content attribute,
   if there is one, or the empty string otherwise, set the <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> of the element to true
   if the element has a <code title="attr-input-checked"><a href="#attr-input-checked">checked</a></code>
-  content attribute and false if it does not, and then invoke the
-  <a href="#value-sanitization-algorithm">value sanitization algorithm</a>, if the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute's current state
+  content attribute and false if it does not, empty the list of <a href="#concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</a>, and
+  then invoke the <a href="#value-sanitization-algorithm">value sanitization algorithm</a>, if the
+  <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute's current state
   defines one.</p>
 
   <p>Each <code><a href="#the-input-element">input</a></code> element is either <dfn id="concept-input-mutable" title="concept-input-mutable"><i>mutable</i></dfn> or <dfn id="concept-input-immutable" title="concept-input-immutable"><i>immutable</i></dfn>. Except where

Received on Tuesday, 12 October 2010 00:13:05 UTC