Chromium Code Reviews| 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; |