Riassunto
La proprietà CSS word-break
è usata per specificare come (e se) andare a capo in mezzo alle parole.
Initial value | normal |
---|---|
Applies to | all elements |
Inherited | yes |
Media | visual |
Computed value | as specified |
Animatable | no |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
Sintassi
Sintassi Formale: normal | break-all | keep-all
word-break: normal word-break: break-all word-break: keep-all word-break: inherit
Valore
normal
- Usa le regole di a-capo predefinite.
break-all
- Gli a-capo possono essere inseriti tra due caratteri qualsiasi nel testo non-CJK (Cinese/Giapponese/Coreano).
keep-all
- Non permettere a-capo in mezzo ad una parola nei testi CJK. Il comportamento nei testi non-CJK è lo stesso di
normal
.
Esempi
FIXME:
Specifiche
Specifica | Stato | Commenti |
---|---|---|
CSS Text Level 3 The definition of 'word-break' in that specification. |
Working Draft |
Compatibilità con i browser
Funzionalità | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Supporto di base | 1.0 | 15.0 (15.0) | 5.5 [1] | Not supported | (Yes) |
keep-all |
Not supported [2] | 15.0 (15.0) | 5.5 | Not supported | Not supported [2] |
Funzionalità | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Supporto di base | (Yes) | 18.0 | 15.0 (15.0) | ? | Not supported | ? |
keep-all |
Not supported [2] | Not supported [2] | 15.0 (15.0) | ? | Not supported | Not supported [2] |
[1] IE8 ha introdotto -ms-word-break
come sinonimo di word-break
. Si sconsiglia di usare il prefisso -ms-
.
[2] Vedi WebKit bug 123782.
Tag del documento e collaboratori
Ultima modifica di:
teoli,