aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/Element.webidl
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-06-08 16:45:06 +0200
committerMs2ger <ms2ger@gmail.com>2014-06-13 14:13:00 +0200
commit972c69883e2014a84a010790a88f234f9397583b (patch)
tree39da75e17821cc3689a6168a31a6fd6888e1dcc2 /src/components/script/dom/webidls/Element.webidl
parent0803e5d0aca8f803dcd88831cb7fd0f56021ebc9 (diff)
downloadservo-972c69883e2014a84a010790a88f234f9397583b.tar.gz
servo-972c69883e2014a84a010790a88f234f9397583b.zip
Implement Element.classList (partially fixes #1717).
Diffstat (limited to 'src/components/script/dom/webidls/Element.webidl')
-rw-r--r--src/components/script/dom/webidls/Element.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/script/dom/webidls/Element.webidl b/src/components/script/dom/webidls/Element.webidl
index b6f9cca2541..e088a2263dd 100644
--- a/src/components/script/dom/webidls/Element.webidl
+++ b/src/components/script/dom/webidls/Element.webidl
@@ -28,8 +28,8 @@ interface Element : Node {
attribute DOMString id;
[Pure]
attribute DOMString className;
- /*[Constant]
- readonly attribute DOMTokenList? classList;*/
+ [Constant]
+ readonly attribute DOMTokenList classList;
[Constant]
readonly attribute AttrList attributes;