Dananji Withana
Dananji Withana
I missed one other error yesterday; - Form field missing a label: This error is popping up for the annotation row container created using the `` element. Related success criterion:...
@elynema I checked it out and yes it's easier to understand than Sally. I'm seeing a similar output when it comes to warnings. Most of the tab-index warnings can be...
Try to break the work into multiple PRs for each component if possible.
The new hooks and features we need to start this code work is included in React 18. The only change we would want to use to improve performance of the...
Solution adapted from the article and research I did: - use an `aria-live` region with `assertive` value to notify the player updates on the page to screen readers - use...
Yes, the aria-label announces the purpose of the of the visual links presented as buttons for assistive technologies. No, they will not miss the status updates pushed to aria-live region...
@joncameron Ramp demo site was on the annotations keyboard navigation feature branch, so the fixes for this particular wouldn't have been there. I forgot to reset the demo site to...
This implementation use the roving tabIndex strategy. With the roving tabindex implementation of the annotation row display I was able to use `.focus()` on each annotation row to move focus...
The initial implementation in #805 had the following issues: - when an annotation row is selected, screen reader was not announcing the instructions to activate the annotation like it does...
@joncameron Could you please mention the steps to reproduce this? I'm not seeing this color contrast issue on SiteImprove plugin in Firefox.