RESOLVED FIXED 115695
Fix the rows' height computation with vertical-align: baseline and rowspan
https://bugs.webkit.org/show_bug.cgi?id=115695
Summary Fix the rows' height computation with vertical-align: baseline and rowspan
Ryosuke Niwa
Reported 2013-05-06 19:40:45 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/e83fb081ceba8983a767a8a6edaccbad647937c0 Fix the rows' height computation with vertical-align: baseline and rowspan r140907 was careful in avoiding updating the baseline descent for spanning cells. However it still added the non-spanning cells baseline descent to the spanning cells' row height computation. This change avoids the previous issue by not adding the baseline descent in this case.
Attachments
Robert Hogan
Comment 1 2013-05-11 07:09:37 PDT
I merged this already in r149585.
Note You need to log in before you can comment on or make changes to this bug.