- From: Ryosuke Niwa <notifications@github.com>
- Date: Sun, 06 Mar 2016 18:06:39 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Monday, 7 March 2016 02:07:11 UTC
It seems odd that the custom elements API and spec refers to upgrading custom elements and yet the CSS pseudo class that corresponds to a custom element not being upgraded is called `:unresolved`. `unresolved` doesn't tell what hasn't been resolved and inconsistent with the rest of the spec / API terminology we're using. Perhaps we should consider negating it to `:upgraded` and use `:not(:upgraded)` for this use case for consistency. I do admit the the latter form is a bit more verbose but I think consistency in the terminology is very valuable here. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/418
Received on Monday, 7 March 2016 02:07:11 UTC