LinkElement

LinkElement

package js-html

extends ElementDOMElementNodeEventTarget

Available on js

The HTMLLinkElement interface represents reference information for external resources and the relationship of those resources to a document and vice-versa. This object inherits all of the properties and methods of the HTMLElement interface.

Documentation HTMLLinkElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

charset:String

Is a DOMString representing the character encoding for the target resource.

crossOrigin:String

Is a DOMString that corresponds to the CORS setting for this link element. See CORS settings attributes for details.

disabled:Bool

Is a Boolean which represents whether the link is disabled; currently only used with style sheet links.

href:String

Is a DOMString representing the URI for the target resource.

hreflang:String

Is a DOMString representing the language code for the linked resource.

read only import_:HTMLDocument

integrity:String

media:String

Is a DOMString representing a list of one or more media formats to which the resource applies.

rel:String

Is a DOMString representing the forward relationship of the linked resource from the document to the resource.

read only relList:DOMTokenList

Is a DOMTokenList that reflects the rel HTML attribute, as a list of tokens.

rev:String

Is a DOMString representing the reverse relationship of the linked resource from the resource to the document.

read only sheet:StyleSheet

read only sizes:DOMTokenList

Is a DOMSettableTokenList that reflects the sizes HTML attribute, as a list of tokens.

target:String

Is a DOMString representing the name of the target frame to which the resource applies.

type:String

Is a DOMString representing the MIME type of the linked resource.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/LinkElement.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部