Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) WF2: Remove inputmode='' -- turns out most handsets support -w…
…af-input-format already, so it's better to just use that. Reference: http://www.wapforum.org/tech/documents/WAP-239-WCSS-20011026-a.pdf

git-svn-id: http://svn.whatwg.org/webapps@2220 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 19, 2008
1 parent 9d0da1c commit d4af437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 86 deletions.
57 changes: 2 additions & 55 deletions index
Expand Up @@ -27985,8 +27985,6 @@ function AddCloud(data, x, y) { ... }</pre>

<dd><code title=attr-fae-form><a href="#form0">form</a></code>

<dd><code title=attr-input-inputmode>inputmode</code>

<dd><code title=attr-input-list>list</code>

<dd><code title=attr-input-max>max</code>
Expand Down Expand Up @@ -28033,7 +28031,6 @@ function AddCloud(data, x, y) { ... }</pre>
attribute boolean <a href="#disabled6" title=dom-fe-disabled>disabled</a>;
attribute DOMString <a href="#enctype0" title=dom-fs-enctype>enctype</a>;
readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
attribute DOMString <a href="#inputmode" title=dom-input-inputmode>inputmode</a>;
readonly attribute <a href="#htmlelement">HTMLElement</a> <a href="#list" title=dom-input-list>list</a>;
attribute DOMString <a href="#max3" title=dom-input-max>max</a>;
attribute long <a href="#maxlength" title=dom-input-maxLength>maxLength</a>;
Expand Down Expand Up @@ -28312,7 +28309,6 @@ function AddCloud(data, x, y) { ... }</pre>
href="#autocomplete0">autocomplete</a></code>, <code
title=attr-input-checked>checked</code>, <code title=attr-fs-enctype><a
href="#enctype">enctype</a></code>, and <code
title=attr-input-inputmode>inputmode</code>, <code
title=attr-input-list>list</code>, <code title=attr-input-max>max</code>,
<code title=attr-input-maxlength>maxlength</code>, <code
title=attr-fs-method><a href="#method">method</a></code>, <code
Expand Down Expand Up @@ -28646,49 +28642,6 @@ function AddCloud(data, x, y) { ... }</pre>

<td class=no> &middot; <!-- Button -->

<tr>
<th> <code title=attr-input-inputmode>inputmode</code>

<td class=yes> Yes <!-- Text -->

<td class=yes> Yes <!-- Password -->

<td class=no> &middot; <!-- E-mail -->

<td class=no> &middot; <!-- URL -->

<td class=no> &middot; <!-- Date and Time -->

<td class=no> &middot; <!-- Local Date and Time -->

<td class=no> &middot; <!-- Date -->

<td class=no> &middot; <!-- Month -->

<td class=no> &middot; <!-- Week -->

<td class=no> &middot; <!-- Time -->

<td class=no> &middot; <!-- Number -->

<td class=no> &middot; <!-- Range -->

<td class=no> &middot; <!-- Checkbox -->

<td class=no> &middot; <!-- Radio Button -->

<td class=no> &middot; <!-- File -->

<td class=no> &middot; <!-- Hidden -->

<td class=no> &middot; <!-- Submit Button -->

<td class=no> &middot; <!-- Image Button -->

<td class=no> &middot; <!-- Reset Button -->

<td class=no> &middot; <!-- Button -->

<tr>
<th> <code title=attr-input-list>list</code>

Expand Down Expand Up @@ -29592,9 +29545,8 @@ function AddCloud(data, x, y) { ... }</pre>
<p>The <dfn id=accept title=dom-input-accept><code>accept</code></dfn>,
<dfn id=alt4 title=dom-input-alt><code>alt</code></dfn>, <dfn
id=autocomplete
title=dom-input-autocomplete><code>autocomplete</code></dfn>, <dfn
id=inputmode title=dom-input-inputmode><code>inputmode</code></dfn>, <dfn
id=max3 title=dom-input-max><code>max</code></dfn>, <dfn id=min1
title=dom-input-autocomplete><code>autocomplete</code></dfn>, <dfn id=max3
title=dom-input-max><code>max</code></dfn>, <dfn id=min1
title=dom-input-min><code>min</code></dfn>, <dfn id=pattern
title=dom-input-pattern><code>pattern</code></dfn>, <dfn id=required
title=dom-input-required><code>required</code></dfn>, <dfn id=size
Expand Down Expand Up @@ -29686,7 +29638,6 @@ function AddCloud(data, x, y) { ... }</pre>
attributes, DOM attributes, and methods apply to the element: <code
title=attr-input-autocomplete><a
href="#autocomplete0">autocomplete</a></code>, <code
title=attr-input-inputmode>inputmode</code>, <code
title=attr-input-list>list</code>, <code
title=attr-input-maxlength>maxlength</code>, <code
title=attr-input-pattern>pattern</code>, <code
Expand Down Expand Up @@ -29783,7 +29734,6 @@ function AddCloud(data, x, y) { ... }</pre>
element content attributes apply to the element: <code
title=attr-input-autocomplete><a
href="#autocomplete0">autocomplete</a></code>, <code
title=attr-input-inputmode>inputmode</code>, <code
title=attr-input-maxlength>maxlength</code>, <code
title=attr-input-pattern>pattern</code>, <code
title=attr-input-readonly><a href="#readonly0">readonly</a></code>, <code
Expand Down Expand Up @@ -30572,8 +30522,6 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem

<dd><code title=attr-fae-form><a href="#form0">form</a></code>

<dd><code title=attr-textarea-inputmode>inputmode</code>

<dd><code title=attr-textarea-maxlength>maxlength</code>

<dd><code title=attr-fe-name><a href="#name11">name</a></code>
Expand All @@ -30598,7 +30546,6 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href="#htmlelem
attribute unsigned long <span title=dom-textarea-cols>cols</span>;
attribute boolean <a href="#disabled6" title=dom-fe-disabled>disabled</a>;
readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
attribute DOMString <span title=dom-textarea-inputmode>inputmode</span>;
attribute long <span title=dom-textarea-maxLength>maxLength</span>;
attribute DOMString <a href="#name12" title=dom-fe-name>name</a>;
attribute DOMString <span title=dom-textarea-pattern>pattern</span>;
Expand Down
31 changes: 0 additions & 31 deletions source
Expand Up @@ -25179,7 +25179,6 @@ function AddCloud(data, x, y) { ... }</pre>
<dd><code title="attr-fe-disabled">disabled</code></dd>
<dd><code title="attr-fs-enctype">enctype</code></dd>
<dd><code title="attr-fae-form">form</code></dd>
<dd><code title="attr-input-inputmode">inputmode</code></dd>
<dd><code title="attr-input-list">list</code></dd>
<dd><code title="attr-input-max">max</code></dd>
<dd><code title="attr-input-maxlength">maxlength</code></dd>
Expand Down Expand Up @@ -25208,7 +25207,6 @@ function AddCloud(data, x, y) { ... }</pre>
attribute boolean <span title="dom-fe-disabled">disabled</span>;
attribute DOMString <span title="dom-fs-enctype">enctype</span>;
readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
attribute DOMString <span title="dom-input-inputmode">inputmode</span>;
readonly attribute <span>HTMLElement</span> <span title="dom-input-list">list</span>;
attribute DOMString <span title="dom-input-max">max</span>;
attribute long <span title="dom-input-maxLength">maxLength</span>;
Expand Down Expand Up @@ -25374,7 +25372,6 @@ function AddCloud(data, x, y) { ... }</pre>
title="attr-input-autocomplete">autocomplete</code>, <code
title="attr-input-checked">checked</code>, <code
title="attr-fs-enctype">enctype</code>, and <code
title="attr-input-inputmode">inputmode</code>, <code
title="attr-input-list">list</code>, <code
title="attr-input-max">max</code>, <code
title="attr-input-maxlength">maxlength</code>, <code
Expand Down Expand Up @@ -25564,29 +25561,6 @@ function AddCloud(data, x, y) { ... }</pre>
<td class="no"> &middot; <!-- Reset Button -->
<td class="no"> &middot; <!-- Button -->

<tr>
<th> <code title="attr-input-inputmode">inputmode</code>
<td class="yes"> Yes <!-- Text -->
<td class="yes"> Yes <!-- Password -->
<td class="no"> &middot; <!-- E-mail -->
<td class="no"> &middot; <!-- URL -->
<td class="no"> &middot; <!-- Date and Time -->
<td class="no"> &middot; <!-- Local Date and Time -->
<td class="no"> &middot; <!-- Date -->
<td class="no"> &middot; <!-- Month -->
<td class="no"> &middot; <!-- Week -->
<td class="no"> &middot; <!-- Time -->
<td class="no"> &middot; <!-- Number -->
<td class="no"> &middot; <!-- Range -->
<td class="no"> &middot; <!-- Checkbox -->
<td class="no"> &middot; <!-- Radio Button -->
<td class="no"> &middot; <!-- File -->
<td class="no"> &middot; <!-- Hidden -->
<td class="no"> &middot; <!-- Submit Button -->
<td class="no"> &middot; <!-- Image Button -->
<td class="no"> &middot; <!-- Reset Button -->
<td class="no"> &middot; <!-- Button -->

<tr>
<th> <code title="attr-input-list">list</code>
<td class="yes"> Yes <!-- Text -->
Expand Down Expand Up @@ -26100,7 +26074,6 @@ function AddCloud(data, x, y) { ... }</pre>
<p>The <dfn title="dom-input-accept"><code>accept</code></dfn>, <dfn
title="dom-input-alt"><code>alt</code></dfn>, <dfn
title="dom-input-autocomplete"><code>autocomplete</code></dfn>, <dfn
title="dom-input-inputmode"><code>inputmode</code></dfn>, <dfn
title="dom-input-max"><code>max</code></dfn>, <dfn
title="dom-input-min"><code>min</code></dfn>, <dfn
title="dom-input-pattern"><code>pattern</code></dfn>, <dfn
Expand Down Expand Up @@ -26188,7 +26161,6 @@ function AddCloud(data, x, y) { ... }</pre>
<code>input</code> element content attributes, DOM attributes, and
methods apply to the element:
<code title="attr-input-autocomplete">autocomplete</code>,
<code title="attr-input-inputmode">inputmode</code>,
<code title="attr-input-list">list</code>,
<code title="attr-input-maxlength">maxlength</code>,
<code title="attr-input-pattern">pattern</code>,
Expand Down Expand Up @@ -26278,7 +26250,6 @@ function AddCloud(data, x, y) { ... }</pre>
following common <code>input</code> element content attributes apply
to the element:
<code title="attr-input-autocomplete">autocomplete</code>,
<code title="attr-input-inputmode">inputmode</code>,
<code title="attr-input-maxlength">maxlength</code>,
<code title="attr-input-pattern">pattern</code>,
<code title="attr-input-readonly">readonly</code>,
Expand Down Expand Up @@ -26939,7 +26910,6 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
<dd><code title="attr-textarea-cols">cols</code></dd>
<dd><code title="attr-fe-disabled">disabled</code></dd>
<dd><code title="attr-fae-form">form</code></dd>
<dd><code title="attr-textarea-inputmode">inputmode</code></dd>
<dd><code title="attr-textarea-maxlength">maxlength</code></dd>
<dd><code title="attr-fe-name">name</code></dd>
<dd><code title="attr-textarea-pattern">pattern</code></dd>
Expand All @@ -26955,7 +26925,6 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
attribute unsigned long <span title="dom-textarea-cols">cols</span>;
attribute boolean <span title="dom-fe-disabled">disabled</span>;
readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
attribute DOMString <span title="dom-textarea-inputmode">inputmode</span>;
attribute long <span title="dom-textarea-maxLength">maxLength</span>;
attribute DOMString <span title="dom-fe-name">name</span>;
attribute DOMString <span title="dom-textarea-pattern">pattern</span>;
Expand Down

0 comments on commit d4af437

Please sign in to comment.