mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
HTMLTableSectionElement improvements
'thead' and 'tfoot' now create instances of HTMLTableSectionElement HTMLTableSectionElement.rows has been implemented
This commit is contained in:
parent
e40dd3843f
commit
adbcb5345c
10 changed files with 109 additions and 43 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
// https://www.whatwg.org/html/#htmltablesectionelement
|
||||
interface HTMLTableSectionElement : HTMLElement {
|
||||
//readonly attribute HTMLCollection rows;
|
||||
readonly attribute HTMLCollection rows;
|
||||
//HTMLElement insertRow(optional long index = -1);
|
||||
//void deleteRow(long index);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue