- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 19 Mar 2018 23:19:50 +0000
- To: public-css-archive@w3.org
@fantasay More than flexbox I guess I should separate the `block ruby` element into a parent with `display: block` and a child with `display: ruby`. But I don't like adding elements just for styling purposes. This could be an use-case for [`::contents`](https://github.com/w3c/csswg-drafts/issues/2406), though. ```css .block-ruby { display: block } .block-ruby::contents { display: ruby } ``` -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1700#issuecomment-374418724 using your GitHub account
Received on Monday, 19 March 2018 23:19:54 UTC