Informations
| # | Description |
|---|---|
| Default Value | manual |
| Inherited | yes |
| Animatable | no |
| Version | CSS3 |
| JavaScript syntax | object.style.hyphens="none" |
Browser compatibility and Support
| # | Chrome | Edge | Firefox | Safari | Opera |
|---|---|---|---|---|---|
| hyphens |
Syntax
Values
| Values | Description |
|---|---|
| none | Words are not hyphenated |
| auto | Words are displayed to the user with hyphens when the algorithm decides. |
| initial | Adds this value to its default property. |
| inherit | It inherits this value from its parent tag. |