CSS Hyphenate-After Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property specifies the minimum number of characters in a hyphenated word after the hyphenation character.

Syntax

hyphenate-after: [value];

Possible values

  • [integer]
  • auto

Initial Value

Auto

Applies To

All elements

Inherited

Yes

Media

Visual

Example

.class {
  hyphenate-after: ;
}


View All CSS Properties