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

Dave Hyatt hyatt at apple.com
Mon Sep 26 18:51:53 PDT 2005


It is a known one.

http://bugzilla.opendarwin.org/show_bug.cgi?id=3428

You can add your test case to that bug.

dave
(hyatt at apple.com)

On Sep 26, 2005, at 6:32 PM, Maciej Stachowiak wrote:

>
> 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
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at opendarwin.org
> http://www.opendarwin.org/mailman/listinfo/webkit-dev
>




More information about the webkit-dev mailing list