Skip to content

Commit

Permalink
[e] (0) WF2: give up on <form autocomplete>.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2565 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 24, 2008
1 parent fa37ab6 commit c834515
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions index
Expand Up @@ -27040,8 +27040,9 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<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
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -30190,8 +30190,9 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<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>
Expand Down

0 comments on commit c834515

Please sign in to comment.