Bound several link properties.

Specifically: href, rel, media, hreflang and type.
This commit is contained in:
Zirak 2014-12-05 12:46:22 +00:00 committed by Manish Goregaokar
parent 92a8c7a80c
commit a586e05e83
5 changed files with 20 additions and 610 deletions

View file

@ -5,13 +5,13 @@
// http://www.whatwg.org/html/#htmllinkelement
interface HTMLLinkElement : HTMLElement {
// attribute DOMString href;
attribute DOMString href;
// attribute DOMString crossOrigin;
// attribute DOMString rel;
attribute DOMString rel;
readonly attribute DOMTokenList relList;
// attribute DOMString media;
// attribute DOMString hreflang;
// attribute DOMString type;
attribute DOMString media;
attribute DOMString hreflang;
attribute DOMString type;
//[PutForwards=value] readonly attribute DOMSettableTokenList sizes;
// also has obsolete members