mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +00:00
LibWeb: Add HTMLOrSVGElement.autofocus
This commit is contained in:
parent
b8b263d9c3
commit
469ef22a22
1 changed files with 1 additions and 0 deletions
|
@ -33,5 +33,6 @@ HTMLElement includes HTMLOrSVGElement;
|
|||
interface mixin HTMLOrSVGElement {
|
||||
[SameObject] readonly attribute DOMStringMap dataset;
|
||||
|
||||
[CEReactions, Reflect] attribute boolean autofocus;
|
||||
[CEReactions] attribute long tabIndex;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue