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

validate html #406

Merged
merged 1 commit into from
Jan 27, 2024
Merged

validate html #406

merged 1 commit into from
Jan 27, 2024

Conversation

jaredsburrows
Copy link
Owner

@jaredsburrows jaredsburrows commented Jan 27, 2024

Validate and fix HTML errors - https://validator.w3.org/#validate_by_input

  • Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
  • Element dl is missing a required instance of child element dd.
  • The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.
  • Element pre not allowed as child of element ul in this context.
  • Element br not allowed as child of element ul in this context.
  • Element hr not allowed as child of element ul in this context.

Closes #149

@jaredsburrows jaredsburrows force-pushed the pr/jaredsburrows/validate-html branch 5 times, most recently from 93305d1 to f4548e7 Compare January 27, 2024 21:29
@jaredsburrows jaredsburrows merged commit 8ab4734 into master Jan 27, 2024
3 checks passed
@jaredsburrows jaredsburrows deleted the pr/jaredsburrows/validate-html branch January 27, 2024 21:45
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

Successfully merging this pull request may close these issues.

Invalid HTML in report
1 participant