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

Track elements are not considered void elements #95

Open
hans-pragt opened this issue Feb 13, 2018 · 0 comments
Open

Track elements are not considered void elements #95

hans-pragt opened this issue Feb 13, 2018 · 0 comments

Comments

@hans-pragt
Copy link

When adding track elements to a video element, they should not be closed since they are a void element. Currently, this package converts:

<video>
  <track>
</video>

to

<video>
   <track></track>
</video>

which causes errors in Angular applications.

Note: I think this is the right repo to file this bug, but I am using this package through html-minify-loader.

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