mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Add missing constructors to HTMLElement IDLs
This commit is contained in:
parent
daf421846c
commit
5c8be3b072
Notes:
sideshowbarker
2024-07-16 23:17:55 +09:00
Author: https://github.com/srikavin
Commit: 5c8be3b072
Pull-request: https://github.com/SerenityOS/serenity/pull/18004
70 changed files with 132 additions and 12 deletions
|
@ -4,6 +4,8 @@
|
|||
[Exposed=Window]
|
||||
interface HTMLTableColElement : HTMLElement {
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[Reflect] attribute DOMString align;
|
||||
[Reflect=char] attribute DOMString ch;
|
||||
[Reflect=charoff] attribute DOMString chOff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue