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