Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Investigate vendor prefixes still needed #3837

Closed
JohannesDoberer opened this issue Jul 26, 2024 · 2 comments · Fixed by #3838
Closed

Investigate vendor prefixes still needed #3837

JohannesDoberer opened this issue Jul 26, 2024 · 2 comments · Fixed by #3838
Assignees
Labels
internal Stuff like NFRs, CI pipeline

Comments

@JohannesDoberer
Copy link
Contributor

Investigate whether vendor prefixes are still needed or which ones we can get rid of.

@JohannesDoberer JohannesDoberer added the internal Stuff like NFRs, CI pipeline label Jul 26, 2024
@walmazacn walmazacn self-assigned this Jul 26, 2024
@walmazacn
Copy link
Contributor

The following CSS properties are included in source CSS files and have some prefixes - some of them don't need it anymore, but other still do (according to "caniuse.com"):

  • 'animation' - no prefixes
  • 'appearance' - no prefixes
  • 'border-radius' - no prefixes
  • 'box-shadow' - no prefixes
  • 'font-smoothing' - moz, webkit
  • 'keyframes' - no prefixes
  • 'overflow-scrolling' - webkit
  • 'scrollbar' - webkit
  • 'text-size-adjust' - webkit
  • 'text-stroke' - webkit
  • 'transform' - no prefixes
  • 'transition' - no prefixes
  • 'user-select' - webkit

@walmazacn
Copy link
Contributor

This task should be handled after another one - #3824

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Stuff like NFRs, CI pipeline
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants