img-with-linked-parameters-1.html (441B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Link Parameters - img element with link-parameters property</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-ref.html"/> 7 <style> 8 img { 9 link-parameters: param(--color, green); 10 } 11 </style> 12 13 <img src="circle-with-parameters.svg">