Posted by David Dorward on 02/01/07 12:29
On Feb 1, 11:51 am, Toby A Inkster <usenet200...@tobyinkster.co.uk>
wrote:
> > Thanks for pointing out. It was originally '1.5'. I then ran CSS
> > validator on it, and was told to put an unit after it. So I put 'px'
> > there.
> The W3C CSS validator is riddled with bugs such as this.
I just shoved:
body { line-height: 1.5; }
p { font: 1.5em/1.2 serif; }
into the direct input field and it didn't report any problems.
I can't find any mention of it in Bugzilla either.
http://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=line-height&product=CSSValidator&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=
Do you have a reproducable test case?
[Back to original message]
|