Nested selectors will require us to use the new `resolvedSelectorList` for getting the specificity of a selector, and doing so will require a bit of refactoring to pull off because we already have wonky selector handling to support the fact that large selectors are split into multiple `CSSSelector`s.
<rdar://problem/103921121>