[webkit-dev] pb with multiple class in css with safari

Maciej Stachowiak mjs at apple.com
Mon Sep 26 18:32:44 PDT 2005


On Sep 23, 2005, at 6:52 AM, popov webkit wrote:

> Hi,
>
> This code does not work in safari V 2.0.1 (412.5) on Mac OS 10.4.2:
>
> ---------------
> <html>
> <head>
>   <style>
>       .a.b .d { background-color: red; }
>   </style>
> </head>
> <body>
>      <span class="a b">
>   <span class="a c">
>       <span class="d">this text should have a red background</span>
>   </span>
> </span>
>
> </body>
> </html>
> ---------------
>
> The text does not have red background.
> It's ok in firefox / opera (PC).
> Is it a known bug or something bad on my part ?

It's a bug but not (I believe) a known one. So please file it:

http://bugzilla.opendarwin.org

Regards,
Maciej




More information about the webkit-dev mailing list