- From: <bugzilla@wiggum.w3.org>
- Date: Sun, 10 Sep 2006 07:37:15 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3691
Summary: Unicorn shows CSS errors but without descriptive text
Product: Unicorn
Version: unspecified
Platform: All
URL: http://qa-
dev.w3.org/unicorn/observe?ucn_task=conformance&ucn_uri=
http%3A%2F%2Fwww.crashonline.org.uk%2Fyui%2Fbuild%2Fgrid
s%2Fgrids.css
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: dave.null@w3.org
ReportedBy: matthew@mjwilson.demon.co.uk
QAContact: www-validator-cvs@w3.org
If I validate http://www.crashonline.org.uk/yui/build/grids/grids.css with
Unicorn, then some CSS errors are listed, but only one actually tells me what
the error is, the others just show the location of the error.
http://qa-dev.w3.org/unicorn/observe?ucn_task=conformance&ucn_uri=http%3A%2F%2Fwww.crashonline.org.uk%2Fyui%2Fbuild%2Fgrids%2Fgrids.css
"# Error Line 13 :
#doc
# Error Line 19 :
#bd
# Error Line 64 :
.yui-gb .yui-u, .yui-gc .yui-u, .yui-gd .yui-u"
etc.
The CSS validator itself correctly shows the errors.
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.crashonline.org.uk%2Fyui%2Fbuild%2Fgrids%2Fgrids.css&usermedium=all
"# Line: 13 Context : #doc
Parse Error - *width:56.3em;
# Line: 19 Context : #bd
Parse Error - :750px; margin:auto; text-align:left; } #hd "
etc.
Received on Sunday, 10 September 2006 07:37:23 UTC