[html5] r2220 - [] (0) WF2: Remove inputmode='' -- turns out most handsets support -waf-input-fo [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 18 18:30:44 PDT 2008
Author: ianh
Date: 2008-09-18 18:30:42 -0700 (Thu, 18 Sep 2008)
New Revision: 2220
Modified:
index
source
Log:
[] (0) WF2: Remove inputmode='' -- turns out most handsets support -waf-input-format already, so it's better to just use that. Reference: http://www.wapforum.org/tech/documents/WAP-239-WCSS-20011026-a.pdf
Modified: index
===================================================================
--- index 2008-09-19 01:28:56 UTC (rev 2219)
+++ index 2008-09-19 01:30:42 UTC (rev 2220)
@@ -27985,8 +27985,6 @@
<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>
@@ -28033,7 +28031,6 @@
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>;
@@ -28312,7 +28309,6 @@
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
@@ -28647,49 +28643,6 @@
<td class=no> · <!-- Button -->
<tr>
- <th> <code title=attr-input-inputmode>inputmode</code>
-
- <td class=yes> Yes <!-- Text -->
-
- <td class=yes> Yes <!-- Password -->
-
- <td class=no> · <!-- E-mail -->
-
- <td class=no> · <!-- URL -->
-
- <td class=no> · <!-- Date and Time -->
-
- <td class=no> · <!-- Local Date and Time -->
-
- <td class=no> · <!-- Date -->
-
- <td class=no> · <!-- Month -->
-
- <td class=no> · <!-- Week -->
-
- <td class=no> · <!-- Time -->
-
- <td class=no> · <!-- Number -->
-
- <td class=no> · <!-- Range -->
-
- <td class=no> · <!-- Checkbox -->
-
- <td class=no> · <!-- Radio Button -->
-
- <td class=no> · <!-- File -->
-
- <td class=no> · <!-- Hidden -->
-
- <td class=no> · <!-- Submit Button -->
-
- <td class=no> · <!-- Image Button -->
-
- <td class=no> · <!-- Reset Button -->
-
- <td class=no> · <!-- Button -->
-
- <tr>
<th> <code title=attr-input-list>list</code>
<td class=yes> Yes <!-- Text -->
@@ -29592,9 +29545,8 @@
<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
@@ -29686,7 +29638,6 @@
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
@@ -29783,7 +29734,6 @@
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
@@ -30572,8 +30522,6 @@
<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>
@@ -30598,7 +30546,6 @@
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>;
Modified: source
===================================================================
--- source 2008-09-19 01:28:56 UTC (rev 2219)
+++ source 2008-09-19 01:30:42 UTC (rev 2220)
@@ -25179,7 +25179,6 @@
<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>
@@ -25208,7 +25207,6 @@
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>;
@@ -25374,7 +25372,6 @@
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
@@ -25565,29 +25562,6 @@
<td class="no"> · <!-- Button -->
<tr>
- <th> <code title="attr-input-inputmode">inputmode</code>
- <td class="yes"> Yes <!-- Text -->
- <td class="yes"> Yes <!-- Password -->
- <td class="no"> · <!-- E-mail -->
- <td class="no"> · <!-- URL -->
- <td class="no"> · <!-- Date and Time -->
- <td class="no"> · <!-- Local Date and Time -->
- <td class="no"> · <!-- Date -->
- <td class="no"> · <!-- Month -->
- <td class="no"> · <!-- Week -->
- <td class="no"> · <!-- Time -->
- <td class="no"> · <!-- Number -->
- <td class="no"> · <!-- Range -->
- <td class="no"> · <!-- Checkbox -->
- <td class="no"> · <!-- Radio Button -->
- <td class="no"> · <!-- File -->
- <td class="no"> · <!-- Hidden -->
- <td class="no"> · <!-- Submit Button -->
- <td class="no"> · <!-- Image Button -->
- <td class="no"> · <!-- Reset Button -->
- <td class="no"> · <!-- Button -->
-
- <tr>
<th> <code title="attr-input-list">list</code>
<td class="yes"> Yes <!-- Text -->
<td class="no"> · <!-- Password -->
@@ -26100,7 +26074,6 @@
<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
@@ -26188,7 +26161,6 @@
<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>,
@@ -26278,7 +26250,6 @@
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>,
@@ -26939,7 +26910,6 @@
<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>
@@ -26955,7 +26925,6 @@
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>;
More information about the Commit-Watchers
mailing list