mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement HTMLTableElement#rows
This commit is contained in:
parent
39ab006c8f
commit
54f139c5cf
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