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

Invalid closing tags should raise error #4

Closed
adamfortuna opened this issue Dec 13, 2014 · 2 comments
Closed

Invalid closing tags should raise error #4

adamfortuna opened this issue Dec 13, 2014 · 2 comments
Labels

Comments

@adamfortuna
Copy link

Saw this one on here:

http://discuss.codeschool.com.s3.amazonaws.com/824c71d9d5867b65fee2dd5c596192164b2e97962d5.PNG

Looks like someone had this, and it wasn't marked as an error:

<h4>something<h/4>

This also seemed to happen here: http://i.imgur.com/00HeZ8x.jpg

<h3>Tour Dates</3>
@adamfortuna
Copy link
Author

This one might not be an error -- http://cl.ly/image/3u2t2R291p1y Might need to be sure it's behaving as expected for this in multiple browsers though.

@nwronski
Copy link
Contributor

nwronski commented May 8, 2015

The new parser output for these:

h3 is not a valid self closing tag
h4 is not a valid self closing tag

@nwronski nwronski closed this as completed May 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants