spec/Overview.html 1.1393 2220 WF2: Remove inputmode='' -- turns out mo

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
(whatwg r2220)

size
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#size
input
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#input0
4.10.4.1.1. Text state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#text-state
textarea
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#textarea
max
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#max3
required
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#required
accept
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#accept
autocomplete
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#autocomplete
4.10.4.1.2. Password state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#password
button
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#button0
pattern
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#pattern
min
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#min1
alt
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#alt4
HTMLTextAreaElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#htmltextareaelement
HTMLInputElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1393.html#htmlinputelement

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1392&r2=1.1393&f=h
http://html5.org/tools/web-apps-tracker?from=2219&to=2220

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1392
retrieving revision 1.1393
diff -u -d -r1.1392 -r1.1393
--- Overview.html 19 Sep 2008 01:29:00 -0000 1.1392
+++ Overview.html 19 Sep 2008 01:30:47 -0000 1.1393
@@ -27992,8 +27992,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>
@@ -28040,7 +28038,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>;
@@ -28319,7 +28316,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
@@ -28654,49 +28650,6 @@
      <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 -->
@@ -29599,9 +29552,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
@@ -29693,7 +29645,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
@@ -29790,7 +29741,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
@@ -30579,8 +30529,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>
@@ -30605,7 +30553,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>;

Received on Friday, 19 September 2008 01:34:37 UTC