Re: [csswg-drafts] [css-display] Inlinified 'block ruby' should generate an inline-block wrapper

@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