Skip to content

Commit

Permalink
Add paragraph on implicit word min length
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Feb 13, 2024
1 parent 406ad4e commit cb4f636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/hyphenate-limit-chars/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If `auto` is set for any of the values, the user agent will choose an appropriat
- Minimum number of characters before the hyphen: 2
- Minimum number of characters after the hyphen: 2

> **Note:** If a word is shorter than any of the provided values, it will not be hyphenated.
Note that if a word is too short to meet the given constraints, it will not be hyphenated. For example, given a value like `hyphenate-limit-chars auto 3 4`, words shorter than 7 characters will never be hyphenated, since it is impossible to have 3 characters before the hyphen and 4 characters after it.

## Formal definition

Expand Down

0 comments on commit cb4f636

Please sign in to comment.