mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Implement HTML{Anchor,Area,Link}Element.relList.
https://github.com/servo/servo/issues/3994
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user