mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement rowIndex property on <tr>.
Part of https://github.com/servo/servo/issues/10509.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#htmltablerowelement
|
||||
interface HTMLTableRowElement : HTMLElement {
|
||||
//readonly attribute long rowIndex;
|
||||
readonly attribute long rowIndex;
|
||||
//readonly attribute long sectionRowIndex;
|
||||
readonly attribute HTMLCollection cells;
|
||||
[Throws]
|
||||
|
||||
Reference in New Issue
Block a user