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