Vixen
02b45cc4
csharp
public enum Combinator

What joins two compound selectors.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • None

    Nothing — this is the first compound in the selector.

  • Descendant

    A space: an ancestor at any depth.

  • Child

    A >: the immediate parent.

  • NextSibling

    A +: the element immediately before.

  • SubsequentSibling

    A ~: 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