Try selecting the text below to see the effect:
| Value | Description | Use Case |
|---|---|---|
| auto | Browser decides selection behavior (usually selectable) | Normal text content |
| text | User can select text in this element | Editable text areas |
| none | Prevents text selection in element | Buttons, nav, UI elements |
| all | Click selects all text automatically | Code blocks, shareable text |