mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Auto merge of #10510 - frewsxcv:rowindex, r=KiChjang
Implement `rowIndex` property on `<tr>`. Part of https://github.com/servo/servo/issues/10509. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10510) <!-- Reviewable:end -->
This commit is contained in:
commit
9fb5703c6d
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