Skip to content
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 outdated fallbacks #338

Closed
oliviertassinari opened this issue Nov 22, 2024 · 2 comments
Closed

Remove outdated fallbacks #338

oliviertassinari opened this issue Nov 22, 2024 · 2 comments

Comments

@oliviertassinari
Copy link

oliviertassinari commented Nov 22, 2024

It seems that there are a couple of fallback that we can now remove:

expect(prefix(`scroll-margin:0;`, 13)).to.equal([`scroll-snap-margin:0;`, `scroll-margin:0;`].join(''))

doesn't seem to make a lot of sense. It seems that scroll-snap-margin was an experimentally CSS property used before 2017: w3c/csswg-drafts#1954. That feature is barely used https://chromestatus.com/metrics/css/popularity.

  • others?

Related to #334

@oliviertassinari
Copy link
Author

cc @brijeshb42 adding this in your radar. It fits well under the "improving the style engine of MUI" north start objective of your team (so far 1 person but hopefully we can grow this).

@Andarist
Copy link
Collaborator

See the resolution here

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

No branches or pull requests

2 participants