CSS Basic User Interface Module Level 4 CR Test Suite

User Interaction (4 tests)

Test Refs Flags Info
+ 6 User Interaction
+ 6.1 Controlling content selection
cursor-auto-007 Interact cursor:auto on unselectable text
  • The 'auto' cursor value does the same as 'default' over unselectable text.
user-select-computed Script CSS UI Level 4: getComputedStyle().userSelect
  • user-select computed value is as specified.
user-select-invalid Script CSS UI Level 4: parsing user-select with invalid values
  • user-select supports only the grammar 'auto | text | none | contain | all'.
user-select-valid Script CSS UI Level 4: parsing user-select with valid values
  • user-select supports the full grammar 'auto | text | none | contain | all'.