[css-lists-3] Update algorithm for initial counter in reversed list#13513
Merged
[css-lists-3] Update algorithm for initial counter in reversed list#13513
Conversation
Contributor
|
@jja08111 please link your W3C account to your GitHub account, so that the IPR bot knows who you are. |
c4cc5ac to
9c0021a
Compare
Contributor
Author
|
@svgeesus Thank you. I linked the account to my GitHub account. Could you retry the bot, please? |
|
jja08111 marked as non substantive for IPR from ash-nazg. |
1 similar comment
|
jja08111 marked as non substantive for IPR from ash-nazg. |
|
jja08111 marked as substantive for IPR from ash-nazg. |
Contributor
danielsakhapov
left a comment
There was a problem hiding this comment.
LGTM, adding @tabatkins to merge as a spec editor.
9c0021a to
03e8407
Compare
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}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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