- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Sep 2009 12:37:14 +0000
- To: public-html-commits@w3.org
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><p>Account: <input type="text" name="ac" autocomplete="off"></p>
-<p>PIN: <input type="text" name="pin" autocomplete="off"></p></pre>
+   <pre><p><label>Account: <input type="text" name="ac" autocomplete="off"></label></p>
+<p><label>PIN: <input type="password" name="pin" autocomplete="off"></label></p></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