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

popov webkit webkit at evpopov.com
Fri Sep 23 06:52:04 PDT 2005


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 ?

Thanks.




More information about the webkit-dev mailing list