mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement HTML{Anchor,Area,Link}Element.relList.
https://github.com/servo/servo/issues/3994
This commit is contained in:
parent
90007ee781
commit
23ed1f705b
9 changed files with 99 additions and 36 deletions
|
@ -17,7 +17,7 @@ interface HTMLAnchorElement : HTMLElement {
|
|||
// attribute DOMString download;
|
||||
//[PutForwards=value] attribute DOMSettableTokenList ping;
|
||||
// attribute DOMString rel;
|
||||
//readonly attribute DOMTokenList relList;
|
||||
readonly attribute DOMTokenList relList;
|
||||
// attribute DOMString hreflang;
|
||||
// attribute DOMString type;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue