style: Make word-break: break-word behave like word-break: normal; overflow-wrap: anywhere.

Differential Revision: https://phabricator.services.mozilla.com/D21398
This commit is contained in:
Emilio Cobos Álvarez 2019-03-01 02:33:07 +00:00
parent 7d01114cbf
commit 9e0d38a64f
8 changed files with 36 additions and 7 deletions

View file

@ -1328,6 +1328,7 @@ impl Clone for ${style_struct.gecko_struct_name} {
"TransformOrigin": impl_simple,
"UserSelect": impl_simple,
"url::UrlOrNone": impl_css_url,
"WordBreak": impl_simple,
"ZIndex": impl_simple,
}