mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
LibWeb: Implement HTMLOptionElement.selected
This commit is contained in:
parent
a606345576
commit
80ed2ab557
Notes:
sideshowbarker
2024-07-17 17:03:10 +09:00
Author: https://github.com/awesomekling
Commit: 80ed2ab557
3 changed files with 52 additions and 0 deletions
|
@ -5,4 +5,6 @@ interface HTMLOptionElement : HTMLElement {
|
|||
[Reflect] attribute boolean disabled;
|
||||
[Reflect=selected] attribute boolean defaultSelected;
|
||||
|
||||
attribute boolean selected;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue