tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

css-linked-parameters-precedence-1.html (471B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Link Parameters - URL fragment takes precedence over 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/#setting">
      6 <link rel="match" href="circle-green-ref.html"/>
      7 <style>
      8  img {
      9  link-parameters: param(--color, red);
     10  }
     11 </style>
     12 
     13 <img src="circle-with-parameters.svg#param(--color, green)">