tor-browser

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

details-revert.html (469B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <link rel="help" href="https://html.spec.whatwg.org/#the-details-and-summary-elements">
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1804925">
      5 <link rel="match" href="details-revert-ref.html">
      6 <style>
      7  summary {
      8    display: revert;
      9    counter-increment: revert;
     10    list-style: revert;
     11  }
     12 </style>
     13 <details>
     14  <summary>Example</summary>
     15 </details>
     16 <details open>
     17  <summary>Example</summary>
     18 </details>