html5/spec Overview.html,1.2292,1.2293

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27428

Modified Files:
	Overview.html 
Log Message:
Don't spellcheck passwords. (whatwg r3135)

Index: Overview.html
===================================================================
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:53:57 UTC