Re: Problem with CSS validator

On 2010-01-29 3:45 AM, Petr Kobelka wrote:
> I used your CSS validation service
> (http://jigsaw.w3.org/css-validator/), but I probably found a bug.
> When I set to some class an atribut _display:inline-block_,
> validator tels me, that it is wrong, but in link for specification it
> is set as posible value. The link is
> http://www.w3.org/TR/CSS2/visuren.html#propdef-display and come from
> validator.
>
> Tell me please, where is the problem.

|*.class { display: inline-block; }| works for me. Did you make sure
that the |display: inline-block;| declaration was inside a style rule?

Received on Monday, 1 February 2010 06:01:17 UTC