Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emitted output uses "self-closing" tags #52

Open
andylovescode opened this issue Aug 19, 2024 · 0 comments
Open

Emitted output uses "self-closing" tags #52

andylovescode opened this issue Aug 19, 2024 · 0 comments

Comments

@andylovescode
Copy link

andylovescode commented Aug 19, 2024

The emitted output uses self-closing tags for empty elements, this could cause some edge cases because self-closing tags aren't real.

<div /> is the same as <div>, the slash is ignored.

In XML and XHTML, <div /> means <div></div>, but not in HTML.

Solution

Emit <div></div>, not <div />

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

No branches or pull requests

1 participant