Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Remove inputmode. Resolves #1015. (#1030)
Browse files Browse the repository at this point in the history
(see also #893)
  • Loading branch information
cynthia authored and chaals committed Oct 10, 2017
1 parent 0bda401 commit d62035f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 289 deletions.
6 changes: 0 additions & 6 deletions sections/attributes.include
Original file line number Diff line number Diff line change
Expand Up @@ -378,12 +378,6 @@
<td>The element's <a>ID</a></td>
<td><a>Text</a>*</td>
</tr>
<tr>
<th><code>inputmode</code></th>
<td><{input}>; <{textarea}></td>
<td>Hint for selecting an input modality</td>
<td>"<a value for="form/inputmode"><code>verbatim</code></a>"; "<a value for="form/inputmode"><code>latin</code></a>"; "<a value for="form/inputmode"><code>latin-name</code></a>"; "<a value for="form/inputmode"><code>latin-prose</code></a>"; "<a value for="form/inputmode"><code>full-width-latin</code></a>"; "<a value for="form/inputmode"><code>kana</code></a>"; "<a value for="form/inputmode"><code>kana-name</code></a>"; "<a value for="form/inputmode"><code>katakana</code></a>"; "<a value for="form/inputmode"><code>numeric</code></a>"; "<a value for="form/inputmode"><code>tel</code></a>"; "<a value for="form/inputmode"><code>email</code></a>"; "<a value for="form/inputmode"><code>url</code></a>"</td>
</tr>
<tr>
<th><code>ismap</code></th>
<td><{img}></td>
Expand Down
4 changes: 1 addition & 3 deletions sections/elements.include
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@
<{input/formnovalidate}>;
<{input/formtarget}>;
<{input/height}>;
<{input/inputmode}>;
<{input/list}>;
<{input/max}>;
<{input/maxlength}>;
Expand Down Expand Up @@ -1388,7 +1387,6 @@
<{textarea/dirname}>;
<{textarea/disabled}>;
<{textarea/form}>;
<{textarea/inputmode}>;
<{textarea/maxlength}>;
<{textarea/minlength}>;
<{textarea/name}>;
Expand Down Expand Up @@ -1574,4 +1572,4 @@
categories. For example, the <{a}> element's "Parents" column says "phrasing", so any
element whose content model contains the "phrasing" category could be a parent of an
<{a}> element. Since the "flow" category includes all the "phrasing" elements, that means
the <{th}> element could be a parent to an <{a}> element.</small></p>
the <{th}> element could be a parent to an <{a}> element.</small></p>
Loading

0 comments on commit d62035f

Please sign in to comment.