[Webkit-unassigned] [Bug 23588] Add inputmode attribute support, as per XHTML Basic 1.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 20 23:12:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=23588


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58455|review?                     |review-
               Flag|                            |




--- Comment #17 from Kent Tamura <tkent at chromium.org>  2010-06-20 23:12:12 PST ---
(From update of attachment 58455)
You need to change more files to introduce a feature flag. e.g. */FeatureDefines.xcconfig, features.gypi.  Bug#40878 has a good example.

WebCore/html/HTMLInputElement.idl:103
 +                   attribute [ConvertNullToNullString, Reflect] DOMString       inputmode;
You don't need ConvertNullToNullString anymore.  Reflect implies it.


WebCore/html/HTMLTextAreaElement.idl:56
 +                   attribute [ConvertNullToNullString, Reflect]  DOMString            inputmode;
ditto.

WebKitTools/ChangeLog:5
 +          Add feature "XHTML Basic 1.1 support with ENABLE_XHTMLBASIC
Unclosed "

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list