Dart API Referencedart:htmlSVGTests

SVGTests Interface

Interface SVGTests defines an interface which applies to all elements which have attributes requiredFeatures, requiredExtensions and systemLanguage.

Subinterfaces

SVGAElement, SVGAnimationElement, SVGCircleElement, SVGClipPathElement, SVGCursorElement, SVGDefsElement, SVGEllipseElement, SVGForeignObjectElement, SVGGElement, SVGImageElement, SVGLineElement, SVGMaskElement, SVGPathElement, SVGPatternElement, SVGPolygonElement, SVGPolylineElement, SVGRectElement, SVGSVGElement, SVGSwitchElement, SVGTextContentElement, SVGUseElement

Methods

Code bool hasExtension(String extension) #

Returns true if the browser supports the given extension, specified by a URI.
bool hasExtension(String extension);

Fields

Code final SVGStringList requiredExtensions #

Corresponds to attribute requiredExtensions on the given element.
final SVGStringList requiredExtensions;

Code final SVGStringList requiredFeatures #

Corresponds to attribute requiredFeatures on the given element.
final SVGStringList requiredFeatures;

Code final SVGStringList systemLanguage #

Corresponds to attribute systemLanguage on the given element.
final SVGStringList systemLanguage;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.