Re: text-overflow in CSS validator
"Jukka K. Korpela" <[email protected]>
| Newsgroups | gmane.org.w3c.validator.css |
|---|---|
| Message-ID | <[email protected]> |
2012-03-07 12:36, [email protected] wrote: > A stupid question I know. I see that text-overflow seems to exists in CSS3. > > http://dev.w3.org/csswg/css3-ui/#text-overflow0 > > But when I try to validate this: > > .a { text-overflow:clip; } > > I get Parser Error : empty string ? > Is it a bug ? It is a bug, reported previously in 2008 on this list. I made a more formal bug report in Bugzilla: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16250 Yucca