The idea
text-overflow: ellipsis replaces clipped text with …, but it only works when the text is on a single line (white-space: nowrap) and the box clips it (overflow: hidden). All three must be present.
This level needs text-overflow, white-space, and overflow — ellipsis only works with all three.