Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Does not correctly parse self-closing tags #8

@instanceofme

Description

@instanceofme

E.g. .a .b will incorrectly find 2 results in the following case:

<div class="a">
    <div class="b">Should match</div>
    <div class="autoclosed" />
</div>
<div class="b">Should not match</div>

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