alfa icon indicating copy to clipboard operation
alfa copied to clipboard

:wheelchair: Suite of open and standards-based tools for performing reliable accessibility conformance testing at scale

Results 134 alfa issues
Sort by recently updated
recently updated
newest added

Resolves #1342 Auto-generate and curate internal dependency graph for each package. The results are a bit suboptimal, but we won't get anything better with auto-generated graphs… There is currently no...

minor
documentation

A variable was incorrectly being shadowed causing the state to be set incorrectly in some cases. This caused some kind of explosion in the recursion which, if there were enough...

A target might have an undersized bounding box while the clickable area is sufficiently sized if there is an element descendant (like an image) that is sufficiently sized. In general...

bug

DISCLAIMER: most likely issue is connected to a shadow dom and web-components handling. When scanning pages with the Siteimprove Accessibility Checker, false "Target Size (Minimum)" errors are reported for elements...

bug

Set up from 2017 doesn't work that well in modern development, see, e.g., [Choosing compiler options](https://www.typescriptlang.org/docs/handbook/modules/guides/choosing-compiler-options.html#im-writing-a-library). Alfa: * [x] Change TS `module` from `commonjs` to `node16`. This is the recommended...

internal

See https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors For `` element, an enclosing `` is only here for fallback purpose and should be considered as invisible in our case.

bug

Running an audit on the same page first without scrolling and after scrolling down yields different occurrence counts. Some targets that are above the viewport is no longer detected. Rules...

bug