|
@@ -33,5 +33,6 @@ HTMLElement includes HTMLOrSVGElement;
|
|
interface mixin HTMLOrSVGElement {
|
|
interface mixin HTMLOrSVGElement {
|
|
[SameObject] readonly attribute DOMStringMap dataset;
|
|
[SameObject] readonly attribute DOMStringMap dataset;
|
|
|
|
|
|
|
|
+ [CEReactions, Reflect] attribute boolean autofocus;
|
|
[CEReactions] attribute long tabIndex;
|
|
[CEReactions] attribute long tabIndex;
|
|
};
|
|
};
|