mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLAnchorElement.rel getter and setter
Signed-off-by: Ying-Ruei Liang(KK) <thumbd03803@gmail.com>
This commit is contained in:
parent
2084ee29c4
commit
bb6d52971a
13 changed files with 103 additions and 110 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue