Esta tradução está incompleta. Ajude atraduzir este artigo.
This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
Resumo
A propriedade CSS line-break
é usada para especificar como (ou se) quebrar linhas.
Initial value | auto |
---|---|
Aplica-se a | all elements |
Inherited | não |
Midia | visual |
Computed value | as specified |
Animatable | não |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
Syntaxe
/* Keyword values */ line-break: auto; line-break: loose; line-break: normal; line-break: strict; /* Global values */ line-break: inherit; line-break: initial; line-break: unset;
Valores
auto
- break text using the default line break rule.
loose
- break text using the line break rule that the line is shorter like a newspaper.
normal
- break text using the common line break rule.
strict
- break text using the stringent line break rule.
Formal syntax
auto | loose | normal | strict
Specifications
Specification | Status | Comment |
---|---|---|
CSS Text Level 3 The definition of 'line-break' in that specification. |
Working Draft | Initial definition |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 1.0 | Não suportado[1] | 5.5[2] | (Yes) | (Yes) |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Yes) | 18.0 | Não suportado[1] | ? | ? | (Yes) |
[1] Gecko does not implement this feature yet. See bug 1011369.
[2] Internet Explorer 8 introduced -ms-line-break
as a synonym for line-break
. Don't use the -ms-
prefix.
Etiquetas do documento e colaboradores
Colaboradores desta página:
alexandresn
Última atualização por:
alexandresn,