- From: L. David Baron via GitHub <sysbot+gh@w3.org>
- Date: Tue, 02 May 2017 00:39:17 +0000
- To: public-css-archive@w3.org
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