Highlight Text When a User Scrolls Down to That Piece of Text
I was reading a great post on Lene Saile’s blog and noticed a cool little design feature on her site that highlights a line of text once you scroll to it. Here’s a video so you can see …
The `prefers-reduced-motion` media query has excellent support in all modern browsers going back a couple of years. In this article, Michelle Barker explains why there’s no reason not to use it today to make your sites more accessible.
A Complete Guide To Accessible Front-End Components — Smashing Magazine
Reliable accessible front-end components: :focus styles, content sliders, dark mode, data charts, date pickers, form styles, navigation menu, modals, radio buttons, "skip" links, SVGs, tabs, tables, toggles and tooltips.
Everything I think about when I think about tables
01 — Do we really need to display this table as a table on mobile? 02 — Are some rows/columns more important than others? 03 — What data points are most critical to our customers? https://t.co/TslG3dgeCC”
Light and dark themed SVG favicon using the CSS prefers-color-scheme media feature
How to use an SVG as a favicon for your website, considering the light and dark theme detection in the browser using the CSS prefers-color-scheme media feature, with PNG and ICO fallbacks.