Understanding Logical Focus Order
Logical focus order is a key element of web accessibility and is required by WCAG 2.1 in order to meet Level A standards. Let's dive into…
Rachel Leggett spins some yarns about web development, web accessibility, and other tech topics in the DevYarns blog.
Logical focus order is a key element of web accessibility and is required by WCAG 2.1 in order to meet Level A standards. Let's dive into…
The Challenge Each year in October, Women Make holds a month-long, non-competitive hackathon called Just F * ing Ship It . The goal is to…
How many times have you seen a tweet like this? Proud to say my website is fully accessible! #a11y I don't want to diminish the effort it…
When we write JavaScript applications and we're adding click event listeners all over the place, it can be hard to know which element is the…
It's easy to write minimally-compliant alt text. Just stick anything at all in there and automated testing tools will be happy. But if you…
I gave my first conference talk in July 2020, which as of this writing was last month! I spoke at WPCampus 2020 Online on how to improve…
At the bottom of each of my posts, I have a link that says "click here to share this post on Twitter." Clicking this link opens a new, small…
This tutorial assumes your blog uses Gatsby and that your Gatsby blog already has a blog post template that displays content from Markdown…
When I recently rewrote the bio on my personal website , I added some emojis to add some personality and visual interest. To make sure…
When it come to learning a new programming language, concept, framework, or library, I usually have the most success with following video…