UX Button Component Design Buttons seem like a very simple thing to implement. They are action driven. Push a button to compose an email. Push a button to delete some spam. This simplicity is excellent but belies a problem.
Accessibility Accessibility testing and automation and linting. Oh my. Thoughts and Practices on accessibility and automated testing.
Accessibility Using links and buttons correctly You want to make something clickable on your website. Should you use a button or a link? Does it matter? I think it does. There are 2 major use cases
Accessibility Using soft-hyphenation and truncation to deal with text-zoom. For users with low vision, text-zoom is a very valuable tool. Unlike the browsers default zoom, which scales all content on the page, text-zoom does exactly what the name suggests.