diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLAnchorElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLAnchorElement.webidl | 10 |
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; |