mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Stop mapping overflow-wrap to mWordWrap.
This was fixed in gecko: https://bugzilla.mozilla.org/show_bug.cgi?id=955857
This commit is contained in:
parent
3204bfdcfd
commit
decf8c40f7
1 changed files with 1 additions and 2 deletions
|
@ -309,8 +309,7 @@ ${helpers.predefined_type("text-indent",
|
|||
// name per CSS-TEXT 6.2.
|
||||
${helpers.single_keyword("overflow-wrap",
|
||||
"normal break-word",
|
||||
gecko_ffi_name="mWordWrap",
|
||||
gecko_constant_prefix="NS_STYLE_WORDWRAP")}
|
||||
gecko_constant_prefix="NS_STYLE_OVERFLOWWRAP")}
|
||||
|
||||
// TODO(pcwalton): Support `word-break: keep-all` once we have better CJK support.
|
||||
${helpers.single_keyword("word-break",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue