tor-browser

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

use-external-resource-target-pseudo-001.html (502B)


      1 <!DOCTYPE html>
      2 <title>&lt;use> referencing an external document resource with :target pseudo class</title>
      3 <link rel="help" href="https://svgwg.org/svg2-draft/linking.html#processingURL">
      4 <link rel="help" href="https://svgwg.org/svg2-draft/struct.html#UseStyleInheritance">
      5 <link rel="help" href="https://drafts.csswg.org/selectors/#the-target-pseudo">
      6 <link rel="match" href="reference/green-100x100.html">
      7 <svg width="100" height="100">
      8  <use href="support/sprites-stacked.svg#green-rect"/>
      9 </svg>