[html5] r5601 - [giow] (2) <input type=reset> resets <input type=file> too, oops Fixing http://w [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 11 17:12:18 PDT 2010


Author: ianh
Date: 2010-10-11 17:12:16 -0700 (Mon, 11 Oct 2010)
New Revision: 5601

Modified:
   complete.html
   index
   source
Log:
[giow] (2) <input type=reset> resets <input type=file> too, oops
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10907

Modified: complete.html
===================================================================
--- complete.html	2010-10-12 00:10:17 UTC (rev 5600)
+++ complete.html	2010-10-12 00:12:16 UTC (rev 5601)
@@ -39175,8 +39175,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

Modified: index
===================================================================
--- index	2010-10-12 00:10:17 UTC (rev 5600)
+++ index	2010-10-12 00:12:16 UTC (rev 5601)
@@ -39155,8 +39155,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

Modified: source
===================================================================
--- source	2010-10-12 00:10:17 UTC (rev 5600)
+++ source	2010-10-12 00:12:16 UTC (rev 5601)
@@ -43622,9 +43622,10 @@
   if there is one, or the empty string otherwise, set the <span
   title="concept-fe-checked">checkedness</span> of the element to true
   if the element has a <code title="attr-input-checked">checked</code>
-  content attribute and false if it does not, and then invoke the
-  <span>value sanitization algorithm</span>, if the <code
-  title="attr-input-type">type</code> attribute's current state
+  content attribute and false if it does not, empty the list of <span
+  title="concept-input-type-file-selected">selected files</span>, and
+  then invoke the <span>value sanitization algorithm</span>, if the
+  <code title="attr-input-type">type</code> attribute's current state
   defines one.</p>
 
   <p>Each <code>input</code> element is either <dfn




More information about the Commit-Watchers mailing list