Gary Byrne
Gary Byrne
**Changes** 1. Wrapped the ShowLink Link into a new ShowLink component 2. Added tabIndex of -1 to the showNotes container div to make it programatically focusable. 3. Changes the anchor...
In the show notes, I noticed different styles being applied to buttons on the same row. One focus style is the blue focus ring and then the other has a...
Closes #523 Set aria-hidden="true" to hide the icon. I set focusable=false if you need to support IE11, otherwise they'll appear in the tab order and some issues with JAWS can...
This is to hide the SVG to prevent it being exposed to assistive technology (eg. screen readers). SVG needs to be aria-hidden="true" on the accordion component. Could potentially also add...
### Describe the bug Hey, I was looking at the Alert component and I noticed it added an ARIA alert role to the component base in the shadow DOM. This...
## Context 1. Provide active styles to the current active link 2. Markup the current page with aria-current="page". This represents the current page within a set of pages. You can...
Open question about precommit hooks. We can create individual PR's if we agree. - Unit Tests? Obviously need to improve testing as a whole but it can be good to...
I think we could do a number of things to improve a11y in the codu codebase. Some suggestions are: 1. Adding automated checks to Github actions. See how [canaxess implemented...
## Describe the bug **To Reproduce** Steps to reproduce the behavior: 1. Go to the codepen example [https://codepen.io/garybyrne1/pen/NPNPLrJ](https://codepen.io/garybyrne1/pen/NPNPLrJ) 2. In Accessibility Insights for Web, go to "Ad hoc tools >...