Skip to content

Support for "matches-any" pseudo-class :matches() #67

@redapple

Description

@redapple

CSS Selectors Level 4 (draft) proposes the :matches() pseudo-class (apparently inspired by :any() already supported in some browsers)

Example from https://www.sitepoint.com/css-selectors-level-4-the-path-to-css4/

div:matches(.active, .visible, #main)

There can be a need for or relations on XPath predicates and :matches() could allow that.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions