Re: [webcomponents] [Shadow] Section 2.4 - CSS inherit by default? (#314)

On what basis what it make sense?  I can hypothesize, for example, that the reason people who have tried using your shadow DOM implementation have not complained about "inherit by default" behavior might be that they're used to working around it elsewhere by resetting styles.  We need to use the **desired** behavior instead of the **acceptable** behavior as the default.

One point I made during the meeting is that you can emulate inheritance by default behavior by `all: inherit` but you can't quite do `all: initial` to emulate the other behavior since that would also reset UA stylesheets.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/314#issuecomment-143666133

Received on Monday, 28 September 2015 08:07:16 UTC