This is where the logical vs. physical flip happens for writing directions
Created attachment 414061 [details] Patch
Comment on attachment 414061 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414061&action=review > Source/WebCore/layout/integration/LayoutIntegrationLineLayout.cpp:126 > + updateReplacedDimensions(inlineBlock) Might be nicer to have a private shared function (updateReplacedOrInlineBlockDimensions or similar)
(In reply to Antti Koivisto from comment #2) > Comment on attachment 414061 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=414061&action=review > > > Source/WebCore/layout/integration/LayoutIntegrationLineLayout.cpp:126 > > + updateReplacedDimensions(inlineBlock) > > Might be nicer to have a private shared function > (updateReplacedOrInlineBlockDimensions or similar) good point!
Created attachment 414065 [details] Patch
Committed r269818: <https://trac.webkit.org/changeset/269818> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414065 [details].
<rdar://problem/71402371>