mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
LibWeb: Add missing constructors to HTMLElement IDLs
This commit is contained in:
parent
daf421846c
commit
5c8be3b072
70 changed files with 132 additions and 12 deletions
|
@ -4,6 +4,8 @@
|
|||
[Exposed=Window, LegacyFactoryFunction=Option(optional DOMString text = "", optional DOMString value, optional boolean defaultSelected = false, optional boolean selected = false)]
|
||||
interface HTMLOptionElement : HTMLElement {
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[Reflect] attribute boolean disabled;
|
||||
[Reflect=selected] attribute boolean defaultSelected;
|
||||
attribute boolean selected;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue