Re: [csswg-drafts] [css-scoping-1] Specificity of :host, ::slotted, and :host-context doesn't seem to be defined?

What's special about :host is that it's both functional and a single pseudo class, so not having the same specificity for the selectors below would be strange?

```
:host(*) div {}
:host div {}
```

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

Received on Monday, 24 September 2018 07:24:41 UTC