LibWeb: Add HTMLOrSVGElement.autofocus

This commit is contained in:
Luke Wilde 2022-11-05 04:24:08 +00:00 committed by Andreas Kling
commit 469ef22a22
Notes: sideshowbarker 2024-07-17 04:42:58 +09:00

View file

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