This code causes an error when starting the W3C CSS Validator :
p{ text-overflow: ellipsis; }
I get:
Line Code context Error / Warning
2 p Parse Error [empty string]
Is this just a mistake in the validator, or am I missing something really obvious?
Álvaro González
source share