Chris McMeeking
Chris McMeeking
### New Issue Checklist A fellow friend of mine passionate about iOS Accessibility shared this issue description with me. https://github.com/realm/SwiftLint/blob/ff1e966e3ae8ef9876ec5e80c060a46b5faae8f4/Source/SwiftLintBuiltInRules/Rules/Lint/AccessibilityTraitForButtonRule.swift I love the idea of a Linting library for Accessibility....
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? ##...
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) ##...
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...
We should develop an accessible EditText and share the information publically. The problem with EditText is it is auto-focused and pulls up a keyboard on a loaded screen. Android developers...
A widget that shows a collection of views scrolling across the screen for users to explore a potentially infinite set of items. ### Application Examples - Facebook's exploring new friends...
What is the best way to communicate errors on input in editable text views. ### Behavioral Example A hypothetical view where a user is setting up a new account, and...
Was having trouble at the "Connect Device" step for a Motorola G5 Device. Clicked the **Connect Device** button and it wouldn't connect. ### Technical Details A short description of the...
UISlider controls allow users to adjust a value to a predetermined range of values. They require special accessibility information to be made accessible.
When the system moves focus from an extension or modal view controller and there is an Implicit Screen Changed Notification, any overriding Screen Changed Notifications are accompanied by blips in...