aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLAnchorElement.webidl
diff options
context:
space:
mode:
authorYing-Ruei Liang(KK) <thumbd03803@gmail.com>2017-03-28 13:49:36 +0800
committerYing-Ruei Liang(KK) <thumbd03803@gmail.com>2017-03-30 11:45:48 +0800
commitbb6d52971a59972c930ee4aa6d93a1243e5c67f3 (patch)
tree9d4d425fa873b3b91c75c4ee5b341c13bc93bf53 /components/script/dom/webidls/HTMLAnchorElement.webidl
parent2084ee29c40291c9abf9b0922e05f0663b215333 (diff)
downloadservo-bb6d52971a59972c930ee4aa6d93a1243e5c67f3.tar.gz
servo-bb6d52971a59972c930ee4aa6d93a1243e5c67f3.zip
Implement HTMLAnchorElement.rel getter and setter
Signed-off-by: Ying-Ruei Liang(KK) <thumbd03803@gmail.com>
Diffstat (limited to 'components/script/dom/webidls/HTMLAnchorElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLAnchorElement.webidl10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/script/dom/webidls/HTMLAnchorElement.webidl b/components/script/dom/webidls/HTMLAnchorElement.webidl
index f78d1dae6dd..41026e25bce 100644
--- a/components/script/dom/webidls/HTMLAnchorElement.webidl
+++ b/components/script/dom/webidls/HTMLAnchorElement.webidl
@@ -13,12 +13,12 @@
// https://html.spec.whatwg.org/multipage/#htmlanchorelement
interface HTMLAnchorElement : HTMLElement {
attribute DOMString target;
- // attribute DOMString download;
- // attribute USVString ping;
- // attribute DOMString rel;
+ // attribute DOMString download;
+ // attribute USVString ping;
+ attribute DOMString rel;
readonly attribute DOMTokenList relList;
- // attribute DOMString hreflang;
- // attribute DOMString type;
+ // attribute DOMString hreflang;
+ // attribute DOMString type;
[Pure]
attribute DOMString text;