CSS:-moz-user-select
From MDC
Used to indicate whether the text of the element can be selected. This doesn't have any effect on content loaded as chrome, except in textboxes. A similar property 'user-select' has been proposed for CSS3.
- none: The text of the element cannot be selected.
- text: The text can be selected by the user.