tor-browser

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

table-caption-ref.html (200B)


      1 <!doctype html>
      2 <style>
      3  table {
      4    view-transition-name: table;
      5  }
      6 
      7  :root {
      8    background: pink;
      9  }
     10 </style>
     11 <table>
     12  <caption>Caption</caption>
     13  <tr>
     14    <td>Some row</td>
     15  </tr>
     16 </table>