Chromium Code Reviews

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: Revert histograms.xml Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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..74763c010ab40f625ed21833a1d22dfeb4534049 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;
+ [CEReactions, RuntimeEnabled=InertAttribute, Reflect] attribute boolean inert;
void focus();
void blur();
[CEReactions, Reflect] attribute DOMString accessKey;

Powered by Google App Engine