html5/spec Overview.html,1.2915,1.2916

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

Modified Files:
	Overview.html 
Log Message:
Realistically, PINs would be type=password... (whatwg r3742)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2915
retrieving revision 1.2916
diff -u -d -r1.2915 -r1.2916
--- Overview.html	3 Sep 2009 12:23:02 -0000	1.2915
+++ Overview.html	3 Sep 2009 12:37:11 -0000	1.2916
@@ -30267,8 +30267,8 @@
    <p>Banks frequently do not want UAs to prefill login
    information:</p>
 
-   <pre>&lt;p&gt;Account: &lt;input type="text" name="ac" autocomplete="off"&gt;&lt;/p&gt;
-&lt;p&gt;PIN: &lt;input type="text" name="pin" autocomplete="off"&gt;&lt;/p&gt;</pre>
+   <pre>&lt;p&gt;&lt;label&gt;Account: &lt;input type="text" name="ac" autocomplete="off"&gt;&lt;/label&gt;&lt;/p&gt;
+&lt;p&gt;&lt;label&gt;PIN: &lt;input type="password" name="pin" autocomplete="off"&gt;&lt;/label&gt;&lt;/p&gt;</pre>
 
   </div><div class="impl">
 
@@ -68193,6 +68193,7 @@
   John Foliot,
   John Harding,
   John Keiser,
+  John Snyders,
   John-Mark Bell,
   Johnny Stenback,
   Jon Ferraiolo,

Received on Thursday, 3 September 2009 12:37:23 UTC