mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLTableElement#createTBody
This commit is contained in:
parent
6a8bc85284
commit
54adae26c6
5 changed files with 32 additions and 54 deletions
|
@ -15,7 +15,7 @@ interface HTMLTableElement : HTMLElement {
|
|||
//HTMLElement createTFoot();
|
||||
//void deleteTFoot();
|
||||
//readonly attribute HTMLCollection tBodies;
|
||||
//HTMLElement createTBody();
|
||||
HTMLTableSectionElement createTBody();
|
||||
//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