Bug 224811 - Implement CSS Lists counter-reset: reversed(list-item) and <ol>/<ol reversed> default style per spec
Summary: Implement CSS Lists counter-reset: reversed(list-item) and <ol>/<ol reversed>...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-20 06:27 PDT by Simon Pieters (:zcorpan)
Modified: 2021-11-14 11:23 PST (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 Pieters (:zcorpan) 2021-04-20 06:27:20 PDT
The CSS Lists spec, with the reversed() proposal, is able to "explain" rendering of <ol> and <ol reversed> counters through presentational hints. See these spec changes:

https://github.com/whatwg/html/pull/4816
https://github.com/w3c/csswg-drafts/pull/6096

and wpt tests:

https://github.com/web-platform-tests/wpt/pull/28040
https://github.com/web-platform-tests/wpt/pull/28453
Comment 1 Radar WebKit Bug Importer 2021-04-27 06:28:13 PDT
<rdar://problem/77206733>