We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Col elements within a <colgroup> get indented incorrectly.
<colgroup>
Input: <colgroup><col><col><col></colgroup>
<colgroup><col><col><col></colgroup>
Expected:
<colgroup> <col> <col> <col> </colgroup>
Actual:
The text was updated successfully, but these errors were encountered:
Same thing happens with <li> elements right now as well.
<li>
Sorry, something went wrong.
Here's the list of all the optional tags.
https://www.w3.org/TR/html5/syntax.html#optional-tags
A real solution will require understanding all these. In the short term, it probably makes sense to just pick the most used ones, like li and col.
li
col
bc7f355
No branches or pull requests
Col elements within a
<colgroup>
get indented incorrectly.Input:
<colgroup><col><col><col></colgroup>
Expected:
Actual:
The text was updated successfully, but these errors were encountered: