摘要:
See if you can do a better job styling this button using ARIA states. One huge benefit to styling with ARIA is that it provides visual feedback that y 阅读全文
摘要:
Together 'aria-live', we can use 'aria-atomic', 'aria-relevant' and 'aria-busy' to give more information to screen reader, when should announce the ch 阅读全文
摘要:
"aria-live" is a method to tell the information to the screen reader once value changed. aria-live has three value: 1. off: nothing will happen 2. pol 阅读全文
摘要:
High availability apps require that no distinction be made between local and remote services. Attached resources should be accessed by environment var 阅读全文
摘要:
Storing configuration in files instead of the environment has many downsides, including mistakenly checking in the wrong configuration in the wrong en 阅读全文
摘要:
You want to use aria-hidden to prevent screen reader to access some content should be hidden from users. For example, slides, you want to remove previ 阅读全文
摘要:
'aria-labelledby' overwrite 'aria-label' overwirte native element label. TOP-LEFT: aria-label overwrite native element label, so it is Gumnut. TOP-RIG 阅读全文
摘要:
For some reason, you build a custom checkbox component, if without ARIA in mind, basiclly this site is unusable for screen reader. DEMO site. In the e 阅读全文
摘要:
In this lesson we'll walk through setting up an updater function that can receive an action argument. We'll also dive into how to separate your state 阅读全文