Home » Tutorials hyphenate-after property Tutorials Author admin Reading 1 min Views 516 Published by September 28, 2013 Modified by September 28, 2024 Contents Definition and UsageSyntaxExamplesDefinition 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 1 .class { 2 hyphenate-after: 10; 3 }