mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -8,7 +8,7 @@ interface HTMLLinkElement : HTMLElement {
|
|||
// attribute DOMString href;
|
||||
// attribute DOMString crossOrigin;
|
||||
// attribute DOMString rel;
|
||||
//readonly attribute DOMTokenList relList;
|
||||
readonly attribute DOMTokenList relList;
|
||||
// attribute DOMString media;
|
||||
// attribute DOMString hreflang;
|
||||
// attribute DOMString type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue