Open nniiicc opened 1 year ago
Some other readings:
Some things to look at for how Axe Scores are reported:
Axe rule mapped to WCAG
Placed to look for other papers:
Some things to search for:
@nniiicc An overview for all possible metrics:
some related but more in-depth articles: WAQM metrics(the metrics that considers warning):
tool comparison between WAVE and SiteImprove:
Some real world apply: AudioEye
Lighthouse
Suggestions:
With the current data, I think the easiest way to get a score is to follow a similar path as AudioEye.
If we are trying to get around the parsing we can probably not allow the partial pass and replace possible tests per website
with the total number of possible tests
and use this calculation to get the fail rate:
# of test which has a violation/ the total number of possible tests
Notes: AudioEye API is only open for partners: https://help.audioeye.com/hc/en-us/articles/4409625271700-API-Introduction
Metrics used(Using AudioEye's page score method to get a site score)
Failed = the number of nodes under the violations category
Tested = the sum of the nodes under violations, passes, and incomplete category
Total = Total number of applicable tests
Sum of all tests using this formula:
(Failed/Tested)*(1/Total)
A few resources to get started - in particular see
https://www.deque.com/axe-con/wp-content/uploads/2021/12/axe-con_Accessibility_Scoring_v1.0_20220303.pdf
https://www.matuzo.at/blog/building-the-most-inaccessible-site-possible-with-a-perfect-lighthouse-score/
Fleisch Kincaid - scored by reading grade level
https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests