← back to v137 · support-transform-attribute-on-svgsvgelement
conformance · v137
v137 · support-transform-attribute-on-svgsvgelement — conformance probe
6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
svgsvgelement-exists |
SVGSVGElement is the root SVG element interface. spec ↗ | exists | … | |
svgsvgelement-inherits-svggraphicselement |
SVGSVGElement now inherits from SVGGraphicsElement, which exposes the transform attribute. spec ↗ | script | … | |
svg-root-transform-attribute-accepted |
Setting the transform attribute on the <svg> root element via setAttribute is round-trippable. spec ↗ | script | … | |
svg-root-transform-idl-reflects |
SVGSVGElement reflects 'transform' via the SVGAnimatedTransformList IDL attribute (inherited from SVGGraphicsElement). spec ↗ | script | … | |
nested-svg-transform-also-supported |
Inner (nested) <svg> elements likewise accept transform. spec ↗ | script | … | |
svggraphicselement-transform-readable |
SVGGraphicsElement.prototype has a 'transform' property; inherited shape allows reading it on <svg>. spec ↗ | script | … |