spec/Overview.html 1.1736 2565 WF2: give up on <form autocomplete>. (wh

WF2: give up on <form autocomplete>. (whatwg r2565)

4.10.4.2 Common input element attributes
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1736.html#common-input-element-attributes
on
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1736.html#attr-input-autocomplete-on-state
autocomplete
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1736.html#attr-input-autocomplete
4.10.4.2.1 The autocomplete attribute
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1736.html#the-autocomplete-attribute

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1735&r2=1.1736&f=h
http://html5.org/tools/web-apps-tracker?from=2564&to=2565

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1735
retrieving revision 1.1736
diff -u -d -r1.1735 -r1.1736
--- Overview.html 24 Dec 2008 10:13:45 -0000 1.1735
+++ Overview.html 24 Dec 2008 10:27:02 -0000 1.1736
@@ -22059,8 +22059,9 @@
   its <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in a
   state whose definition declares that the attribute applies. When an
   attribute doesn't apply to an <code><a href=#the-input-element>input</a></code> element, user
-  agents must <a href=#ignore>ignore</a> the attribute.<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>. --><p>The <dfn id=attr-input-autocomplete title=attr-input-autocomplete><code>autocomplete</code></dfn>
+  agents must <a href=#ignore>ignore</a> the attribute.<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><!-- 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
   two states. The <code title=attr-input-autocomplete-on>on</code>
   keyword maps to the <dfn id=attr-input-autocomplete-on-state title=attr-input-autocomplete-on-state>on</dfn> state, and the

Received on Wednesday, 24 December 2008 10:30:21 UTC