Implement HTML{Anchor,Area,Link}Element.relList.

https://github.com/servo/servo/issues/3994
This commit is contained in:
Achal Shah 2014-11-23 02:03:45 -08:00
parent 90007ee781
commit 23ed1f705b
9 changed files with 99 additions and 36 deletions

View file

@ -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;