hyphenate-after property CSS Reference



Definition and Usage

This property specifies the minimum number of characters in a hyphenated word after the hyphenation character. The 'auto' value means that the UA chooses a value that adapts to the current layout.

Name:hyphenate-after
Value:<integer> | auto
Initial:auto
Applies to:all elements
Inherited:yes
Percentages:N/A
Media:visual
Computed value:specified value

Syntax

hyphenate-after: <integer> | auto;

Examples

.class {
    hyphenate-after: 10;
}

Relative articles