Re: WebKit and <rtc> elements and such

> On Nov 9, 2015, at 11:17 PM, Anne van Kesteren <annevk@annevk.nl> wrote:
> 
> On Mon, Nov 9, 2015 at 11:23 PM, Ryosuke Niwa <rniwa@apple.com> 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

Received on Wednesday, 11 November 2015 01:41:12 UTC