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

Note that your example would *not* do what you think it does; in addition to preventing any outside styles from leaking in, it also *completely shuts down inheritance internally*. That `font-size` and `color` you provide in that rule will only apply to direct text children of the element; if you use anything else (even an inline like `em`) the text inside will revert to the UA defaults.

There is no way to *just* prevent outside styles from "leaking in" that does not end up being functionally identical to Shadow DOM.

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

Received on Tuesday, 12 March 2019 20:31:04 UTC