webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
HTMLLinkElement Interface Reference

import"HTMLLinkElement.idl";

Inheritance diagram for HTMLLinkElement:
HTMLElement

Public Attributes

attribute boolean disabled
 
attribute DOMString charset
 
attribute USVString href
 
attribute DOMString hreflang
 
attribute DOMString media
 
attribute DOMString rel
 
attribute DOMString rev
 
readonly attribute DOMTokenList sizes
 
attribute DOMString target
 
attribute DOMString type
 
attribute DOMString as
 
attribute DOMString crossOrigin
 
readonly attribute StyleSheet sheet
 
readonly attribute DOMTokenList relList
 
attribute DOMString nonce
 
- Public Attributes inherited from HTMLElement
attribute DOMString title
 
attribute DOMString lang
 
attribute boolean translate
 
attribute DOMString dir
 
attribute long tabIndex
 
attribute boolean draggable
 
attribute DOMString webkitdropzone
 
attribute boolean hidden
 
attribute DOMString accessKey
 
attribute DOMString innerText
 
attribute DOMString outerText
 
attribute DOMString contentEditable
 
readonly attribute boolean isContentEditable
 
attribute boolean spellcheck
 
attribute boolean autocorrect
 
attribute DOMString autocapitalize
 
readonly attribute DOMStringMap dataset
 

Additional Inherited Members

- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Member Data Documentation

◆ as

attribute DOMString HTMLLinkElement::as

◆ charset

attribute DOMString HTMLLinkElement::charset

◆ crossOrigin

attribute DOMString HTMLLinkElement::crossOrigin

◆ disabled

attribute boolean HTMLLinkElement::disabled

◆ href

attribute USVString HTMLLinkElement::href

◆ hreflang

attribute DOMString HTMLLinkElement::hreflang

◆ media

attribute DOMString HTMLLinkElement::media

◆ nonce

attribute DOMString HTMLLinkElement::nonce

◆ rel

attribute DOMString HTMLLinkElement::rel

◆ relList

readonly attribute DOMTokenList HTMLLinkElement::relList

◆ rev

attribute DOMString HTMLLinkElement::rev

◆ sheet

readonly attribute StyleSheet HTMLLinkElement::sheet

◆ sizes

readonly attribute DOMTokenList HTMLLinkElement::sizes

◆ target

attribute DOMString HTMLLinkElement::target

◆ type

attribute DOMString HTMLLinkElement::type

The documentation for this interface was generated from the following file: