textOverflow
The text-overflow
CSS property sets how hidden overflow content is signaled to users. It can be clipped, display an ellipsis ('…
'), or display a custom string.
Syntax: [ clip | ellipsis | <string> ]{1,2}
Initial value: clip
| Chrome | Firefox | Safari | Edge | IE |
| :----: | :-----: | :-----: | :----: | :---: |
| 1 | 7 | 1.3 | 12 | 6 |
Content copied to clipboard