Summary
HTML/CSS Beautifier formats structurally malformed input and reports completion instead of surfacing a syntax error. The page guidance says broken markup and CSS syntax issues should block formatting.
Affected route: https://byteflow.tools/en/html-css-beautifier
Reproduction: CSS
-
Select CSS mode.
-
Enter:
-
Click Format CSS.
Expected: a CSS syntax error and no valid-looking output.
Actual: the status says Format CSS completed. and output is:
The missing closing brace is not reported.
Reproduction: HTML
-
Select HTML mode.
-
Enter:
-
Click Format HTML.
Expected: a malformed-nesting error.
Actual: the status says Format HTML completed. and output remains malformed:
Environment
- Browser: Chrome via cloud browser
- Tested: 2026-08-18
Summary
HTML/CSS Beautifier formats structurally malformed input and reports completion instead of surfacing a syntax error. The page guidance says broken markup and CSS syntax issues should block formatting.
Affected route: https://byteflow.tools/en/html-css-beautifier
Reproduction: CSS
Select
CSSmode.Enter:
Click
Format CSS.Expected: a CSS syntax error and no valid-looking output.
Actual: the status says
Format CSS completed.and output is:The missing closing brace is not reported.
Reproduction: HTML
Select
HTMLmode.Enter:
Click
Format HTML.Expected: a malformed-nesting error.
Actual: the status says
Format HTML completed.and output remains malformed:Environment