mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Implement sectionRowIndex
property on <tr>
.
Fixes https://github.com/servo/servo/issues/10509.
This commit is contained in:
parent
9fb5703c6d
commit
0ee9521848
5 changed files with 29 additions and 76 deletions
|
@ -6,7 +6,7 @@
|
|||
// https://html.spec.whatwg.org/multipage/#htmltablerowelement
|
||||
interface HTMLTableRowElement : HTMLElement {
|
||||
readonly attribute long rowIndex;
|
||||
//readonly attribute long sectionRowIndex;
|
||||
readonly attribute long sectionRowIndex;
|
||||
readonly attribute HTMLCollection cells;
|
||||
[Throws]
|
||||
HTMLElement insertCell(optional long index = -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue