tor-browser

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

counter-invalid.htm (393B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Lists: </title>
      4 <link rel="author" title="Anthony Ramine" href="mailto:n.oxyde@gmail.com">
      5 <link rel="help" href="https://drafts.csswg.org/css-lists/#counter-functions">
      6 <link rel="match" href="counter-7-ref.html">
      7 <style>
      8    div::after { content: " is not " counter(inherit) }
      9 </style>
     10 <p>You should see the number 7 below.</p>
     11 <div>7</div>