Bug 218091
Summary: | [css-overflow] Implement overflow logical properties | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
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.