This code triggers an error when run through the W3C CSS Validator:
p{
text-overflow: ellipsis;
}
I get:
Line Code context Error/Warning 2 p Parse Error [empty string]
Is it just a bug in the validator or am I missing something really obvious?
This is a bug in the CSS validator, it has been already reported.
text-overflow:ellipsisis a valid rule, however the W3C CSS validator is unfortunately prone to errors (see bug list).However, note that the current working draft lists some
text-overflowvalues as feature at risk:While this doesn’t affect the
ellipsisvalue, it could be the source of the bug in the validator:References