Skip to content

[css-lists-3] Update algorithm for initial counter in reversed list#13513

Merged
tabatkins merged 1 commit intow3c:mainfrom
jja08111:css-lists-reversed
Mar 3, 2026
Merged

[css-lists-3] Update algorithm for initial counter in reversed list#13513
tabatkins merged 1 commit intow3c:mainfrom
jja08111:css-lists-reversed

Conversation

@jja08111
Copy link
Contributor

This PR updates the algorithm for instantiating reversed counters to use the last non-zero increment instead of just the first element's increment.

Fix #6797

For context, we are implementing the reversed counters in Chromium.

cc. @danielsakhapov

@svgeesus
Copy link
Contributor

@jja08111 please link your W3C account to your GitHub account, so that the IPR bot knows who you are.

@jja08111 jja08111 marked this pull request as draft February 18, 2026 23:09
@jja08111 jja08111 marked this pull request as ready for review February 18, 2026 23:21
@jja08111
Copy link
Contributor Author

@svgeesus Thank you. I linked the account to my GitHub account. Could you retry the bot, please?

@w3cbot
Copy link

w3cbot commented Feb 19, 2026

jja08111 marked as non substantive for IPR from ash-nazg.

1 similar comment
@w3cbot
Copy link

w3cbot commented Feb 19, 2026

jja08111 marked as non substantive for IPR from ash-nazg.

@w3cbot
Copy link

w3cbot commented Feb 19, 2026

jja08111 marked as substantive for IPR from ash-nazg.

Copy link
Contributor

@danielsakhapov danielsakhapov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, adding @tabatkins to merge as a spec editor.

@tabatkins tabatkins merged commit a709d01 into w3c:main Mar 3, 2026
1 check passed
@jja08111 jja08111 deleted the css-lists-reversed branch March 3, 2026 23:55
beckysiegel pushed a commit to chromium/chromium that referenced this pull request Mar 4, 2026
The algorithm spec for reversed counter has been merged.
w3c/csswg-drafts#13513

This CL has no behavior changes.

Bug: 40682542
Change-Id: Ia72fef54eeb2d9a4e504c37660f49a49f5ddda22
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7631055
Commit-Queue: Minseong Kim <jja08111@gmail.com>
Reviewed-by: Daniil Sakhapov <sakhapov@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1593902}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[css-lists] Algorithm for initial counter value in reversed list should repeat the last increment instead of the 1st one

5 participants