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

user-select should be prefixed in Safari #250

Open
keeth opened this issue May 24, 2023 · 0 comments
Open

user-select should be prefixed in Safari #250

keeth opened this issue May 24, 2023 · 0 comments

Comments

@keeth
Copy link

keeth commented May 24, 2023

Safari does not support unprefixed user-select.

Easily verifiable in Safari:

> 'user-select' in document.body.style
< false
> '-webkit-user-select' in document.body.style
< true
> cssVendor.supportedProperty('user-select')
< "user-select"
@keeth keeth changed the title user-select should be prefixed in Safari / webkit user-select should be prefixed in Safari May 24, 2023
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

1 participant