tor-browser

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

popover-and-svg-ref.html (214B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8" />
      3 <title>Popover is only effective on HTMLElement, not on svg element</title>
      4 <style>
      5 svg {
      6  width: 100px;
      7  height: 100px;
      8  background-color:green;
      9 }
     10 </style>
     11 <svg ></svg>