Bug Report z-index warning/explanation

The current implementation of http://jigsaw.w3.org/css-validator/validator
has a bug concerning z-index elements:

for instance z-index: +1;

will trigger the warning

Ungültige Nummer : z-index Diese Nummer sollte eine ganze Zahle sein. : 
1.0

However, 

z-index: 1.0;

will trigger the same warning, although the format is now as explained by 
the warning.

z-index: 1;

will validate, of course

And there's a slight mistake in the German translation. It shouldn't be 
"Zahle", but "Zahl". Even better would be the use of "Ganzzahl (Integer)" 
instead of "ganze Zahl".

So, the correct warning should be something like:

Ungültige Nummer : z-index Diese Nummer sollte eine Ganzzahl (Integer) 
sein. : 1


Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com

Received on Friday, 15 June 2007 15:16:30 UTC