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

fix(spec-char-escape): remove ampersand from spec-char-escape #1504

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bebehr
Copy link

@bebehr bebehr commented Feb 20, 2025

Ampersand is acceptable in HTML text, e. g. see: W3C validator

fix #1382

Short description of what this resolves:
Ampersand is an acceptable in HTML text, so spec-char-escape rule does not throw an error for e. g. "Q & A".

Proposed changes:
Removes ampersand from spec-char-escape rule, updates relating test and docs.

Ampersand is acceptable in HTML text, e. g. see: W3C validator

fix htmlhint#1382
@bebehr bebehr requested a review from thedaviddias as a code owner February 20, 2025 22:00
@github-actions github-actions bot added core Relates to HTMLHint's core APIs and features test labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Relates to HTMLHint's core APIs and features test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spec-char-escape and &
1 participant