Implement HTMLAnchorElement.rel getter and setter

Signed-off-by: Ying-Ruei Liang(KK) <thumbd03803@gmail.com>
This commit is contained in:
Ying-Ruei Liang(KK) 2017-03-28 13:49:36 +08:00
parent 2084ee29c4
commit bb6d52971a
No known key found for this signature in database
GPG key ID: EDF2E22BAD21064A
13 changed files with 103 additions and 110 deletions

View file

@ -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;