mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +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]
|
||||
interface HTMLTableCellElement : HTMLElement {
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
attribute unsigned long colSpan;
|
||||
attribute unsigned long rowSpan;
|
||||
[Reflect] attribute DOMString headers;
|
||||
|
||||
Reference in New Issue
Block a user