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

While `white-space` was a longhand in [CSS text module level 3](https://drafts.csswg.org/css-text/#white-space-property), it has become a shorthand in [CSS text module level 4](https://drafts.csswg.org/css-text-4/#propdef-white-space). Using it as shorthand should let us be...

Language support

`isPossiblyScrollable` triggers on any non-`auto` value, but percentage values can grow as the parent, so they would only create a scroll bar if some ancestor fixes size. Notably, `` should...

bug

While working on `alfa-test-utils`, I've noticed a weird case where forcing a sequence or not changes the results of a function, which should not happen due to referencial transparency. This...

bug

The visitor in `nonDisabledText` only return text nodes. This does not include the text of some buttons which is provided by the `value` attribute or defaulting, e.g. `` has a...

bug