I am using CSS 3.0 and it is complaining that the “user-select” property doesn’t exist. Does anyone know what the appropriate substitute or replacement is?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
user-selectis back in the specification for CSS Basic User Interface Module Level 4. It is supported by most modern browsers (according to MDN), either prefixed or unprefixed.user-selectwas defined as part of User Interface for CSS3, which was later superseded by CSS3 Basic User Interface Module. However, the latter document does not include specification ofuser-select. After searching recently, I was unable to find any discussion on why it might have been removed from the spec.See also: my answer on disabling text selection is not working in IE using jquery.