sXBL and CSS

If I had this document:

  <svg ...>
    <xbl:xbl>
      <xbl:definition element="ex:styles">
        <style type="text/css">
          circle { fill: red; }
        </style>
      </xbl:definition>
    </xbl:xbl>

    <circle cx="100" cy="100" r="50"/>

    <style type="text/css">
      circle { fill: blue; }
    </style>

    <ex:styles/>

    <circle cx="100" cy="300" r="50"/>
  </svg>

what colours should the two circles be?

Thanks,

Cameron

-- 
Cameron McCormack
|  Web: http://mcc.id.au/
|  ICQ: 26955922

Received on Tuesday, 18 January 2005 05:55:05 UTC