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-linked-parameters/link-parameters-basic.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>link-parameters: a parameter is exposed to the referenced SVG through env()</title>
<link rel="match" href="link-parameters-basic-ref.html">
<style>
body { margin: 0; }
img { display: block; width: 100px; height: 100px; }
#target { link-parameters: param(--bg, #0a5c2e); }
</style>
<img id="target" src="resources/solid.svg">