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

No information about the unselectable HTML attribute. #5745

Open
rogeriotaques opened this issue Jan 21, 2021 · 4 comments
Open

No information about the unselectable HTML attribute. #5745

rogeriotaques opened this issue Jan 21, 2021 · 4 comments

Comments

@rogeriotaques
Copy link

It seems that the unselectable attribute cannot be checked on caniuse.com!

@Fyrd
Copy link
Owner

Fyrd commented Jan 21, 2021

This seems to be an attribute only supported on older versions of IE and never standardized. The modern, cross-browser CSS property to accomplish this is via user-select: none

@rogeriotaques
Copy link
Author

Indeed.

Perhaps, this would be out of scope for caniuse.com, but IMHO it would be super useful to be able to find such an explanation when searching for such a not standard (and even deprecated) attribute. 😅

If out of scope, please feel free to close this issue. 🙂

@Fyrd
Copy link
Owner

Fyrd commented Jan 22, 2021

Not out of scope, but not high on the priority list either. Will keep it open in case other folks run into it.

@Maingron
Copy link

Maingron commented Jul 5, 2024

I just randomly found the unselectable attribute in our project and wondered what in the world this absolutely undocumented thing is supposed to do.

Would be great to at least get a dummy-ish entry on caniuse.

I was able to find out that Edge/IE11 mode apparently respect the attribute on text-element. Apparently also older Opera Versions make use of this attribute.

Some documentation I found: help.dottoro.com/lhwdpnva.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants