Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/styling/css-var-on-length-attributes-03.svg - WPT Dashboard Interop Dashboard
<title>Usage of css var() with default fallback on svg width and height attributes (units specified)</title>
<html:link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com"/>
<html:link rel="match" href="../embedded/reference/green-rect-100x100.svg"/>
<rect width="var(--length,100px)" height="var(--length,100px)" fill="green"/>
</svg>