-
-
Notifications
You must be signed in to change notification settings - Fork 437
Open
Open
tag-pair can't make exceptions for elements with optional closing tags#243
Description
Certain elements don't need to have a closing tag; it's implied, and the browser closes it for you. From the html spec, the following tags don't need to be closed:
- html (if