Implement HTMLTableElement#rows

This commit is contained in:
Keith Yeung 2016-03-19 00:22:33 -04:00
parent 39ab006c8f
commit 54f139c5cf
6 changed files with 31 additions and 29 deletions

View file

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