- From: Oriol via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 Jul 2017 18:11:14 +0000
- To: public-css-archive@w3.org
@bzbarsky If the `<div>`s were `display:inline`, then their first fragments would inherit from `section::first-line` for sure. But with `display:contents` and option 1, you can't know if the pseudo-element will be placed outside or inside the `<div>`s until you check whether all child boxes are inline-level or there is some block-level. That's how I see it, but I'm not an implementator, so I might be wrong or it might not be a big problem. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1310#issuecomment-314851894 using your GitHub account
Received on Wednesday, 12 July 2017 18:11:20 UTC