Vixen
02b45cc4
csharp
public enum AttributeOperator

How an attribute selector compares.

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

Fields and properties (7)

  • Present

    [a] — present at all.

  • Equals

    [a=b].

  • Includes

    [a~=b] — one of a whitespace-separated list.

  • DashMatch

    [a|=b] — equal, or followed by a hyphen.

  • Prefix

    [a^=b].

  • Suffix

    [a$=b].

  • Substring

    [a*=b].

Used by (3)

  • SelectorCompilerVixen.Ui.Styling
  • SelectorMatcherVixen.Ui.Styling
  • SimpleSelectorVixen.Ui.Styling