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

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, 10 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 014ba77141b496435cb1fbca76b27d3dcabd8584..4ef0aa82f6a8e3d856cdd67be33d9b44cc7389ff 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;
void focus();
void blur();
[CEReactions, Reflect] attribute DOMString accessKey;

Powered by Google App Engine
This is Rietveld 408576698