mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
HTMLTableSectionElement improvements
'thead' and 'tfoot' now create instances of HTMLTableSectionElement HTMLTableSectionElement.rows has been implemented
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user