Implement word-break: keep_all

This commit is contained in:
Felipe 2016-09-24 17:41:11 +02:00 committed by Felipe Lacerda
parent ef1b594f48
commit d5669ead29
3 changed files with 86 additions and 11 deletions

View file

@ -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)}