tor-browser

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

details-open-ref.html (306B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference File: list-item counter with details open </title>
      4 <link rel="help" href="https://html.spec.whatwg.org/multipage/grouping-content.html#the-li-element">
      5 <details open>
      6  <summary>Expand me</summary>
      7  <div>5. Should be numbered 5</div>
      8 </details>