RESOLVED DUPLICATE of bug 166748 184273
[Shadow DOM] :nth-of-type() selector doesn't match in shadow roots
https://bugs.webkit.org/show_bug.cgi?id=184273
Summary [Shadow DOM] :nth-of-type() selector doesn't match in shadow roots
Keanu Lee
Reported 2018-04-03 11:18:17 PDT
The :nth-of-type() selector doesn't match in shadow roots. For example: #shadow-root <style> .item:nth-of-type(3) { ... } </style> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> Demo: Last 2 categories ("Men's T-Shirts" and "Ladies T-Shirts") on https://shop.polymer-project.org
Attachments
Ryosuke Niwa
Comment 1 2018-09-05 16:25:26 PDT
*** This bug has been marked as a duplicate of bug 166748 ***
Note You need to log in before you can comment on or make changes to this bug.