csharp
public enum CombinatorWhat joins two compound selectors.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
NoneNothing — this is the first compound in the selector.
DescendantA space: an ancestor at any depth.
ChildA >: the immediate parent.
NextSiblingA +: the element immediately before.
SubsequentSiblingA ~: any element before, under the same parent.
Used by (5)
- CompoundSelectorVixen.Ui.Styling
- SelectorCompilerVixen.Ui.Styling
- SelectorMatcherVixen.Ui.Styling
- StyleInvalidatorVixen.Ui.Styling
- StyleRuleSetVixen.Ui.Styling