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

import"HTMLAnchorElement.idl";

Inheritance diagram for HTMLAnchorElement:
HTMLElement

Public Attributes

attribute DOMString charset
 
attribute DOMString coords
 
attribute DOMString download
 
attribute DOMString hreflang
 
attribute DOMString name
 
attribute USVString ping
 
attribute DOMString rel
 
attribute DOMString rev
 
attribute DOMString shape
 
attribute DOMString target
 
attribute DOMString type
 
attribute DOMString text
 
readonly attribute DOMTokenList relList
 
- 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

◆ charset

attribute DOMString HTMLAnchorElement::charset

◆ coords

attribute DOMString HTMLAnchorElement::coords

◆ download

attribute DOMString HTMLAnchorElement::download

◆ hreflang

attribute DOMString HTMLAnchorElement::hreflang

◆ name

attribute DOMString HTMLAnchorElement::name

◆ ping

attribute USVString HTMLAnchorElement::ping

◆ rel

attribute DOMString HTMLAnchorElement::rel

◆ relList

readonly attribute DOMTokenList HTMLAnchorElement::relList

◆ rev

attribute DOMString HTMLAnchorElement::rev

◆ shape

attribute DOMString HTMLAnchorElement::shape

◆ target

attribute DOMString HTMLAnchorElement::target

◆ text

attribute DOMString HTMLAnchorElement::text

◆ type

attribute DOMString HTMLAnchorElement::type

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