[Webkit-unassigned] [Bug 218093] [css-logical] Implement logical border-radius

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 09:58:07 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=218093

--- Comment #26 from Oriol Brufau <obrufau at igalia.com> ---
Comment on attachment 416432
  --> https://bugs.webkit.org/attachment.cgi?id=416432
Patch

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

> Source/WebCore/platform/text/WritingMode.h:181
> +inline BoxCorner mapLogicalCornerToPhysicalCorner(TextFlow textflow, WritingMode writingMode, LogicalBoxCorner logicalBoxCorner)

Webkit has the non-standard '-webkit-writing-mode: horizontal-bt'. The mapping doesn't seem correct for that value.
For example, with horizontal-bt ltr, the block-start side is the bottom, and the inline-start side is the left.
But the start-start corner resolves to top-right instead of bottom-left.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201217/dd510f6c/attachment.htm>


More information about the webkit-unassigned mailing list