ComplexSelector sealed class ComplexSelector : CssNode, ISelector, ICssNode, IStyleFormattable Represents a complex selector, i.e. one or more compound selectors separated by combinators. Documentation Code public bool IsReady { get; } public int Length { get; } public Priority Specifity { get; } public string Text { get; } public ComplexSelector() public void AppendSelector(ISelector selector, CssCombinator combinator) public void ConcludeSelector(ISelector selector) public bool Match(IElement element)