styling and RCC

Hello,

On RCC, does css styling work as if the shadow tree had been expanded in the
dom or not. I'm in favor of not, let's say

---------svg:
<custom>
<path...>
</custom>
---------

-------stylesheet:
custom > path
{
    fill: red;
}
---------

-------rcc component
<prototype>
    <g>
        <refContent />
    </g>
</prototype>
----------


The user may not know how the rcc component works and should be able to
style without knowing it, any thoughts.

--
Sigurd Lerstad

Received on Thursday, 20 November 2003 05:54:10 UTC