- From: poot <cvsmail@w3.org>
- Date: Sat, 5 Sep 2009 08:03:24 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: autocomplete=off disabled history navigation remembering values too (whatwg r3759) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2928&r2=1.2929&f=h http://html5.org/tools/web-apps-tracker?from=3758&to=3759 =================================================================== 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:04:05 UTC