Difference in validation between www.css-validator.org and https://jigsaw.w3.org/css-validator

Hi,

I always used the CSS validator at …

https://jigsaw.w3.org/css-validator/validator


My colleague now used …

http://www.css-validator.org/validator


But those differ in the validation result for a very simple example:

div {
    box-shadow: 0 -10px 8px 4px;
}

The first validator claims to see no problem in the CSS example, while the second validator returns an error:

0 is not a box-shadow value : 0 -10px 8px 4px 0 -10px 8px 4px

Isn’t it the way, that CSS allows to omit the unit for zero values?

Best regards,

Martin Lemburg
Advanced Software Engineer
Siemens Industry Software GmbH
Digital Factory Division
Product Lifecycle Management
Manufacturing Engineering Software / R&D / Plant Simulation
Nonnendammallee 101 // Bauteil C, 5. OG., Raum C5174
D-13629 Berlin
Tel.:

+49 (0)30 467775-22

Fax.:

+49 (0)30 467775-11

E-Mail:

martin.lemburg@siemens.com<mailto:martin.lemburg@siemens.com>

http://www.siemens.com/plm




-----------------
Siemens Industry Software GmbH; Anschrift: Franz-Geuer-Str. 10, 50823 Köln; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Urban August, Daniel Trebes; Sitz der Gesellschaft: Köln; Registergericht: Amtsgericht Köln, HRB 84564

Received on Friday, 8 January 2016 13:30:11 UTC