Skip to content

Commit

Permalink
[] (0) Don't spellcheck passwords.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3135 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 26, 2009
1 parent e8f2c63 commit c144574
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 6 additions & 4 deletions index
Expand Up @@ -55315,10 +55315,12 @@ at the first element with the given ID must be treated as if it was cloned and r
<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
Expand Down
12 changes: 7 additions & 5 deletions source
Expand Up @@ -64794,11 +64794,13 @@ at the first element with the given ID must be treated as if it was cloned and r
<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
Expand Down

0 comments on commit c144574

Please sign in to comment.