Open
Description
Organize 2024 Investigation Test Writing Priority by Feature Usage…
In addition to some of the new WebDriver or testability explorations, we should investigate future accessibility test writing priority by most used features.
For example, Chrome Feature Status logging seems to indicate aria-hidden
is the most used ARIA feature, included on ~86% of page loads. Even though we can't test aria-hidden
directly yet, we could probably write some tests that combine label or role computation with aria-hidden
to find our where the most import aria-hidden
-related interop challenges are.
Ditto for some other features.