tor-browser

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

nth-child-of-attr-ref.html (482B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8" />
      3 <title>CSS Selectors Invalidation: :nth-child(... of attribute)</title>
      4 <link rel="author" title="Steinar H. Gunderson" href="sesse@chromium.org">
      5 <link rel="help" href="https://drafts.csswg.org/selectors-4/#child-index">
      6 <div>
      7  <p>Ignored</p>
      8  <p>Ignored</p>
      9  <p>Not ignored</p>
     10  <p>Selectively ignored</p>
     11  <p style="color: green">Not ignored</p>
     12  <p>Not ignored</p>
     13  <p style="color: green">Not ignored</p>
     14  <p>Ignored</p>
     15 </div>