Bug 282719
| Summary: | Switch logical box properties to WritingMode instead of RenderStyle | ||
|---|---|---|---|
| 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 Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
fantasai
RenderStyle and RenderBoxModelObject have a number of methods that map margin/border/padding from logical to physical. We should use a WritingMode object as the argument for these instead of RenderStyle, which is more efficient and also will allow easier use of these properties throughout the codebase.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/139386989>
fantasai
Pull request: https://github.com/WebKit/WebKit/pull/36290
EWS
Committed 286604@main (ee545145e8f9): <https://commits.webkit.org/286604@main>
Reviewed commits have been landed. Closing PR #36290 and removing active labels.