[html5] r8211 - [cgiow] (1) Allow inputmode='' on type=password, so that you can set the input m [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 4 13:59:21 PDT 2013


Author: ianh
Date: 2013-10-04 13:59:20 -0700 (Fri, 04 Oct 2013)
New Revision: 8211

Modified:
   complete.html
   index
   source
Log:
[cgiow] (1) Allow inputmode='' on type=password, so that you can set the input mode to numeric for PIN passwords
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23419
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-10-03 21:59:26 UTC (rev 8210)
+++ complete.html	2013-10-04 20:59:20 UTC (rev 8211)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 3 October 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 4 October 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -45617,7 +45617,7 @@
 <!-- <td class="yes"> Yes          Search -->
      <td class=no> · <!-- URL, Telephone -->
      <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=yes> Yes     <!-- Password -->
      <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
@@ -47213,6 +47213,7 @@
    <p>The following common <code><a href=#the-input-element>input</a></code> element content
    attributes, IDL attributes, and methods <a href=#concept-input-apply title=concept-input-apply>apply</a> to the element:
    <code title=attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code>,
+   <code title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code>,
    <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
    <code title=attr-input-minlength><a href=#attr-input-minlength>minlength</a></code>,
    <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
@@ -47245,7 +47246,6 @@
    <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
    <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
-   <code class=no-backref title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code>,
    <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,

Modified: index
===================================================================
--- index	2013-10-03 21:59:26 UTC (rev 8210)
+++ index	2013-10-04 20:59:20 UTC (rev 8211)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 3 October 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 4 October 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -45617,7 +45617,7 @@
 <!-- <td class="yes"> Yes          Search -->
      <td class=no> · <!-- URL, Telephone -->
      <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
+     <td class=yes> Yes     <!-- Password -->
      <td class=no> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
@@ -47213,6 +47213,7 @@
    <p>The following common <code><a href=#the-input-element>input</a></code> element content
    attributes, IDL attributes, and methods <a href=#concept-input-apply title=concept-input-apply>apply</a> to the element:
    <code title=attr-fe-autocomplete><a href=#attr-fe-autocomplete>autocomplete</a></code>,
+   <code title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code>,
    <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
    <code title=attr-input-minlength><a href=#attr-input-minlength>minlength</a></code>,
    <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
@@ -47245,7 +47246,6 @@
    <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
    <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
-   <code class=no-backref title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code>,
    <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,

Modified: source
===================================================================
--- source	2013-10-03 21:59:26 UTC (rev 8210)
+++ source	2013-10-04 20:59:20 UTC (rev 8211)
@@ -49989,7 +49989,7 @@
 <!-- <td class="yes"> Yes          Search -->
      <td class="no"> · <!-- URL, Telephone -->
      <td class="no"> · <!-- E-mail -->
-     <td class="no"> · <!-- Password -->
+     <td class="yes"> Yes     <!-- Password -->
      <td class="no"> · <!-- Date and Time -->
 <!-- <td class="no"> ·      Date -->
 <!-- <td class="no"> ·      Month -->
@@ -51748,6 +51748,7 @@
    <p>The following common <code>input</code> element content
    attributes, IDL attributes, and methods <span title="concept-input-apply">apply</span> to the element:
    <code title="attr-fe-autocomplete">autocomplete</code>,
+   <code title="attr-fe-inputmode">inputmode</code>,
    <code title="attr-input-maxlength">maxlength</code>,
    <code title="attr-input-minlength">minlength</code>,
    <code title="attr-input-pattern">pattern</code>,
@@ -51781,7 +51782,6 @@
    <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
    <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
-   <code class="no-backref" title="attr-fe-inputmode">inputmode</code>,
    <code class="no-backref" title="attr-input-list">list</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
    <code class="no-backref" title="attr-input-min">min</code>,




More information about the Commit-Watchers mailing list