CompoundSelector sealed class CompoundSelector : Selectors, ISelector, ICssNode, IStyleFormattable Represents a compound selector, which is a chain of simple selectors that are not separated by a combinator. Documentation Code public CompoundSelector() public bool Match(IElement element)