Skip to content

Add `:any()` and `,` to language

Latest
Compare
Choose a tag to compare
@chrisdickinson chrisdickinson released this 15 Jul 19:49
· 31 commits to master since this release

0.2.0 adds the following features:

  • :any(selector, selector) -- see mdn for example usage. Difference from spec: you may place selectors with combinators into the expression, but it will be hard to reason about.
  • , operator: combine multiple selectors into a single selector.