tor-browser

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

nth-child-of-in-ancestor-ref.html (520B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8" />
      3 <title>CSS Selectors Invalidation: :nth-child(... of class) as ancestor</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>Not <span style="color: green">ignored</span></p>
      8  <p>Selectively <span>ignored<span></p>
      9  <p>Not <span>ignored</span></p>
     10  <p>Not <span style="color: green">ignored</span></p>
     11  <p>Not <span>ignored</span></p>
     12  <p>Ignored</p>
     13 </div>