mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Add missing constructors to HTMLElement IDLs
This commit is contained in:
committed by
Andreas Kling
parent
daf421846c
commit
5c8be3b072
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user