Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

correctly flag <body><div><p>lol</</div></body> #90

Open
Pomax opened this issue Sep 27, 2017 · 1 comment
Open

correctly flag <body><div><p>lol</</div></body> #90

Pomax opened this issue Sep 27, 2017 · 1 comment

Comments

@Pomax
Copy link
Contributor

Pomax commented Sep 27, 2017

Rather than signaling that </ is mismatched to <p>, it flags it as mismatched to </div>. We'll have to update the error detection for this use-case.

@Pomax Pomax mentioned this issue Sep 27, 2017
@flukeout
Copy link

flukeout commented Dec 8, 2017

This is because it considers the p an auto-closing tag and not actually in need of closing in this case? As with the case we had before, if we just ask people to close all the tags, then this would be resolved.

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

No branches or pull requests

2 participants