Skip to content

Support CSS4 selectors #65

Description

@danvk

Three years go by and there's another set of CSS Selectors available!

Not all of these are relevant to JSONSelect, but the Subject of a selector with Child combinator would be phenomenally useful. It would allow you to select a value whose child has some property without using :has():

.foo .bar .baz  # selects .baz
.foo !.bar .baz # selects .bar

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions