LibWeb: Add HTMLTableCellElement::colSpan

This commit is contained in:
Simon Wanner 2022-03-28 23:27:56 +02:00 committed by Andreas Kling
commit b7b647e9cd
Notes: sideshowbarker 2024-07-17 16:36:01 +09:00
3 changed files with 14 additions and 0 deletions

View file

@ -2,6 +2,7 @@
interface HTMLTableCellElement : HTMLElement {
attribute unsigned long colSpan;
[Reflect] attribute DOMString headers;
[Reflect] attribute DOMString abbr;