Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@8211 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 4, 2013
1 parent e319d90 commit 00889e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 3 October 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -45617,7 +45617,7 @@ <h4 id=the-input-element><span class=secno>4.10.7 </span>The <dfn><code>input</c
<!-- <td class="yes"> Yes Search -->
<td class=no> &middot; <!-- URL, Telephone -->
<td class=no> &middot; <!-- E-mail -->
<td class=no> &middot; <!-- Password -->
<td class=yes> Yes <!-- Password -->
<td class=no> &middot; <!-- Date and Time -->
<!-- <td class="no"> &middot; Date -->
<!-- <td class="no"> &middot; Month -->
Expand Down Expand Up @@ -47213,6 +47213,7 @@ <h6 id="password-state-(type=password)"><span class=secno>4.10.7.1.6 </span><dfn
<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>,
Expand Down Expand Up @@ -47245,7 +47246,6 @@ <h6 id="password-state-(type=password)"><span class=secno>4.10.7.1.6 </span><dfn
<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>,
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -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 &mdash; Last Updated 3 October 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -45617,7 +45617,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<!-- <td class="yes"> Yes Search -->
<td class=no> &middot; <!-- URL, Telephone -->
<td class=no> &middot; <!-- E-mail -->
<td class=no> &middot; <!-- Password -->
<td class=yes> Yes <!-- Password -->
<td class=no> &middot; <!-- Date and Time -->
<!-- <td class="no"> &middot; Date -->
<!-- <td class="no"> &middot; Month -->
Expand Down Expand Up @@ -47213,6 +47213,7 @@ ldh-str = &lt; as defined in <a href=http://tools.ietf.org/html/rfc1034#se
<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>,
Expand Down Expand Up @@ -47245,7 +47246,6 @@ ldh-str = &lt; as defined in <a href=http://tools.ietf.org/html/rfc1034#se
<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>,
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -49989,7 +49989,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<!-- <td class="yes"> Yes Search -->
<td class="no"> &middot; <!-- URL, Telephone -->
<td class="no"> &middot; <!-- E-mail -->
<td class="no"> &middot; <!-- Password -->
<td class="yes"> Yes <!-- Password -->
<td class="no"> &middot; <!-- Date and Time -->
<!-- <td class="no"> &middot; Date -->
<!-- <td class="no"> &middot; Month -->
Expand Down Expand Up @@ -51748,6 +51748,7 @@ ldh-str = &lt; as defined in <a href="http://tools.ietf.org/html/rfc1034#s
<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>,
Expand Down Expand Up @@ -51781,7 +51782,6 @@ ldh-str = &lt; as defined in <a href="http://tools.ietf.org/html/rfc1034#s
<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>,
Expand Down

0 comments on commit 00889e5

Please sign in to comment.