number | string
…
'), or display a custom string.string | 'each-line' | 'hanging' | Array<T>
'auto' | 'geometricPrecision' | 'optimizeLegibility' | 'optimizeSpeed'
unicodeBidi
property, together with the direction
property, determines how bidirectional text in a document is handled. For example, if a block of content contains both left-to-right and right-to-left text, the user-agent uses a complex Unicode algorithm to decide how to display the text. The unicodeBidi
property overrides this algorithm and allows the developer to control the text embedding.'normal','bidi-override','embed','isolate','isolate-override','plaintext'
overflow-wrap
, word-break
, or hyphens
instead.string
'normal', 'break-all', 'break-word', 'keep-all'
In CSSword-wrap
is also known asoverflow-wrap
'normal' | 'anywhere' | 'break-word'
string