RESOLVED FIXED 142559
Inline block children do not have correct baselines if their children are also block elements
https://bugs.webkit.org/show_bug.cgi?id=142559
Summary Inline block children do not have correct baselines if their children are als...
Myles C. Maxfield
Reported 2015-03-10 19:27:55 PDT
Inline block children do not have correct baselines if their children are also block elements
Attachments
Patch (5.83 KB, patch)
2015-03-10 19:29 PDT, Myles C. Maxfield
darin: review+
Myles C. Maxfield
Comment 1 2015-03-10 19:29:08 PDT
Darin Adler
Comment 2 2015-03-10 22:53:39 PDT
Comment on attachment 248387 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=248387&action=review > Source/WebCore/rendering/RenderBlockFlow.cpp:3023 > + const FontMetrics& fontMetrics = firstLineStyle().fontMetrics(); Maybe auto& here? > Source/WebCore/rendering/RenderBlockFlow.cpp:3033 > + const RenderStyle& style = isFirstLine ? firstLineStyle() : this->style(); Maybe auto& here?
Myles C. Maxfield
Comment 3 2015-03-11 07:40:34 PDT
Comment on attachment 248387 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=248387&action=review >> Source/WebCore/rendering/RenderBlockFlow.cpp:3023 >> + const FontMetrics& fontMetrics = firstLineStyle().fontMetrics(); > > Maybe auto& here? Done. >> Source/WebCore/rendering/RenderBlockFlow.cpp:3033 >> + const RenderStyle& style = isFirstLine ? firstLineStyle() : this->style(); > > Maybe auto& here? Done.
Myles C. Maxfield
Comment 4 2015-03-11 07:41:30 PDT
Note You need to log in before you can comment on or make changes to this bug.