[html5] r2565 - [e] (0) WF2: give up on <form autocomplete>.

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 24 02:26:58 PST 2008


Author: ianh
Date: 2008-12-24 02:26:57 -0800 (Wed, 24 Dec 2008)
New Revision: 2565

Modified:
   index
   source
Log:
[e] (0) WF2: give up on <form autocomplete>.

Modified: index
===================================================================
--- index	2008-12-24 10:13:40 UTC (rev 2564)
+++ index	2008-12-24 10:26:57 UTC (rev 2565)
@@ -27040,8 +27040,9 @@
 
   <h6 id=the-autocomplete-attribute><span class=secno>4.10.4.2.1 </span>The <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code> attribute</h6>
 
-  <!--XXX IE also applies it to <form> elements. It doesn't apply it
-  to <textarea>. -->
+  <!-- IE also applies it to <form> elements, but only 0.09% of pages
+  use it there, so we don't support that. (It doesn't apply it to
+  <textarea>, so we don't support it there either.) -->
  
   <p>The <dfn id=attr-input-autocomplete title=attr-input-autocomplete><code>autocomplete</code></dfn>
   attribute is an <a href=#enumerated-attribute>enumerated attribute</a>. The attribute has

Modified: source
===================================================================
--- source	2008-12-24 10:13:40 UTC (rev 2564)
+++ source	2008-12-24 10:26:57 UTC (rev 2565)
@@ -30190,8 +30190,9 @@
 
   <h6>The <code title="attr-input-autocomplete">autocomplete</code> attribute</h6>
 
-  <!--XXX IE also applies it to <form> elements. It doesn't apply it
-  to <textarea>. -->
+  <!-- IE also applies it to <form> elements, but only 0.09% of pages
+  use it there, so we don't support that. (It doesn't apply it to
+  <textarea>, so we don't support it there either.) -->
  
   <p>The <dfn
   title="attr-input-autocomplete"><code>autocomplete</code></dfn>




More information about the Commit-Watchers mailing list