- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Oct 2010 00:12:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv24727 Modified Files: Overview.html Log Message: <input type=reset> resets <input type=file> too, oops (whatwg r5601) Index: Overview.html =================================================================== 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:12:28 UTC