All Posts Tagged: css| adrianroselli.com
All Posts Tagged: JavaScript| adrianroselli.com
All Posts Tagged: usability| adrianroselli.com
TL;DR: This post does not assert the correct way to code blockquotes, it will only demonstrate how screen readers announce some existing patterns. Test Details The first four examples are lifted from WHATWG HTML’s entry. The next three are from W3C HTML’s 2019 guidance (the W3C HTML spec…| Adrian Roselli
All Posts Tagged: html| adrianroselli.com
All Posts Tagged: UX| adrianroselli.com
All Posts Tagged: usability| adrianroselli.com
Does what it says on the tin. Uses and with a bit of ARIA to create an accordion that works without JavaScript while working better with JavaScript. Mostly. See the Pen Progressively Enhanced HTML Accordion by Adrian Roselli (@aardrian) on CodePen. Visit the standalone version for testing or…| Adrian Roselli
All Posts Tagged: ARIA| adrianroselli.com
All Posts Tagged: pattern| adrianroselli.com
Once major browsers started supporting & developers immediately started to play with them to see what sorts of patterns they could enhance or replace. This is a good thing. Experimentation pushes boundaries, improves understanding. However, we need to be careful of christening this new-to-us interaction as the solution…| Adrian Roselli