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-02.svg - WPT Dashboard Interop Dashboard
<title>Usage of css var() on svg width and height attributes (units not specified)</title>
<html:link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com"/>
<html:link rel="help" href="https://github.com/web-platform-tests/wpt/pull/56390#issuecomment-3669058046"/>
<html:link rel="match" href="about:blank"/>
<style>
rect {
--length: 100;
}
</style>
<rect width="var(--length)" height="var(--length)" fill="green"/>
</svg>