Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
The -ms-hyphenate-limit-zone
CSS property is a Microsoft extension specifying the width of the hyphenation zone.
Initial value | 0 |
---|---|
Applies to | block container elements |
Inherited | yes |
Percentages | calculated with respect to the width of the line box |
Media | visual |
Computed value | as specified |
Animation type | discrete |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
<percentage>
An integer followed by a percent sign (%), which specifies the width of the hyphenation zone, calculated with respect to the line box.
Negative values are not allowed.
<length>
A floating-point number, followed by a relative units designator, that indicates the width of the hyphenation zone. For more information about supported length units, see CSS basic data types.
Negative values are not allowed.
<percentage> | <length>
Not part of any specification.
The -ms-hyphenate-limit-zone
property enables you to control the amount of trailing whitespace permitted during hyphenation. The hyphenation zone is always at the logical right side of the padding box.
A word is considered for hyphenation only if it begins at or outside of the logical left limit of the hyphenation zone.
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-hyphenate-limit-zone