mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Add the HTMLTableCellElement::rowspan property
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// https://html.spec.whatwg.org/multipage/#htmltablecellelement
|
||||
[Abstract]
|
||||
interface HTMLTableCellElement : HTMLElement {
|
||||
attribute unsigned long colSpan;
|
||||
// attribute unsigned long rowSpan;
|
||||
attribute unsigned long colSpan;
|
||||
attribute unsigned long rowSpan;
|
||||
// attribute DOMString headers;
|
||||
readonly attribute long cellIndex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user