webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGElement.idl";
Public Member Functions | |
DeprecatedCSSOMValue | getPresentationAttribute (optional DOMString name="undefined") |
void | focus () |
void | blur () |
Public Attributes | |
readonly attribute SVGSVGElement | ownerSVGElement |
readonly attribute SVGElement | viewportElement |
attribute DOMString | xmllang |
attribute DOMString | xmlspace |
readonly attribute SVGAnimatedString | className |
readonly attribute CSSStyleDeclaration | style |
attribute long | tabIndex |
readonly attribute DOMStringMap | dataset |
void SVGElement::blur | ( | ) |
void SVGElement::focus | ( | ) |
DeprecatedCSSOMValue SVGElement::getPresentationAttribute | ( | optional DOMString | name = "undefined" | ) |
readonly attribute SVGAnimatedString SVGElement::className |
readonly attribute DOMStringMap SVGElement::dataset |
readonly attribute SVGSVGElement SVGElement::ownerSVGElement |
readonly attribute CSSStyleDeclaration SVGElement::style |
attribute long SVGElement::tabIndex |
readonly attribute SVGElement SVGElement::viewportElement |
attribute DOMString SVGElement::xmllang |
attribute DOMString SVGElement::xmlspace |