Skip to content

[css-values-5] Don't use flat tree for tree-counting #9562 #12144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 2, 2025

Conversation

lilles
Copy link
Member

@lilles lilles commented May 2, 2025

Per resolution[1], tree counting functions should not use the flat tree for indexing. Instead use the term 'inclusive siblings' from the DOM spec, which is the same term that :nth-*() selectors use.

[1] #9562 (comment)

Per resolution[1], tree counting functions should not use the flat tree
for indexing. Instead use the term 'inclusive siblings' from the DOM
spec, which is the same term that :nth-*() selectors use.

[1] w3c#9562 (comment)
@lilles lilles requested a review from tabatkins May 2, 2025 07:25
aarongable pushed a commit to chromium/chromium that referenced this pull request May 2, 2025
Per resolution and PR[1]

This is basically a revert of [2] and [3].

[1] w3c/csswg-drafts#12144
[2] https://crrev.com/09ec78e0186d6d28678452d305af13ce4cf092dd
[3] https://crrev.com/335f039762e05639ba4f0efc00022b36a631e259

Bug: 413015181
Change-Id: I50b38a60745f85eae0346556863def756bd8f427
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6508508
Commit-Queue: Rune Lillesveen <[email protected]>
Reviewed-by: Steinar H Gunderson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1454908}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request May 2, 2025
Per resolution and PR[1]

This is basically a revert of [2] and [3].

[1] w3c/csswg-drafts#12144
[2] https://crrev.com/09ec78e0186d6d28678452d305af13ce4cf092dd
[3] https://crrev.com/335f039762e05639ba4f0efc00022b36a631e259

Bug: 413015181
Change-Id: I50b38a60745f85eae0346556863def756bd8f427
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6508508
Commit-Queue: Rune Lillesveen <[email protected]>
Reviewed-by: Steinar H Gunderson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1454908}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request May 2, 2025
Per resolution and PR[1]

This is basically a revert of [2] and [3].

[1] w3c/csswg-drafts#12144
[2] https://crrev.com/09ec78e0186d6d28678452d305af13ce4cf092dd
[3] https://crrev.com/335f039762e05639ba4f0efc00022b36a631e259

Bug: 413015181
Change-Id: I50b38a60745f85eae0346556863def756bd8f427
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6508508
Commit-Queue: Rune Lillesveen <[email protected]>
Reviewed-by: Steinar H Gunderson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1454908}
@tabatkins tabatkins merged commit 8d80f3c into w3c:main May 2, 2025
1 check passed
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.

2 participants