-
Notifications
You must be signed in to change notification settings - Fork 683
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
[scroll-animations-1] Are timeline names tree-scoped? #8135
Comments
Last time we discussed it, we decided that timeline names would be scoped across the flattened tree: see minutes Lmk if you think we should reconsider for some reason |
It is not clear whether or not timelines should be tree-scoped, but the current intent is apparently that they should not [1]. We need to adjust our implementation accordingly, but to avoid potential churn in case of a counter-resolution, we hide the tree-scoping code behind a flag instead of removing it. The WPTs which previously tested the tree-scoping behavior are for now demoted to unit [1] w3c/csswg-drafts#8135 Bug: 1382876 Change-Id: Ie3bcd5cf02da8d5bb03b838e295d4a5f5ef70c05
It is not clear whether or not timelines should be tree-scoped, but the current intent is apparently that they should not [1]. We need to adjust our implementation accordingly, but to avoid potential churn in case of a counter-resolution, we hide the tree-scoping code behind a flag instead of removing it. The WPTs which previously tested the tree-scoping behavior are for now demoted to unit [1] w3c/csswg-drafts#8135 Bug: 1382876 Change-Id: Ie3bcd5cf02da8d5bb03b838e295d4a5f5ef70c05
It is not clear whether or not timelines should be tree-scoped, but the current intent is apparently that they should not [1]. We need to adjust our implementation accordingly, but to avoid potential churn in case of a counter-resolution, we hide the tree-scoping code behind a flag instead of removing it. The WPTs which previously tested the tree-scoping behavior are for now demoted to unit [1] w3c/csswg-drafts#8135 Bug: 1382876 Change-Id: Ie3bcd5cf02da8d5bb03b838e295d4a5f5ef70c05
It is not clear whether or not timelines should be tree-scoped, but the current intent is apparently that they should not [1]. We need to adjust our implementation accordingly, but to avoid potential churn in case of a counter-resolution, we hide the tree-scoping code behind a flag instead of removing it. The WPTs which previously tested the tree-scoping behavior are for now demoted to unit [1] w3c/csswg-drafts#8135 Bug: 1382876 Change-Id: Ie3bcd5cf02da8d5bb03b838e295d4a5f5ef70c05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4161609 Commit-Queue: Anders Hartvoll Ruud <[email protected]> Reviewed-by: Rune Lillesveen <[email protected]> Cr-Commit-Position: refs/heads/main@{#1093779}
It is not clear whether or not timelines should be tree-scoped, but the current intent is apparently that they should not [1]. We need to adjust our implementation accordingly, but to avoid potential churn in case of a counter-resolution, we hide the tree-scoping code behind a flag instead of removing it. The WPTs which previously tested the tree-scoping behavior are for now demoted to unit [1] w3c/csswg-drafts#8135 Bug: 1382876 Change-Id: Ie3bcd5cf02da8d5bb03b838e295d4a5f5ef70c05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4161609 Commit-Queue: Anders Hartvoll Ruud <[email protected]> Reviewed-by: Rune Lillesveen <[email protected]> Cr-Commit-Position: refs/heads/main@{#1093779}
It is not clear whether or not timelines should be tree-scoped, but the current intent is apparently that they should not [1]. We need to adjust our implementation accordingly, but to avoid potential churn in case of a counter-resolution, we hide the tree-scoping code behind a flag instead of removing it. The WPTs which previously tested the tree-scoping behavior are for now demoted to unit [1] w3c/csswg-drafts#8135 Bug: 1382876 Change-Id: Ie3bcd5cf02da8d5bb03b838e295d4a5f5ef70c05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4161609 Commit-Queue: Anders Hartvoll Ruud <[email protected]> Reviewed-by: Rune Lillesveen <[email protected]> Cr-Commit-Position: refs/heads/main@{#1093779}
…scoped timeline behind a flag, a=testonly Automatic update from web-platform-tests [scroll-timeline] Hide support for tree-scoped timeline behind a flag It is not clear whether or not timelines should be tree-scoped, but the current intent is apparently that they should not [1]. We need to adjust our implementation accordingly, but to avoid potential churn in case of a counter-resolution, we hide the tree-scoping code behind a flag instead of removing it. The WPTs which previously tested the tree-scoping behavior are for now demoted to unit [1] w3c/csswg-drafts#8135 Bug: 1382876 Change-Id: Ie3bcd5cf02da8d5bb03b838e295d4a5f5ef70c05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4161609 Commit-Queue: Anders Hartvoll Ruud <[email protected]> Reviewed-by: Rune Lillesveen <[email protected]> Cr-Commit-Position: refs/heads/main@{#1093779} -- wpt-commits: 53f463f88eaa0f5e33c939da906abe2b1f945a99 wpt-pr: 37982
Discussion continued in #8192? |
…scoped timeline behind a flag, a=testonly Automatic update from web-platform-tests [scroll-timeline] Hide support for tree-scoped timeline behind a flag It is not clear whether or not timelines should be tree-scoped, but the current intent is apparently that they should not [1]. We need to adjust our implementation accordingly, but to avoid potential churn in case of a counter-resolution, we hide the tree-scoping code behind a flag instead of removing it. The WPTs which previously tested the tree-scoping behavior are for now demoted to unit [1] w3c/csswg-drafts#8135 Bug: 1382876 Change-Id: Ie3bcd5cf02da8d5bb03b838e295d4a5f5ef70c05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4161609 Commit-Queue: Anders Hartvoll Ruud <[email protected]> Reviewed-by: Rune Lillesveen <[email protected]> Cr-Commit-Position: refs/heads/main@{#1093779} -- wpt-commits: 53f463f88eaa0f5e33c939da906abe2b1f945a99 wpt-pr: 37982
I'm not sure what to do about this issue, it seems like it was resolved in #7047 (as mentioned by @fantasai above #8135 (comment) ) and there is a separate issue as mentioned by @bramus #8135 (comment) . Do we close this and leave it to those other issues? |
This is not the same issue as #8192. That affects anonymous timeline lookups as well ( |
I initially thought "yes", but then https://drafts.csswg.org/css-scoping/#shadow-names seemed to only apply to "global names" (i.e. names created by at-rules), which is not quite the case for scroll timeline names.
There's a discussion in #7916 in relation to anchor/CQ names, which seems to expect that names (also non-"global" names) are tree-scoped by default?
Either way, it would be good to state it explicitly.
The text was updated successfully, but these errors were encountered: