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

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

Issue 2088453002: Implement the inert attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 3 years, 7 months 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 95b0d0a7f9f4cd76c517cacb9c9b9a41929f7d40..9d59e83922d25d05b3b4cd769e9244e41f30ef07 100644
--- a/third_party/WebKit/Source/core/html/HTMLElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
@@ -32,6 +32,7 @@ interface HTMLElement : Element {
[CEReactions, Reflect] attribute boolean hidden;
void click();
[CEReactions, CustomElementCallbacks] attribute long tabIndex;
+ [RuntimeEnabled=InertAttribute, Reflect] attribute boolean inert;
kochi 2017/05/22 07:31:15 Can you add "CEReactions" extended attribute here
aboxhall 2017/05/23 02:45:43 Done, thanks for the explanation!
void focus();
void blur();
[CEReactions, Reflect] attribute DOMString accessKey;

Powered by Google App Engine
This is Rietveld 408576698