-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issue severity evaluations #103
Comments
A large problem with accessibility issues is that as it stands today using the WCAG 2.2 guidelines, all issues are critical issues if you must legally meet the conformance level. That doesn't help the people who are trying to prioritize which issues need to be fixed. An important distinction is that all issues fail the guidelines in some way. Not all issues fall into neat Level A, AA, or AAA conformance levels, but the conformance level can be used as a metric to help inform which priority the issue should be, and the priority adjusted for your use case. The standard that our team has developed is very similar to the one that @katekalcevich suggested. We hold our site to the A and AA conformance level as much as possible.
The main difference between the suggested prioritization technique is the inclusion of a critical severity. The critical severity was necessary for our team to explain that some users were not able to use the site at all, and that it needed to be fixed immediately rather than waiting for a new version. |
In response to the Editor's note: https://www.w3.org/TR/wcag-3.0/#issue-container-generatedID-68
As we continue developing this content, we seek input on the following:
“Bronze” could be an absence of any critical or high issues;
“Silver” could be an absence of any critical, high, or medium issues.
Amber Knabl, Elana Chapman and myself suggest that issue severity will always be subjective, but that doesn't make it invalid. Testers will have ideas on severity, but guidance on what constitutes high, medium, and low severity has always been part of accessibility testing tools and processes. We think about severity in terms of:
High - blocks the completion of a task flow
Medium - user can’t complete task as expected
(for example, it’s hard to do, takes a long time or requires a work around)
Low -
User suggests a fix based on preference/ease of use
User has to think about how to complete task
User makes more than one attempt before succeeding
Prioritization of issues, including non-critical ones will depend on a variety of factors - including team capacity, whether a product is developed in house or outsourced or is based on open source or frameworks. Expanding WCAG beyond the evaluation of accessibility into how to action findings doesn't feel appropriate for a technical standard. Many other frameworks (maturity models/inclusive design practices) discuss what to do to improve accessibility.
Representative sampling could also be factored into issue severity, but that increases the complexity of WCAG, something we'd caution against. If an accessibility issue exists, it likely impacts more than one user even if you only have evidence of the issue from one user engagement.
The text was updated successfully, but these errors were encountered: