Description
Audit and improve accessibility support across the entire framework.
Task
Areas to Address
- Focus Management: Visible focus rings, logical tab order
- Screen Reader Support: Proper role assignments, live regions
- Keyboard Navigation: All features accessible via keyboard
- Color Contrast: Minimum 4.5:1 for normal text, 3:1 for large text
- Motion: Respect system preferences for reduced animation
Files to modify
- Multiple files across the framework
src/main/resources/tailwindfx.css (focus states, reduced motion)
src/main/java/io/github/tailwindfx/util/FxAnimation.java (motion detection)
Resources
Description
Audit and improve accessibility support across the entire framework.
Task
Areas to Address
Files to modify
src/main/resources/tailwindfx.css(focus states, reduced motion)src/main/java/io/github/tailwindfx/util/FxAnimation.java(motion detection)Resources