alfa
alfa copied to clipboard
:wheelchair: Suite of open and standards-based tools for performing reliable accessibility conformance testing at scale
Check how it behaves with AT. Notably if it's announced correctly and users know where they are.
ACT rules is starting to use secondary requirements for rules. We need to consider how to support them, some possibilities: * Simply ignore them; only map rules to their primary...
The lack of layout system is causing problems in several places. We've investigate earlier possible solutions without being very successful (#183, #756). This issue will gather known problems due to...
Investigate if it is possible to have `Map` being typed with `V` being parametric in `K`: `Map`
See https://github.com/w3c/aria/pull/1839 We need to only consider `aria-owns` on elements that are not already hidden. This does break the current flow of first resolving all the `aria-owns` and gathering ownership...
I came across an instance where it seems like the search landmark is not being recognized by the check, however this may need further investigation. The search landmark should not...
[Step 2A](https://w3c.github.io/accname/#step2A) reads: > If the current node is [hidden](https://www.w3.org/TR/wai-aria-1.2/#dfn-hidden) and is: > * Not part of an aria-labelledby or aria-describedby traversal, where the node directly referenced by that relation...
We've seen a few time patterns like: ```css .stretched { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: red; } ``` In this case, `getColors` bail out...
I discovered that the options containing the device used to serialize the boxes of elements where not passed down in all cases when recursively serializing descendants, causing the box to...