htmlhint / HTMLHint

⚙️ The static code analysis tool you need for your HTML
https://htmlhint.com
MIT License
3.08k stars 380 forks source link

Detect invalid entity (like `&nsbp;`) #1323

Open regseb opened 1 year ago

regseb commented 1 year ago

Is your feature request related to a problem? Please describe. Detect invalid entity (like &nsbp; or &IDoNotExist;).

Describe the solution you'd like Add the entity-invalid rule which checks that the entities are valid.

Additional context