[html5] r3135 - [] (0) Don't spellcheck passwords.
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 26 02:53:37 PDT 2009
Author: ianh
Date: 2009-05-26 02:53:35 -0700 (Tue, 26 May 2009)
New Revision: 3135
Modified:
index
source
Log:
[] (0) Don't spellcheck passwords.
Modified: index
===================================================================
--- index 2009-05-26 09:39:53 UTC (rev 3134)
+++ index 2009-05-26 09:53:35 UTC (rev 3135)
@@ -55315,10 +55315,12 @@
<hr><p>User agents must only consider the following pieces of text as
checkable for the purposes of this feature:</p>
- <ul><li>The value of <code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute applies, but
- that are not <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>
- (i.e. that do not have the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute specified and
- that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>).</li>
+ <ul><li>The value of <code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute applies,
+ whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attributes are not
+ in the <a href=#password-state title=attr-input-type-password>Password</a>
+ state, and that are not <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i> (i.e. that do not
+ have the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>
+ attribute specified and that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>).</li>
<li>The value of <code><a href=#the-textarea-element>textarea</a></code> elements that do not have a
<code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute and
Modified: source
===================================================================
--- source 2009-05-26 09:39:53 UTC (rev 3134)
+++ source 2009-05-26 09:53:35 UTC (rev 3135)
@@ -64794,11 +64794,13 @@
<ul>
<li>The value of <code>input</code> elements to which the <code
- title="attr-input-readonly">readonly</code> attribute applies, but
- that are not <i title="concept-input-immutable">immutable</i>
- (i.e. that do not have the <code
- title="attr-input-readonly">readonly</code> attribute specified and
- that are not <span
+ title="attr-input-readonly">readonly</code> attribute applies,
+ whose <code title="attr-input-type">type</code> attributes are not
+ in the <span title="attr-input-type-password">Password</span>
+ state, and that are not <i
+ title="concept-input-immutable">immutable</i> (i.e. that do not
+ have the <code title="attr-input-readonly">readonly</code>
+ attribute specified and that are not <span
title="concept-fe-disabled">disabled</span>).</li>
<li>The value of <code>textarea</code> elements that do not have a
More information about the Commit-Watchers
mailing list