Re: [csswg-drafts] [css-scoping-1] should shadow-piercing descendant combinator (>>>) still be in specification

@tabatkins before you could use XPath to achieve a unique address, once `:nth*` appeared you could use a combination of descendant selectors and `:nth-*`

There has been a way to uniquely address any node in a document for a very long time without having to change the document and add IDs (with the exception of IE) and that is now no longer possible with shadow DOM

-- 
GitHub Notification of comment by dylanb
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/640#issuecomment-292099458 using your GitHub account

Received on Thursday, 6 April 2017 08:04:08 UTC