aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableSectionElement.webidl
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-09-26 14:57:25 -0400
committerCorey Farwell <coreyf@rwell.org>2015-10-03 12:23:22 -0400
commitadbcb5345c6d87a4ebdf6763de4b4ff4a059cf47 (patch)
tree4ddef03ca322aa14bd76495b6178388b946a817c /components/script/dom/webidls/HTMLTableSectionElement.webidl
parente40dd3843f9abb9a8a0908159edfa0c69b90b1ab (diff)
downloadservo-adbcb5345c6d87a4ebdf6763de4b4ff4a059cf47.tar.gz
servo-adbcb5345c6d87a4ebdf6763de4b4ff4a059cf47.zip
HTMLTableSectionElement improvements
'thead' and 'tfoot' now create instances of HTMLTableSectionElement HTMLTableSectionElement.rows has been implemented
Diffstat (limited to 'components/script/dom/webidls/HTMLTableSectionElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLTableSectionElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLTableSectionElement.webidl b/components/script/dom/webidls/HTMLTableSectionElement.webidl
index b2d22b25947..32f9e09a62e 100644
--- a/components/script/dom/webidls/HTMLTableSectionElement.webidl
+++ b/components/script/dom/webidls/HTMLTableSectionElement.webidl
@@ -5,7 +5,7 @@
// https://www.whatwg.org/html/#htmltablesectionelement
interface HTMLTableSectionElement : HTMLElement {
- //readonly attribute HTMLCollection rows;
+ readonly attribute HTMLCollection rows;
//HTMLElement insertRow(optional long index = -1);
//void deleteRow(long index);