// If we have a list of selectors, copy the shared
// StyleDeclaration so that we can independently track
// subject and selectors per instance.
if (i > 0)
declaration = declaration.shallowCopy();
if (selector.getSelectorType() == Selector.SAC_ELEMENT_NODE_SELECTOR)
{
addSimpleTypeSelector((ElementSelector)selector, declaration, mediaList, isLocal);
}