tor-browser

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

replaced-element-035.html (608B)


      1 <!DOCTYPE html>
      2 <title>CSS aspect-ratio: audio element</title>
      3 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      4 <link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio">
      5 <link rel="help" href="https://html.spec.whatwg.org/multipage/media.html#the-audio-element">
      6 <link rel="match" href="replaced-element-035-ref.html">
      7 
      8 <audio controls style="aspect-ratio: 1/1; background: green;"></audio><br>
      9 <audio controls style="aspect-ratio: 1/1; width: 100px; background: green;"></audio><br>
     10 <audio controls style="aspect-ratio: 1/1; height: 100px; background: green;"></audio>