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

Update "Does a page need to validate HTML?" #49

Open
Jefferydo opened this issue Jul 27, 2022 · 0 comments
Open

Update "Does a page need to validate HTML?" #49

Jefferydo opened this issue Jul 27, 2022 · 0 comments

Comments

@Jefferydo
Copy link

The problem with a blanket "yes" is there are all kinds of validation errors that aren't relevant to 4.1.1 Parsing (Level A). A stuffed page can throw a lot of errors that aren't accessibility related.

4.1.1 specifies four markup requirements:

  • elements have complete start and end tags,
  • elements are nested according to their specifications,
  • elements do not contain duplicate attributes, and
  • any IDs are unique..

The course has a page on the topic: Parsing and validity

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

1 participant