mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #10086 - KiChjang:table-rows, r=Manishearth
Implement HTMLTableElement#rows Fixes #8084. <!-- 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/10086) <!-- Reviewable:end -->
This commit is contained in:
commit
32e53b80e2
6 changed files with 31 additions and 29 deletions
|
@ -16,7 +16,7 @@ interface HTMLTableElement : HTMLElement {
|
|||
//void deleteTFoot();
|
||||
//readonly attribute HTMLCollection tBodies;
|
||||
HTMLTableSectionElement createTBody();
|
||||
//readonly attribute HTMLCollection rows;
|
||||
readonly attribute HTMLCollection rows;
|
||||
//HTMLElement insertRow(optional long index = -1);
|
||||
//void deleteRow(long index);
|
||||
// attribute boolean sortable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue