A11y

A11y

1013 bookmarks
Newest
Keys To An Accessibility Mindset — Smashing Magazine
Keys To An Accessibility Mindset — Smashing Magazine
An accessible product can be daunting to build as there’s so much nuance and technical depth to consider. In this article, Daniel Yuschick demonstrates three keys for approaching and developing accessible content without leaving you lost in the weeds.
·smashingmagazine.com·
Keys To An Accessibility Mindset — Smashing Magazine
Blog
Blog
Web Accessibility: What is it? For whom is it important? What can you do to improve the accessibilty of your website? Read it on our blog!
·a11y-collective.com·
Blog
ARIA vs HTML
ARIA vs HTML
Using ARIA instead of HTML is generally fine for content, layout, structure, and other static bits of a page. A div role=”heading” aria-level=”1″ is the same as h1 as far users and accessibility APIs are concerned. It is unlikely a user will ever notice the difference unless you use both…
·adrianroselli.com·
ARIA vs HTML
WCAG 2.1 Article 1.1.1
WCAG 2.1 Article 1.1.1
Josh explains WCAG Article 1.1.1Tools and info to get your website accessible and WCAG Compliant: http://OnlineADA.comUnlock the WCAG walkthroughs for level ...
·youtube.com·
WCAG 2.1 Article 1.1.1
Your Accessibility Claims Are Wrong, Unless… — Adrian Roselli
Your Accessibility Claims Are Wrong, Unless… — Adrian Roselli
Now that it is a market differentiator to talk about accessibility in projects, that’s all many do — talk about it. In a sea of pop-dev noise, “accessibility” can be claimed with little risk someone will challenge it. If someone does, the response is often a fine balance between silence…
·adrianroselli.com·
Your Accessibility Claims Are Wrong, Unless… — Adrian Roselli
HTML-only Dark Mode
HTML-only Dark Mode
When our CSS contains Dark Mode rules and the file fails to load, we’re left with plain old HTML. Luckily we can request Dark Mode in our markup!
·tempertemper.net·
HTML-only Dark Mode
Fixing Safari’s HTML-only Dark Mode bug
Fixing Safari’s HTML-only Dark Mode bug
A bug with link text colours in Safari’s HTML-only Dark Mode theme means we need a bit of extra code. Here’s how to patch things until it’s fixed.
·tempertemper.net·
Fixing Safari’s HTML-only Dark Mode bug
HTML isn’t quite accessible out of the box
HTML isn’t quite accessible out of the box
There’s a commonly held idea that HTML is accessible out of the box, before any CSS has been applied. Unfortunately, that isn’t quite the case.
·tempertemper.net·
HTML isn’t quite accessible out of the box