haXe API Documentation
Back | Index
extern class js.html.svg.Tests
Available in js
Interface SVGTests defines an interface which applies to all elements which have attributes requiredFeatures, requiredExtensions and systemLanguage.

Documentation for this class was provided by MDN.
var requiredExtensions(default,null) : StringList
Corresponds to attribute requiredExtensions on the given element.
var requiredFeatures(default,null) : StringList
Corresponds to attribute requiredFeatures on the given element.
var systemLanguage(default,null) : StringList
Corresponds to attribute systemLanguage on the given element.
function hasExtension(extension : String) : Bool
Back | Index