mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +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
|
@ -5,7 +5,7 @@
|
|||
// https://html.spec.whatwg.org/multipage/semantics.html#htmlstyleelement
|
||||
[Exposed=Window]
|
||||
interface HTMLStyleElement : HTMLElement {
|
||||
// FIXME: [HTMLConstructor] constructor();
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
// FIXME: attribute boolean disabled;
|
||||
[Reflect] attribute DOMString media;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue