Creating An Accessible Dialog From Scratch

Dialogs are everywhere in modern interface design (for good or for bad), and yet many of them are not accessible to assistive technologies. In this article, we will dig into how to create a short script to create accessible dialogs.

from Smashing Magazine — For Web Designers And Developers https://ift.tt/3f7ca7L
via IFTTT

Global vs. Local Styling In Next.js

Next.js has strong opinions about how to organize JavaScript but not CSS. How can we develop patterns that encourage best CSS practices while also following the framework’s logic? The answer is surprisingly simple — to write well-structured CSS that balances global and local styling concerns.

from Smashing Magazine — For Web Designers And Developers https://ift.tt/3iSg2KL
via IFTTT