#accessibility
Read more stories on Hashnode
Articles with this tag
To provide a better user experience in many cases is important to know what to hide to assistive technologies. · We have already discussed, in a previous...
A media query aimed to those particularly sensitive to visual movements and animations. · Animations are great in web design. They can be cool, or they...
Modals are today a very common element but not yet fully supported: a lot of effort is required to implement them: here the steps I follow. · Modals...
Provide a quick shortcut to go straight to your main content, a useful feature for all keybord users. · Do I need a "skip link"? Short answer: yes!. If...
Role attribute is often used as a workaround for accessibility while in reality it gives an added layer of meaning to your code. · Here we're talking...
The main reason to use an accordion is to organize a potentially long series of info, in order to show them only when the user explicitly declares,...