3 White Space and Wrapping: the ‘white-space’ property

Chapter 3 - White Space and Wrapping: the ‘white-space’ property - 3 White Space and Wrapping: the ‘white-space’ property

Go to the relevant page of the specification.

overflow-wrap-002 (ahem)
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 (ahem)
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.