You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like #250 started self-closing void tags like <img> tags which broke a whole bunch of tests.
Self-closing tags (<tag />) do not exist in HTML. While it's explicitly ignored in HTML5, it's technically invalid in HTML4 though in practice parsers ignore it. Either the change should be reverted or all the tests should be fixed.
Perhaps a GitHub Action should be setup to test builds during pull requests/push?
The text was updated successfully, but these errors were encountered:
It looks like #250 started self-closing void tags like
<img>
tags which broke a whole bunch of tests.Self-closing tags (
<tag />
) do not exist in HTML. While it's explicitly ignored in HTML5, it's technically invalid in HTML4 though in practice parsers ignore it. Either the change should be reverted or all the tests should be fixed.Perhaps a GitHub Action should be setup to test builds during pull requests/push?
The text was updated successfully, but these errors were encountered: