Bug 218091
Summary: | [css-overflow] Implement `overflow-block` and `overflow-inline` CSS properties | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dev, ntim, sebastianzartner, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 185977 |
Simon Fraser (smfr)
Implement `overflow-block` and `overflow-inline`: https://drafts.csswg.org/css-overflow/#logical
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/70579028>
Roman Czerkies
The overflow logical properties always miss to support all writing modes UI without fallback.
Sebastian Zartner
The spec. URL has changed to https://drafts.csswg.org/css-overflow-3/#overflow-control.
(And the summary might rather include "[css-overflow]" than "[css-logical]".)
Sebastian
Roman Czerkies
The `overflow-block` and `overflow-inline` media query features was implemented in the STP 169 (https://bugs.webkit.org/show_bug.cgi?id=253662).
Now that miss consistency in the overflow property without the logical properties.
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/40302
EWS
Committed 290109@main (f0ee52bc70e7): <https://commits.webkit.org/290109@main>
Reviewed commits have been landed. Closing PR #40302 and removing active labels.