mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibWeb: Add HTMLOrSVGElement.autofocus
This commit is contained in:
parent
b8b263d9c3
commit
469ef22a22
Notes:
sideshowbarker
2024-07-17 04:42:58 +09:00
Author: https://github.com/Lubrsi
Commit: 469ef22a22
Pull-request: https://github.com/SerenityOS/serenity/pull/15964
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue