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

To be clear: shadow DOM does _not_ prevent inheritance, but it does prevent global selectors `*`, `p`, etc from affecting the component. Therefor Svelte, Vue, Angular and styled-jsx are far more comparable to the scoped attribute than to shadow DOM. As Heydon said, Vue _explicitly_ emulates `<style scoped>`

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

Received on Monday, 28 January 2019 14:11:59 UTC