Closed
Bug 1135419
Opened 11 years ago
Closed 11 years ago
ruby base boxes defined continuously (i.e., without annotations between them) don't cause line breaking between ruby base boxes
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: masayuki, Unassigned)
References
(Blocks 1 open bug, )
Details
See this testcase: http://jsfiddle.net/d_toybox/ozLy0t9v/1/
If ruby base boxes are defined continuously without annotations, the ruby base boxes don't cause line breaking between them.
Comment 1•11 years ago
|
||
AFAICS, the behavior for your testcase is expected. The spec requires:
"Whether ruby can break between two adjacent ruby bases is controlled by normal line-breaking rules for the base text, exactly as if the ruby bases were adjacent inline boxes." [1]
And according to the normal line-breaking rules, there is no wrap opportunity between latin characters. So there shouldn't be any break between the ruby base boxes in your example.
[1] http://dev.w3.org/csswg/css-ruby-1/#break-between
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•11 years ago
|
||
http://jsfiddle.net/d_toybox/ozLy0t9v/2/
Indeed. thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•