Re: [csswg-drafts] [css-scoping] Please bring back scoped styles (#3547)

+1 to scoped styling making a return.

Here's how I see it:

1. Most of the time I want access to global / parent styles for my components. 
2. If I _don't_ want that, I have the `all` property to unset stuff anyway.
3. What I _don't_ have is the ability to simply scope, as the spec' once promised, any component specific styles

Shadow DOM really does not help, because it creates an _arbitrary_ barrier (except for custom properties, but that's not actually enough; values only, not declarations and no mixin support).

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

Received on Monday, 28 January 2019 12:01:49 UTC