diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLAnchorElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLAnchorElement.webidl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/script/dom/webidls/HTMLAnchorElement.webidl b/components/script/dom/webidls/HTMLAnchorElement.webidl index 7622cc0ceb4..7129f0ad1ed 100644 --- a/components/script/dom/webidls/HTMLAnchorElement.webidl +++ b/components/script/dom/webidls/HTMLAnchorElement.webidl @@ -30,9 +30,9 @@ interface HTMLAnchorElement : HTMLElement { // https://www.whatwg.org/html/#HTMLAnchorElement-partial partial interface HTMLAnchorElement { - // attribute DOMString coords; + attribute DOMString coords; // attribute DOMString charset; - // attribute DOMString name; - // attribute DOMString rev; - // attribute DOMString shape; + attribute DOMString name; + attribute DOMString rev; + attribute DOMString shape; }; |