aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLHRElement.webidl
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-11-09 18:18:06 -0500
committerCorey Farwell <coreyf@rwell.org>2015-11-14 16:46:59 -0500
commit02a8e8dd16c87a5126ff7e331fc1ca353304278c (patch)
tree31f0113117c6c36f79ec841ea49ece5dbdd88bff /components/script/dom/webidls/HTMLHRElement.webidl
parent337066063a9f6e6748c1def01c200b51df20634a (diff)
downloadservo-02a8e8dd16c87a5126ff7e331fc1ca353304278c.tar.gz
servo-02a8e8dd16c87a5126ff7e331fc1ca353304278c.zip
Implement <hr> element 'width' attribute
Diffstat (limited to 'components/script/dom/webidls/HTMLHRElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLHRElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLHRElement.webidl b/components/script/dom/webidls/HTMLHRElement.webidl
index 185100712f5..f203527b2bf 100644
--- a/components/script/dom/webidls/HTMLHRElement.webidl
+++ b/components/script/dom/webidls/HTMLHRElement.webidl
@@ -14,5 +14,5 @@ partial interface HTMLHRElement {
attribute DOMString color;
// attribute boolean noShade;
// attribute DOMString size;
- // attribute DOMString width;
+ attribute DOMString width;
};