Re: [csswg-drafts] [css-cascade][css-pseudo] How does 'inherit' keyword behave in a child of ::first-line?

I haven't read the entire (long!) thread, but I'd note one special Gecko (Firefox) behavior:  for ::first-line (specifically -- not other pseudos), properties that *don't* inherit by default ('Inherited: no') have different inheritance behavior:  explicit `inherit` values on such properties don't inherit from a ::first-line pseudo-element.  This is different from the behavior of inherited properties.  This behavior comes from [bug 395623](https://bugzilla.mozilla.org/show_bug.cgi?id=395623) and [bug 460664](https://bugzilla.mozilla.org/show_bug.cgi?id=460664), and is apparently based on an old proposal from Ian Hickson.

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

Received on Tuesday, 2 May 2017 00:39:23 UTC