Implement HTMLTableElement#createTBody

This commit is contained in:
David Zbarsky 2015-08-07 20:48:32 -04:00
parent 6a8bc85284
commit 54adae26c6
5 changed files with 32 additions and 54 deletions

View file

@ -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);