mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
LibWeb: Add HTMLTableCellElement::colSpan
This commit is contained in:
committed by
Andreas Kling
parent
b92cc3670b
commit
b7b647e9cd
@@ -2,6 +2,7 @@
|
||||
|
||||
interface HTMLTableCellElement : HTMLElement {
|
||||
|
||||
attribute unsigned long colSpan;
|
||||
[Reflect] attribute DOMString headers;
|
||||
[Reflect] attribute DOMString abbr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user