Skip to content
New issue

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

Parser hangs on certain HTML input #480

Closed
richardwillars opened this issue Feb 3, 2016 · 1 comment
Closed

Parser hangs on certain HTML input #480

richardwillars opened this issue Feb 3, 2016 · 1 comment

Comments

@richardwillars
Copy link

When using this HTML:

<td cellpadding="0" cellspacing="0" border="0" height="1" ;="" style="line-height: 1px; min-width: 600px;">test</td>

The minifier completely hangs and renders the node.js app inaccessible.

Note the ;="" in the markup. I know it's not valid HTML, but could it be made to not crash or strip it out?

@kangax
Copy link
Owner

kangax commented Feb 3, 2016

Duplicate of #332

@kangax kangax closed this as completed Feb 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants