error in validation

Hi,

I would just like to point out what I think is an error
in validation.
The validator throws up an error when using: 

display:inline-block;

This is a valid display style, see:
http://www.w3.org/TR/CSS21/visuren.html 
The display property 9.2.4 inline-block
This value causes an element to generate a block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the element itself is formatted as an inline replaced element.

The style is recognised by Internet Explorer.

Thanks for your time.

Best wishes
Stu Nicholls

Received on Saturday, 6 August 2005 09:05:53 UTC