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/img-with-linked-parameters-2.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Link Parameters - img element with multiple link-parameters</title>
<link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com">
<link rel="match" href="circle-green-with-stroke-ref.html"/>
<style>
img {
link-parameters: param(--color, green), param(--stroke, blue);
}
</style>
<img src="circle-with-parameters.svg">