When adding track elements to a video element, they should not be closed since they are a void element. Currently, this package converts:
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.
When adding track elements to a video element, they should not be closed since they are a void element. Currently, this package converts:
to
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.