Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElement.idl

Issue 2440513002: Add inputmode support to content editable. (Closed)
Patch Set: Add TODO Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/HTMLInputElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.idl b/third_party/WebKit/Source/core/html/HTMLInputElement.idl
index 69e51f8094a3e0c6b1fd883c617cc806d41a4117..669c8e19aa5d3d984cf719d87fa4aa9e324c7342 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.idl
@@ -43,7 +43,6 @@ interface HTMLInputElement : HTMLElement {
[CEReactions, Reflect] attribute DOMString formTarget;
[CEReactions, CustomElementCallbacks] attribute unsigned long height;
attribute boolean indeterminate;
- [RuntimeEnabled=InputModeAttribute, CEReactions, Reflect] attribute DOMString inputMode;
readonly attribute HTMLElement? list;
[CEReactions, Reflect] attribute DOMString max;
[CEReactions, RaisesException=Setter, CustomElementCallbacks] attribute long maxLength;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698