- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 04 Sep 2009 23:03:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5263 Modified Files: Overview.html Log Message: autocomplete=off disabled history navigation remembering values too (whatwg r3759) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2928 retrieving revision 1.2929 diff -u -d -r1.2928 -r1.2929 --- Overview.html 4 Sep 2009 22:43:54 -0000 1.2928 +++ Overview.html 4 Sep 2009 23:03:04 -0000 1.2929 @@ -30228,6 +30228,11 @@ to the page, the UA can prefill the form. Otherwise, the user agent should not remember the control's <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p> + <p>In addition, if the <a href="#resulting-autocompletion-state">resulting autocompletion state</a> + is <i title="">off</i>, <a href="#history-autocomplete">values are + reset</a> when <a href="#traverse-the-history" title="traverse the history">traversing the + history</a>.</p> + <p>The autocompletion mechanism must be implemented by the user agent acting as if the user had modified the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>, and must be done at a time where the element is <i title="concept-input-mutable"><a href="#concept-input-mutable">mutable</a></i> @@ -48341,6 +48346,11 @@ </ol></li> + <li id="history-autocomplete"><p>If the <i>specified entry</i>'s + <code>Document</code> has any <code><a href="#the-input-element">input</a></code> elements whose + <a href="#resulting-autocompletion-state">resulting autocompletion state</a> is <i title="">off</i>, invoke the <a href="#concept-form-reset-control" title="concept-form-reset-control">reset algorithm</a> of each + of those elements.</li> + </ol></li> <li><p>Set <a href="#the-document-s-current-address">the document's current address</a> to the URL
Received on Friday, 4 September 2009 23:03:18 UTC