Add suggestion for `line-break: anywhere`
This commit is contained in:
Родитель
7f8ead10d2
Коммит
d6a1c46b02
|
@ -3802,6 +3802,9 @@
|
|||
<value name="strict" version="3.0" browsers="all">
|
||||
<desc>Breaks CJK scripts using a more restrictive set of line-breaking rules than 'normal'.</desc>
|
||||
</value>
|
||||
<value name="anywhere" version="3.0" browsers="all">
|
||||
<desc>There is a soft wrap opportunity around every typographic character unit, including around any punctuation character or preserved white spaces, or in the middle of words, disregarding any prohibition against line breaks, even those introduced by characters with the GL, WJ, or ZWJ line breaking classes or mandated by the word-break property.</desc>
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="line-grid" restriction="enum" version="3.0" browsers="none" ref="http://www.w3.org/TR/css-line-grid-1/#propdef-line-grid" syntax="div { $(name): create; }">
|
||||
|
|
|
@ -6026,6 +6026,10 @@
|
|||
{
|
||||
"name": "strict",
|
||||
"description": "Breaks CJK scripts using a more restrictive set of line-breaking rules than 'normal'."
|
||||
},
|
||||
{
|
||||
"name": "anywhere",
|
||||
"description": "There is a soft wrap opportunity around every typographic character unit, including around any punctuation character or preserved white spaces, or in the middle of words, disregarding any prohibition against line breaks, even those introduced by characters with the GL, WJ, or ZWJ line breaking classes or mandated by the word-break property."
|
||||
}
|
||||
],
|
||||
"syntax": "auto | loose | normal | strict | anywhere",
|
||||
|
|
Загрузка…
Ссылка в новой задаче