mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Bring HTMLOptionElement closer to spec
This commit is contained in:
parent
ae519c6fef
commit
00099a8ade
Notes:
sideshowbarker
2024-07-17 11:53:31 +09:00
Author: https://github.com/Igoorx
Commit: 00099a8ade
Pull-request: https://github.com/SerenityOS/serenity/pull/13638
3 changed files with 111 additions and 1 deletions
|
@ -4,7 +4,10 @@ interface HTMLOptionElement : HTMLElement {
|
|||
|
||||
[Reflect] attribute boolean disabled;
|
||||
[Reflect=selected] attribute boolean defaultSelected;
|
||||
|
||||
attribute boolean selected;
|
||||
[CEReactions] attribute DOMString value;
|
||||
|
||||
[CEReactions] attribute DOMString text;
|
||||
readonly attribute long index;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue