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.

_______________________________________________
webkit-dev mailing list
[email protected]
http://www.opendarwin.org/mailman/listinfo/webkit-dev

Reply via email to