- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Sep 2008 01:30:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv17048 Modified Files: Overview.html Log Message: 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) Index: Overview.html =================================================================== 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> · <!-- 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 --> @@ -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:31:23 UTC