mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Implement word-break: keep_all
This commit is contained in:
parent
ef1b594f48
commit
d5669ead29
3 changed files with 86 additions and 11 deletions
|
@ -385,8 +385,7 @@ ${helpers.single_keyword("overflow-wrap",
|
|||
|
||||
// TODO(pcwalton): Support `word-break: keep-all` once we have better CJK support.
|
||||
${helpers.single_keyword("word-break",
|
||||
"normal break-all",
|
||||
extra_gecko_values="keep-all",
|
||||
"normal break-all keep-all",
|
||||
gecko_constant_prefix="NS_STYLE_WORDBREAK",
|
||||
animatable=False)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue