user-select none

Submit your test result so it can be shown on the home page

You can't copy me (in WebKit browsers or Firefox).

But you can accidently copy me (in WebKit browsers, but not Firefox) by selecting the periods around me.

user-select is really useful. Not so much to protect text from being copied, but to provide a better user experience in little cases. Like let's say you have a row of little icons next to text. Nobody wants to select those icons, they want the text, so you could use user-select to make them unselectable.

But sad story, user-select isn't very reliable. It's not in the spec yet, which means there is no standard for browsers to follow. And as ever, the implimentations vary, as shown above. Just a small example of why specs are a good thing. They prevent situations like this.

这个标签是出于版权等原因考虑,禁掉用户的复制粘贴功能

观察上面内容,如果不能复制粘贴,说明你的浏览器支持CSS user-select none标签~

Yes Partially No