Skip to content

Selector unification is asymmetrical for the universal selector #2247

@nex3

Description

@nex3

Currently the unification of the universal selector, *, isn't symmetrical. selector-unify("*", ".a") returns (("*.a")), but selector-unify(".a", "*") returns ((".a")). The latter is correct; a universal selector without a namespace should be eliminated any time there's another selector present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions