mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement rowIndex
property on <tr>
.
Part of https://github.com/servo/servo/issues/10509.
This commit is contained in:
parent
ea97c89055
commit
23eb15c820
5 changed files with 31 additions and 45 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue