CSS user-select Property Reference

The CSS user-select property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

CSS user-select Property Reference

The CSS user-select property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

user-select overview

The CSS user-select property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

user-select formal syntax
FieldValue
Formal syntaxauto | text | none | all
Initial valueauto
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Basic User Interface
StatusStandard

Practical examples

These declarations demonstrate valid ways to set user-select. The initial and inherit global keywords remain available even when a property-specific value is preferable.

user-select live example
CSS .reset-example { user-select: initial; } .inherit-example { user-select: inherit; } @supports (user-select: initial) { .supported { user-select: initial; } }

Description

The CSS user-select property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: user-select
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies