| Index: sky/engine/core/html/HTMLElement.idl
|
| diff --git a/sky/engine/core/html/HTMLElement.idl b/sky/engine/core/html/HTMLElement.idl
|
| index b24876a2517df0d5c103e93e88515bc638ea79be..e5c7e3434ece081ece3c583b822471e3586760d8 100644
|
| --- a/sky/engine/core/html/HTMLElement.idl
|
| +++ b/sky/engine/core/html/HTMLElement.idl
|
| @@ -25,8 +25,7 @@
|
| [Reflect] attribute DOMString lang;
|
| attribute DOMString dir;
|
|
|
| - [CustomElementCallbacks] attribute long tabIndex;
|
| - [Reflect] attribute boolean hidden;
|
| + [CustomElementCallbacks] attribute long tabIndex;
|
| [Reflect] attribute DOMString accessKey;
|
|
|
| [RuntimeEnabled=IMEAPI] readonly attribute InputMethodContext inputMethodContext;
|
|
|