> On Nov 9, 2015, at 11:17 PM, Anne van Kesteren <[email protected]> wrote:
>
> On Mon, Nov 9, 2015 at 11:23 PM, Ryosuke Niwa <[email protected]> wrote:
>> Is there any default style required for these two elements?
>
> Not in the HTML Standard.
Oh, I guess we should at least add:
```css
rb { white-space: nowrap; }
```
according to http://www.w3.org/TR/html5/rendering.html#phrasing-content-0
But really, the problem is that we're doing a lot of custom layout for ruby
since we implemented ruby before display: ruby-* was defined.
- R. Niwa