img-with-linked-parameters-2.html (476B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Link Parameters - img element with multiple link-parameters</title> 4 <link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com"> 5 <link rel="help" href="https://drafts.csswg.org/css-link-params/#link-param-prop"> 6 <link rel="match" href="circle-green-with-stroke-ref.html"/> 7 <style> 8 img { 9 link-parameters: param(--color, green), param(--stroke, blue); 10 } 11 </style> 12 13 <img src="circle-with-parameters.svg">