Bug 285222
Summary: | Teach Inline Layout (IFC) to output coordinates for writing-mode: sideways-lr [non-bidi codepath] | ||
---|---|---|---|
Product: | WebKit | Reporter: | fantasai <fantasai.bugs> |
Component: | Layout and Rendering | Assignee: | fantasai <fantasai.bugs> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 285275 | ||
Bug Blocks: | 166941 |
fantasai
Our inline layout code has two output codepaths: processNonBidiContent and processBidiContent. Neither of them supports `writing-mode: sideways-lr`, so although we calculate layout correctly in logical terms, we aren't placing the boxes correctly on the screen.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/142128843>
fantasai
https://github.com/WebKit/WebKit/pull/38449
EWS
Committed 288381@main (9963f7fab8f9): <https://commits.webkit.org/288381@main>
Reviewed commits have been landed. Closing PR #38449 and removing active labels.