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

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: Fix up some tests Created 4 years, 6 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 6b33617f0815c65b368b22c8b9833cf89f967fa7..333e849fe26cf6dcb0c03958161f8b1998449281 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;
[ImplementedAs=clickForBindings] 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