CSS Text Module Level 3 CR Test Suite

White Space and Wrapping: the ‘white-space’ property (5 tests)

Test Refs Flags Info
+ 3 White Space and Wrapping: the ‘white-space’ property
overflow-wrap-002 = overflow-wrap - break-word and white-space - nowrap
  • Test checks that the 'overflow-wrap' property has effect if and only if the 'white-space' allows wrapping
word-wrap-002 = word-wrap - break-word and white-space - nowrap
  • Test checks that the 'word-wrap' property has effect if and only if the 'white-space' allows wrapping
white-space-collapsing-discard-001 = white-space-collapsing - discard - basic cases
  • The UA should discard all white space in the element when white-space-collapsing is set to discard.
white-space-collapsing-preserve-breaks-001 = white-space-collapsing - preserve-breaks - basic cases
  • The UA should collapse sequences of white space into a single character when white-space-collapsing is set to preserve.
white-space-collapsing-trim-inner-001 = white-space-collapsing - trim-inner - basic cases
  • The UA should discard all white space at the beginning of a block and all white space at the end of a block when white-space-collapsing is set to trim-inner.