Short URL: http://html5.org/r/2220
Index: source
===================================================================
--- source (revision 2219)
+++ source (revision 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>;