mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement HTML{Anchor,Area,Link}Element.relList.
https://github.com/servo/servo/issues/3994
This commit is contained in:
@@ -12,7 +12,7 @@ interface HTMLAreaElement : 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