3 Reviewed by NOBODY (OOPS!).
4
5 https://bugs.webkit.org/show_bug.cgi?id=23588
6 Patch from George Staikos to add inputmode attribute specified in:
7 http://www.w3.org/TR/xhtml-basic
8
9 * html/HTMLAttributeNames.in:
10 * html/HTMLInputElement.cpp:
11 (WebCore::HTMLInputElement::setInputmode):
12 (WebCore::HTMLInputElement::inputmode):
13 * html/HTMLInputElement.h:
14 * html/HTMLInputElement.idl:
15 * html/HTMLTextAreaElement.cpp:
16 (WebCore::HTMLTextAreaElement::setInputmode):
17 (WebCore::HTMLTextAreaElement::inputmode):
18 * html/HTMLTextAreaElement.h:
19 * html/HTMLTextAreaElement.idl:
20
212009-01-28 Adam Treat <adam.treat@torchmobile.com>
22