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

Unified Diff: third_party/WebKit/Source/core/html/HTMLElement.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/HTMLElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl
index 448840d149fdaea20fb19b8a3533903be076da01..e44cdbda25733366d57bf3821fbcc6f46296f2ec 100644
--- a/third_party/WebKit/Source/core/html/HTMLElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
@@ -43,6 +43,7 @@ interface HTMLElement : Element {
// https://html.spec.whatwg.org/#contenteditable
[CEReactions, CustomElementCallbacks, RaisesException=Setter] attribute DOMString contentEditable;
[ImplementedAs=isContentEditableForBinding] readonly attribute boolean isContentEditable;
+ [RuntimeEnabled=InputModeAttribute, CEReactions, Reflect] attribute DOMString inputMode;
// CSSOM View Module
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface

Powered by Google App Engine
This is Rietveld 408576698