WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Bug in css validator

Re: Bug in css validator

by David Dorward-3 :: Rate this Message:

| View in Thread

On 15 Mar 2012, at 11:12, Jukka K. Korpela wrote:
> Can you please explain why you regard this is a bug? You seem to be saying that correct CSS code is reported as correct and erroneous CSS code is reported as erroneous. That's what the CSS Validator is supposed to do. I do not understand what you mean by "correct section" here.


I think the issue is this.

Given the input:

        .test { background-position : 1px 1px; }

The CSS validator reports:

        Congratulations! No Error Found.

The report page of the validator also displays all the valid CSS found. This section reports:

        Valid CSS information

        .test {
                background-position : [1px, 1px];
        }

So where the validator should be providing a copy of the stylesheet with errors removed, it is introducing a new error instead.

--
David Dorward
http://dorward.me.uk


 « Return to Thread: Bug in css validator