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
Hello, I think I came across a bug in 1.5.4 (also present in 1.5.5): indentation is incorrect for HTML5 void tag <source> used with <audio> and <video>.
The indentation is correct if the <source> tags are closed using /> but I believe (someone correct me if I'm wrong) that <source ...> is valid HTML5 without the closing />.
Hello, I think I came across a bug in 1.5.4 (also present in 1.5.5): indentation is incorrect for HTML5 void tag
<source>
used with<audio>
and<video>
.Input:
Output:
Expected:
The indentation is correct if the
<source>
tags are closed using/>
but I believe (someone correct me if I'm wrong) that<source ...>
is valid HTML5 without the closing/>
.Here are the options I am using:
Thanks.
The text was updated successfully, but these errors were encountered: