RESOLVED FIXED 55487
Expand ruby text when it is shorter than the ruby base
https://bugs.webkit.org/show_bug.cgi?id=55487
Summary Expand ruby text when it is shorter than the ruby base
Attachments
Expand ruby text with default text-align when it is shorter than the ruby base (392.35 KB, patch)
2011-03-01 11:39 PST, mitz
darin: review+
mitz
Comment 1 2011-03-01 11:39:28 PST
Created attachment 84259 [details] Expand ruby text with default text-align when it is shorter than the ruby base
Darin Adler
Comment 2 2011-03-01 11:41:15 PST
Comment on attachment 84259 [details] Expand ruby text with default text-align when it is shorter than the ruby base View in context: https://bugs.webkit.org/attachment.cgi?id=84259&action=review > Source/WebCore/rendering/RenderRubyText.cpp:59 > + ETextAlign textAlign = style()->textAlign(); > + if (textAlign != TAAUTO) > + return RenderBlock::textAlignmentForLine(endsWithSoftBreak); > + > + return JUSTIFY; Might be nice to have a why comment here.
mitz
Comment 3 2011-03-01 11:49:21 PST
Note You need to log in before you can comment on or make changes to this bug.