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

Multiline self-closing tags are not paired properly #317

Open
1 task done
winstliu opened this issue Sep 13, 2017 · 0 comments
Open
1 task done

Multiline self-closing tags are not paired properly #317

winstliu opened this issue Sep 13, 2017 · 0 comments

Comments

@winstliu
Copy link
Contributor

Prerequisites

Description

In an HTML file:

<div>
    <div
    />
</div>

Notice that the second and third div tags are paired with each other, when really it should be 1st + 3rd and 2nd paired with itself.

This was handled properly until a performance regression was identified and fixed in #315.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants