What is Success Criterion 2.5.3? It’s a WCAG (Web Content Accessibility Guidelines) rule...
Merging my favorite tool with my passion: 🎭 + A11y For my first accessibility tests, I decided...
Start with confidence with autogenerated tests! 🎭 Playwright allows you to generate test scripts...
A blog series about playing and writing in 🎭 I'm a developer learning about web accessibility, and I...
Using Buttons and Links with Accessibility in Mind Buttons and links are fundamental elements in web...
In a previous post, we looked at semantic vs. non-semantic HTML elements. Now, it’s common for web...
In most conversations about accessibility, the use of semantic HTML is most likely to be the first...
Me: The length of an array is determined by the number of its elements, right? JavaScript: Hmm, not...
JavaScript objects are mutable. BUT, React asks that we treat objects in state as immutable. Should...
The Cool Way to Dial Elements in JavaScript 📞 😎 Python devs, hold the smirks! JavaScripters,...
JavaScript's Restricted Realm for LET and CONST The Temporal Dead Zone sounds like a sci-fi movie,...
Giving Code Elements a Head Start in the Race to Execution! Ever played with a yo-yo? In...