More power to you Chris! Really inspiring to see you program.
@IanJax5 жыл бұрын
I have recently started focusing on accessibility in my work. Similar to you, I am developing with react and using the NVDA screen reader. I use the Office Fabric UI react library and would be interested to hear your impressions of that library. What I find challenging is that our design team sometimes produce intricate components which are appealing visually but a nightmare to implement with accessibility. For example, we have a menu system which displays a list of items. It's a hierarchy of links and text each of which can be expanded and collapsed. Most items are anchor links but some child items can be expanded to display functional components with form elements. So what I end up with is a large tree view list structure with nested components. I focused a lot on keyboard support for navigating the menu and expanding the items with the arrow keys and I'm quite happy with the result. Your videos are very informative and I hope you continue to inform other devs about the importance of accessibility.
@StuckLogo5 жыл бұрын
Really awesome showcase, makes me want to invest more time on accessibility. It makes me realize how hard it should be for you to develop stuffs, I'm really impressed !