-ms-hyphenate-limit-lines

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-lines CSS property is a Microsoft extension specifying the maximum number of consecutive lines in an element that may be ended with a hyphenated word.

Initial valueno-limit
Applies toblock container elements
Inheritedyes
Computed valueas specified
Animation typediscrete

Syntax

Values

no-limit

Indicates that hyphenation is not limited based on the number of consecutive hyphenated lines. In the flow above the consecutive hyphenated lines limit would be an infinitely large positive number.

<integer>

Indicates the maximum number of successive hyphenated lines.

For instance, if 2, then no more than 2 successive lines may end with a hyphenated word. If 0 then no lines may end with a hyphenated word. (Hyphenation is effectively disabled.)

Negative values are not allowed.

Formal syntax

  no-limit | <integer>

Specifications

Not part of any specification.