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

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