[html5] r3759 - [] (0) autocomplete=off disabled history navigation remembering values too

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 4 16:06:28 PDT 2009


Author: ianh
Date: 2009-09-04 16:06:27 -0700 (Fri, 04 Sep 2009)
New Revision: 3759

Modified:
   index
   source
Log:
[] (0) autocomplete=off disabled history navigation remembering values too

Modified: index
===================================================================
--- index	2009-09-04 22:47:16 UTC (rev 3758)
+++ index	2009-09-04 23:06:27 UTC (rev 3759)
@@ -33992,6 +33992,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>
@@ -53494,6 +53499,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

Modified: source
===================================================================
--- source	2009-09-04 22:47:16 UTC (rev 3758)
+++ source	2009-09-04 23:06:27 UTC (rev 3759)
@@ -37884,6 +37884,11 @@
   should not remember the control's <span
   title="concept-fe-value">value</span>.</p>
 
+  <p>In addition, if the <span>resulting autocompletion state</span>
+  is <i title="">off</i>, <a href="#history-autocomplete">values are
+  reset</a> when <span title="traverse the history">traversing the
+  history</span>.</p>
+
   <p>The autocompletion mechanism must be implemented by the user
   agent acting as if the user had modified the element's <span
   title="concept-fe-value">value</span>, and must be done at a time
@@ -60691,6 +60696,13 @@
 
      </li>
 
+     <li id="history-autocomplete"><p>If the <i>specified entry</i>'s
+     <code>Document</code> has any <code>input</code> elements whose
+     <span>resulting autocompletion state</span> is <i
+     title="">off</i>, invoke the <span
+     title="concept-form-reset-control">reset algorithm</span> of each
+     of those elements.</p></li>
+
     </ol>
 
    </li>




More information about the Commit-Watchers mailing list