Bug 274689 - [css-counter-styles] Handle disclosure-closed as a complex system
Summary: [css-counter-styles] Handle disclosure-closed as a complex system
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-24 15:27 PDT by Vitor Roriz
Modified: 2024-05-24 15:34 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitor Roriz 2024-05-24 15:27:54 PDT
This is a preparation for https://bugs.webkit.org/show_bug.cgi?id=256153.

First we need to handle disclosure-closed as one of the special complex systems, such that we can consider RTL context when calculating its text value.
Later on we should also consider writing-mode but that should come as a separated bug.
Comment 1 Radar WebKit Bug Importer 2024-05-24 15:28:22 PDT
<rdar://problem/128708419>
Comment 2 Vitor Roriz 2024-05-24 15:34:19 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29089