- From: Oliver Williams via GitHub <sysbot+gh@w3.org>
- Date: Mon, 28 Jan 2019 14:11:58 +0000
- To: public-css-archive@w3.org
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