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