htmlhint / HTMLHint

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

fix(spec-char-escape): remove normal ampersand from spec-char-escape … #1411

Closed bebehr closed 2 weeks ago

bebehr commented 7 months ago

Remove normal ampersand from spec-char-escape rule, update test and docs.

fix #1382

Short description of what this resolves:

Ampersand is acceptable in HTML text. W3C Markup Validation Service no longer finds any issues with the uncoded &.

Proposed changes: