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

> Svelte, Vue, Angular but also styled-jsx (React) instead scope the styles to a single component to simulate ShadowDOM.

This does not simulate Shadow DOM. Shadow DOM prevents inheritance. The Vue behaviour (they actually emulate `<style scoped>` exactly) is more desirable than Shadow DOM.

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

Received on Monday, 28 January 2019 12:04:35 UTC