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
<!DOCTYPE html
><html lang="en"
><meta charset="UTF-8"
><title>test</title
><p>test</p
></html>
The extra white-spaces between html and lang="en" and the extra newlines inside tags aren't removed, even if I use removeWhitespace.
All regular browser implementations remove these meaningless white-spaces.
The text was updated successfully, but these errors were encountered:
For example,
The extra white-spaces between
html
andlang="en"
and the extra newlines inside tags aren't removed, even if I useremoveWhitespace
.All regular browser implementations remove these meaningless white-spaces.
The text was updated successfully, but these errors were encountered: