From d4af437f587123cb5d6fa442deb7b8dc02af43ce Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 19 Sep 2008 01:30:42 +0000 Subject: [PATCH] [] (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 git-svn-id: http://svn.whatwg.org/webapps@2220 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- index | 57 ++------------------------------------------------------- source | 31 ------------------------------- 2 files changed, 2 insertions(+), 86 deletions(-) diff --git a/index b/index index eea92bc0d82..23c3a8c80ed 100644 --- a/index +++ b/index @@ -27985,8 +27985,6 @@ function AddCloud(data, x, y) { ... }
form -
inputmode -
list
max @@ -28033,7 +28031,6 @@ function AddCloud(data, x, y) { ... } attribute boolean disabled; attribute DOMString enctype; readonly attribute HTMLFormElement form; - attribute DOMString inputmode; readonly attribute HTMLElement list; attribute DOMString max; attribute long maxLength; @@ -28312,7 +28309,6 @@ function AddCloud(data, x, y) { ... } href="#autocomplete0">autocomplete, checked, enctype, and inputmode, list, max, maxlength, method, · - - inputmode - - Yes - - Yes - - · - - · - - · - - · - - · - - · - - · - - · - - · - - · - - · - - · - - · - - · - - · - - · - - · - - · - list @@ -29592,9 +29545,8 @@ function AddCloud(data, x, y) { ... }

The accept, alt, autocomplete, inputmode, max, autocomplete, max, min, pattern, required, attributes, DOM attributes, and methods apply to the element: autocomplete, inputmode, list, maxlength, pattern, element content attributes apply to the element: autocomplete, inputmode, maxlength, pattern, readonly, HTMLOptionElement : form -

inputmode -
maxlength
name @@ -30598,7 +30546,6 @@ interface HTMLOptionElement : disabled; readonly attribute HTMLFormElement form; - attribute DOMString inputmode; attribute long maxLength; attribute DOMString name; attribute DOMString pattern; diff --git a/source b/source index 300e9f3e059..bb49314773e 100644 --- a/source +++ b/source @@ -25179,7 +25179,6 @@ function AddCloud(data, x, y) { ... }
disabled
enctype
form
-
inputmode
list
max
maxlength
@@ -25208,7 +25207,6 @@ function AddCloud(data, x, y) { ... } attribute boolean disabled; attribute DOMString enctype; readonly attribute HTMLFormElement form; - attribute DOMString inputmode; readonly attribute HTMLElement list; attribute DOMString max; attribute long maxLength; @@ -25374,7 +25372,6 @@ function AddCloud(data, x, y) { ... } title="attr-input-autocomplete">autocomplete
, checked, enctype, and inputmode, list, max, maxlength, · · - - inputmode - Yes - Yes - · - · - · - · - · - · - · - · - · - · - · - · - · - · - · - · - · - · - list Yes @@ -26100,7 +26074,6 @@ function AddCloud(data, x, y) { ... }

The accept, alt, autocomplete, inputmode, max, min, pattern, input element content attributes, DOM attributes, and methods apply to the element: autocomplete, - inputmode, list, maxlength, pattern, @@ -26278,7 +26250,6 @@ function AddCloud(data, x, y) { ... } following common input element content attributes apply to the element: autocomplete, - inputmode, maxlength, pattern, readonly, @@ -26939,7 +26910,6 @@ interface HTMLOptionElement : HTMLElement {

cols
disabled
form
-
inputmode
maxlength
name
pattern
@@ -26955,7 +26925,6 @@ interface HTMLOptionElement : HTMLElement { attribute unsigned long cols; attribute boolean disabled; readonly attribute HTMLFormElement form; - attribute DOMString inputmode; attribute long maxLength; attribute DOMString name; attribute DOMString pattern;