Bug 218091 - [css-overflow] Implement overflow logical properties
Summary: [css-overflow] Implement overflow logical properties
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 185977
  Show dependency treegraph
 
Reported: 2020-10-22 10:28 PDT by Simon Fraser (smfr)
Modified: 2023-10-03 21:08 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-10-22 10:28:05 PDT
Implement `overflow-block` and `overflow-inline`: https://drafts.csswg.org/css-overflow/#logical
Comment 1 Radar WebKit Bug Importer 2020-10-22 10:28:22 PDT
<rdar://problem/70579028>
Comment 2 Roman Czerkies 2022-08-13 09:13:55 PDT
The overflow logical properties always miss to support all writing modes UI without fallback.
Comment 3 Sebastian Zartner 2023-05-02 12:21:10 PDT
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
Comment 4 Roman Czerkies 2023-05-05 12:59:14 PDT
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.