[html5] r3742 - [e] (0) Realistically, PINs would be type=password...

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 3 05:40:17 PDT 2009


Author: ianh
Date: 2009-09-03 05:40:15 -0700 (Thu, 03 Sep 2009)
New Revision: 3742

Modified:
   index
   source
Log:
[e] (0) Realistically, PINs would be type=password...

Modified: index
===================================================================
--- index	2009-09-03 12:26:07 UTC (rev 3741)
+++ index	2009-09-03 12:40:15 UTC (rev 3742)
@@ -34027,8 +34027,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>
 
@@ -74485,6 +74485,7 @@
   John Foliot,
   John Harding,
   John Keiser,
+  John Snyders,
   John-Mark Bell,
   Johnny Stenback,
   Jon Ferraiolo,

Modified: source
===================================================================
--- source	2009-09-03 12:26:07 UTC (rev 3741)
+++ source	2009-09-03 12:40:15 UTC (rev 3742)
@@ -37915,8 +37915,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>
 
@@ -88468,6 +88468,7 @@
   John Foliot,
   John Harding,
   John Keiser,
+  John Snyders,
   John-Mark Bell,
   Johnny Stenback,
   Jon Ferraiolo,




More information about the Commit-Watchers mailing list