class js.html.svg.Tests

Available on 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.

Instance Fields

var requiredExtensions:StringList

Corresponds to attribute requiredExtensions on the given element.

var requiredFeatures:StringList

Corresponds to attribute requiredFeatures on the given element.

var systemLanguage:StringList

Corresponds to attribute systemLanguage on the given element.

function hasExtension(extension:String):Bool