aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls
diff options
context:
space:
mode:
authorKeith Yeung <kungfukeith11@gmail.com>2016-03-19 00:22:33 -0400
committerKeith Yeung <kungfukeith11@gmail.com>2016-04-07 18:37:42 -0400
commit54f139c5cf437da0de243c2c07ceb9cd7c12b5c6 (patch)
treec5b39d8b1400d699e87a9c9bb9c0bba0198d53b8 /components/script/dom/webidls
parent39ab006c8f71404d2fcd81f7715b7b9e47d5aead (diff)
downloadservo-54f139c5cf437da0de243c2c07ceb9cd7c12b5c6.tar.gz
servo-54f139c5cf437da0de243c2c07ceb9cd7c12b5c6.zip
Implement HTMLTableElement#rows
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r--components/script/dom/webidls/HTMLTableElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLTableElement.webidl b/components/script/dom/webidls/HTMLTableElement.webidl
index edf8d1d720f..2697f4c1e93 100644
--- a/components/script/dom/webidls/HTMLTableElement.webidl
+++ b/components/script/dom/webidls/HTMLTableElement.webidl
@@ -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;