-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Remove https://caniuse.com/css-scroll-timeline #6906
Comments
The spec has changed and this at-rule no longer exists. Fixes Fyrd#6906.
Any reason why this is blocked? I’m asking because people are getting confused about this – e.g. https://x.com/meelix_protogen/status/1787711699933401483 If deletion is not an option, maybe there is a way to deprioritize this result? After all, it’s a feature from an unofficial spec that never made it beyond the point of experimental implementation. |
I agree. This needs to be updated. |
@Fyrd Friendly ping on removing this as people are very confused about the state of Scroll-Driven Animations when looking up Most recently the folks from Syntax FM (Wes Bos and Scott Tolinski) couldn’t figure out why CanIUse was showing this outdated data – https://youtu.be/JhTMIBLCaNw?si=SLW_izU1mBPTTfkG&t=949 I believe this What can I do to help to get this through? Do you need more info on this? |
Sorry, I think I was originally wanting to update the feature as mentioned in #6956 as I generally prefer not to remove features (since people will often learn about deprecated features anyway and want to learn more about them). That said for now I agree it's best to avoid the confusion by removing it entirely which has been done, will follow up by adding a search result on the site for the deprecated spec. Thanks for reminding me about this! |
Thank you @Fyrd! |
The feature described at https://caniuse.com/css-scroll-timeline dates back to an old specification that was retracted and has since been replaced by https://drafts.csswg.org/scroll-animations-1/
The features covered by https://drafts.csswg.org/scroll-animations-1/ as included in MDN’s browser-compat-data, exposed on these URLs:
I’m not sure how deprecation works for this repo. Can
/features-json/css-scroll-timeline.json
simply be removed or is their some other process that needs to be followed?The text was updated successfully, but these errors were encountered: