With that bit of additional CSS, we are able to return the list semantics for VoiceOver users without needing to touch the markup.| gerardkcohen.me
In this article, you will learn how to set up a gallery that is expandable as well as accessible with a few tips and tricks along the way.| S.Bistrović
I had a great time solving the latest challenge from Andy Bell's Front-End Challenges Club! I'm looking forward to see how he implemented it, but here's my solution and some notes on my approach.| Geoff Rich
A collection of bad practices in HTML, copied from real websites.| Landmarks and where to put them - HTMHell
Learn how to build an accessible image carousel that supports multiple input modes and is progressively enhanced with CSS scroll snap and JavaScript.| www.aleksandrhovhannisyan.com
This technique explores using: `object-fit` for responsive image scaling, `aspect-ratio` for consistent image sizes, a CSS Grid trick to replace absolute positioning, and CSS transforms for animated effects.| Modern CSS Solutions
This tutorial will show how to use CSS grid layout for easy custom list styling. We'll cover CSS counters, CSS custom properties, and responsive multi-column lists, as well as the new `::marker` pseudo selector.| Modern CSS Solutions