Implement HTMLTableRowElement::Cells

Extracted from #6936
This commit is contained in:
David Zbarsky 2015-10-01 19:53:35 -04:00 committed by Corey Farwell
parent ba2714f4f6
commit 4e64ff499b
5 changed files with 64 additions and 11 deletions

View file

@ -7,7 +7,7 @@
interface HTMLTableRowElement : HTMLElement {
//readonly attribute long rowIndex;
//readonly attribute long sectionRowIndex;
//readonly attribute HTMLCollection cells;
readonly attribute HTMLCollection cells;
//HTMLElement insertCell(optional long index = -1);
//void deleteCell(long index);