aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLBaseElement.webidl
diff options
context:
space:
mode:
authorKeith Yeung <kungfukeith11@gmail.com>2016-04-10 15:54:49 -0400
committerKeith Yeung <kungfukeith11@gmail.com>2016-04-13 08:57:17 -0400
commit4a1eb479379931d2e9c283241df011a0fdf9948e (patch)
tree0d62e2828700db131190d492b676434eb9a16d76 /components/script/dom/webidls/HTMLBaseElement.webidl
parenta4991f536cb60b70309358cbb4da46dfbe412b3d (diff)
downloadservo-4a1eb479379931d2e9c283241df011a0fdf9948e.tar.gz
servo-4a1eb479379931d2e9c283241df011a0fdf9948e.zip
Implement HTMLBaseElement attributes
Diffstat (limited to 'components/script/dom/webidls/HTMLBaseElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLBaseElement.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLBaseElement.webidl b/components/script/dom/webidls/HTMLBaseElement.webidl
index 5c59c62f9be..549a6df1004 100644
--- a/components/script/dom/webidls/HTMLBaseElement.webidl
+++ b/components/script/dom/webidls/HTMLBaseElement.webidl
@@ -5,6 +5,6 @@
// https://html.spec.whatwg.org/multipage/#htmlbaseelement
interface HTMLBaseElement : HTMLElement {
- // attribute DOMString href;
- // attribute DOMString target;
+ attribute DOMString href;
+// attribute DOMString target;
};