mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Bound several link properties.
Specifically: href, rel, media, hreflang and type.
This commit is contained in:
parent
92a8c7a80c
commit
a586e05e83
5 changed files with 20 additions and 610 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue