mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
LibWeb: Add missing constructors to HTMLElement IDLs
This commit is contained in:
committed by
Andreas Kling
parent
daf421846c
commit
5c8be3b072
Notes:
sideshowbarker
2024-07-16 23:17:55 +09:00
Author: https://github.com/srikavin Commit: https://github.com/SerenityOS/serenity/commit/5c8be3b072 Pull-request: https://github.com/SerenityOS/serenity/pull/18004
@@ -8,6 +8,8 @@
|
||||
[Exposed=Window]
|
||||
interface HTMLTableElement : HTMLElement {
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
attribute HTMLTableCaptionElement? caption;
|
||||
HTMLTableCaptionElement createCaption();
|
||||
undefined deleteCaption();
|
||||
|
||||
Reference in New Issue
Block a user