Don't spellcheck passwords. (whatwg r3135)

Don't spellcheck passwords. (whatwg r3135)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2293.html#dom-spellcheck

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2292&r2=1.2293&f=h
http://html5.org/tools/web-apps-tracker?from=3134&to=3135

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2292
retrieving revision 1.2293
diff -u -d -r1.2292 -r1.2293
--- Overview.html 26 May 2009 09:39:58 -0000 1.2292
+++ Overview.html 26 May 2009 09:53:41 -0000 1.2293
@@ -49628,10 +49628,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

Received on Tuesday, 26 May 2009 09:55:53 UTC