mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +00:00
LibWeb: Add HTMLTableCellElement::colSpan
This commit is contained in:
parent
b92cc3670b
commit
b7b647e9cd
3 changed files with 14 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
interface HTMLTableCellElement : HTMLElement {
|
||||
|
||||
attribute unsigned long colSpan;
|
||||
[Reflect] attribute DOMString headers;
|
||||
[Reflect] attribute DOMString abbr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue