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

Check that your code validates #154

Closed
shawna-slh opened this issue Jul 23, 2015 · 6 comments
Closed

Check that your code validates #154

shawna-slh opened this issue Jul 23, 2015 · 6 comments

Comments

@shawna-slh
Copy link
Contributor

We all know that it's best practice for code to validate. However, it is not a WCAG 2 requirement -- only two specific aspects are included in WCAG 2. How much of an issue is invalid markup to real-world accessibility? If not so much, then maybe do not include this tip.

@sharronrush
Copy link

+1

@iadawn
Copy link

iadawn commented Jul 24, 2015

As I understood it, 4.1.1 Parsing requires that code is valid and Technique G134 makes specific reference to it as well.

@shawna-slh
Copy link
Contributor Author

As I understand it, 4.1.1 is only one aspect of validated code. As I understand it, a web page could meet 4.1.1. and 4.1.2 but still have other validation errors.

@nitedog
Copy link

nitedog commented Jul 25, 2015

valid code - G134 - is one way to meet success criterion 4.1.1. however, the requirement only applies to specific coding issues that impact assistive technologies.

@iadawn
Copy link

iadawn commented Aug 6, 2015

Closing this issue as #118 is recommending removal of the tip anyway. If the recommendation is changed, then this issue can be revisited.

@iadawn iadawn closed this as completed Aug 6, 2015
@James-Green
Copy link

(I'm not proposing we reopen this issue) just want to add that we currently require that code validate as a general rule because when scaling up, it's less effort than evaluating and signing off on exceptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants