externalResourcesRequired attribute | externalResourcesRequired property
Gets a value that indicates whether referenced resources that are not in the current document are required to correctly render a given element.
![]() ![]() |
Syntax
| HTML |
|---|
<element externalResourcesRequired="externalResourcesRequired" ... > |
| JavaScript |
|---|
externalResourcesRequired = object.externalResourcesRequired |
Property values
Type: Object
BOOL that specifies one of the following values.
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.27
Remarks
If an external resource is not available, progressive rendering is suspended and the onload event does not occur. If a time-out event occurs with the Scalable Vector Graphics (SVG) document while loading a required resource, the document enters an error state that remains until all required resources are available.
See also
- externalResourcesRequired
- SVGAElement
- SVGCircleElement
- SVGClipPathElement
- SVGDefsElement
- SVGEllipseElement
- SVGFEImageElement
- SVGFilterElement
- SVGForeignObjectElement
- SVGGElement
- SVGGradientElement
- SVGImageElement
- SVGLinearGradientElement
- SVGLineElement
- SVGMarkerElement
- SVGMaskElement
- SVGPathElement
- SVGPatternElement
- SVGPolygonElement
- SVGPolylineElement
- SVGRadialGradientElement
- SVGRectElement
- SVGScriptElement
- SVGSVGElement
- SVGSwitchElement
- SVGSymbolElement
- SVGTextContentElement
- SVGTextElement
- SVGTextPathElement
- SVGTextPositioningElement
- SVGTSpanElement
- SVGUseElement
- SVGViewElement
Show:

