Re: [webcomponents] :unresolved vs :not(:upgraded) (#418)

Until they're upgraded, the elements are of type HTMLUnknownElement, so how about `:unknown`?

That describes their current state using existing terminology, avoids use of `:not`, and is a simple, natural word.

It also has the benefit of not presuming that the unknown element is going to be upgraded using the Custom Elements API. There are JS frameworks that make use of non-standard tags, and they could use `:unknown` as well.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/418#issuecomment-193464392

Received on Monday, 7 March 2016 21:35:58 UTC