[Webkit-unassigned] [Bug 104763] Line breaks should not occur inside rt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 21:11:11 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104763





--- Comment #3 from Yuki Sekiguchi <yuki.sekiguchi at access-company.com>  2012-12-12 21:13:33 PST ---
(In reply to comment #1)
> Can you explain this to me? The way I read that specification suggests that the ruby text should break, but it didn't explain that it should break from the before box to the after box. Is that what you are suggesting it should do? e.g.
> 
> ruby
> *ruby*
> *base*
> text
> 
> Where the *text* means it is the ruby base. Sorry for the ugly text diagram.

Hmm, CSS Ruby don't say anything about line breaking of simple ruby.
"Ruby box and line breaking" only specify line breaking of complex ruby.

I checked CSS 3 Text and it says:

> For line breaking in/around ruby, the base text is considered part of the same inline formatting context as its surrouding content, but the ruby text is not: i.e. line breaking opportunities between the ruby element and its surrounding content are determined as if the ruby base were inline and the ruby text were not there.
> http://www.w3.org/TR/2012/WD-css3-text-20121113/#line-break-details

In my understanding, ruby base inside simple ruby can break, but ruby text cannot break.

I feel this layout is very odd.
Therefore, I ask Ishii-san, who is editor of CSS3 Text and CCed this bug, how to layout.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list