[webkit-reviews] review granted: [Bug 226063] [LFC][TFC][Quirks] Use box-sizing: border-box when computing cell height : [Attachment 429257] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 20 20:00:52 PDT 2021


Simon Fraser (smfr) <simon.fraser at apple.com> has granted zalan
<zalan at apple.com>'s request for review:
Bug 226063: [LFC][TFC][Quirks] Use box-sizing: border-box when computing cell
height
https://bugs.webkit.org/show_bug.cgi?id=226063

Attachment 429257: Patch

https://bugs.webkit.org/attachment.cgi?id=429257&action=review




--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 429257
  --> https://bugs.webkit.org/attachment.cgi?id=429257
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=429257&action=review

> Source/WebCore/layout/formattingContexts/table/TableFormattingContext.cpp:307
> +	   auto heightIsBorderBox = layoutState().inQuirksMode() ||
cellBox.style().boxSizing() == BoxSizing::BorderBox;

heightUsesBorderBox?


More information about the webkit-reviews mailing list