axe-android icon indicating copy to clipboard operation
axe-android copied to clipboard

WCAG Accessibility compliance library for Android Applications.

Results 13 axe-android issues
Sort by recently updated
recently updated
newest added

فایل کلش Closes: > OR DELETE ## Requester Review Items - [x] Ensure the Pull Request is into develop. - [x] Test coverage has not gone down. - [ ]...

https://developer.android.com/jetpack/androidx/migrate

Hello! We're looking at introducing Axe into the [Library Simplified Android client](https://github.com/NYPL-Simplified/Simplified-Android-Core) but, unfortunately, it seems like the version of Axe on Maven Central is very out-of-date. It seems like...

Being Worked On :pick:

Focus management during Modal Dialog/Alert transitions is important. Returning focus back to elements that originated dialogs is crucial. **Affected Technology**: TalkBack **Type**: WCAG **Success Criteria**: I can't find it? ##...

Rule

A focus change should not result in a context change, such as focusing another control. **Effected Technology**: TalkBack **Type**: Serious - WCAG 2.1 A - Violation **Success Criteria**: [3.2.1](https://www.w3.org/TR/WCAG21/#on-focus) ##...

Rule

The ColorContrast algorithm can become confused by antialiasing, depending entirely on the framing rectangle. If midpoint of the bounding rectangle happens to land on a scanline with lots of antialiasing...

False Positive

The ColorContrast algorithm gets confused if the background of text involves an image underlay, even if all of the underlay is darkened to the point that the background colors are...

False Positive

Accessibility Focus order should match Focus Order. **Effected Technology**: TalkBack, Keyboard Nav, Switch Control **Type**: Moderate - WCAG 2.1 - Best Practice **Success Criteria**: [2.4.3](https://www.w3.org/TR/WCAG21/#focus-order) # User Story ![screen shot...

Rule

Closes: #127 There are multiple places where axe-android either uses `switch(className)` or `(className.Equals)`. The Android docs never explicitly say if this value can be null. This change simply avoids a...

Accessibility Insights for Android is using Axe-Android 0.2.0, and we're seeing a failure from inside axe-android. Specifically, some app pages (like FlipGrid's camera mode) contain nodes where `accessibilityNodeInfo.getClassName()` returns null....