A11y#3
Merged
Merged
Conversation
New AccessibilityTest sweeps every registered native route (via NativeRouter::registeredRoutes(), so future screens are audited automatically) through assertAccessible(), with parameterized routes visited as representative instances and bridge-driven screens skipped. 327 violations fixed across ~35 screens/components: - Icon-browser tiles (240): Pressable::a11yLabel from the enum case name - Social clones: alt text on every clickable avatar, post photo, story, banner, and thumbnail, derived from fixture data (names, usernames, truncated captions); like/comment/save/repost/compose/back buttons labeled - Icon-only top-bar actions labeled via the new NavAction::a11yLabel() (search, notifications, cast, video/voice call, share, favorite, more options) across youtube, instagram, syncup, syncup-native, and native-chrome screens - Sliders, gesture areas, trailing menu buttons, stepper icons, and FABs labeled; conditional composer controls (mic/send behind @if) covered in a proactive pass beyond the initial-frame audit Pest.php now registers the native testing suite's PestExpectations (toBeAccessible() and friends). Suite: 75 passed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.