Corina: Web for Everyone

Corina: Web for Everyone @corinamurg

About: 👩‍💻 Accessibility | E2E Testing

Location:
USA
Joined:
Sep 18, 2023

Corina: Web for Everyone
articles - 12 total

Testing for SC 2.5.3 Label in Name with Playwright

What is Success Criterion 2.5.3? It’s a WCAG (Web Content Accessibility Guidelines) rule...

Learn More 4 0May 21 '24

Testing for Accessibility with Playwright

Merging my favorite tool with my passion: 🎭 + A11y For my first accessibility tests, I decided...

Learn More 17 2Nov 27 '23

Using Codegen

Start with confidence with autogenerated tests! 🎭 Playwright allows you to generate test scripts...

Learn More 7 0Nov 20 '23

My First Playwright Tests

A blog series about playing and writing in 🎭 I'm a developer learning about web accessibility, and I...

Learn More 7 0Nov 17 '23

HTML: Buttons vs. Links

Using Buttons and Links with Accessibility in Mind Buttons and links are fundamental elements in web...

Learn More 7 0Nov 15 '23

HTML: Tag vs. Element

In a previous post, we looked at semantic vs. non-semantic HTML elements. Now, it’s common for web...

Learn More 5 0Nov 11 '23

Use Semantic HTML!

In most conversations about accessibility, the use of semantic HTML is most likely to be the first...

Learn More 6 0Nov 11 '23

The World of Sparse Arrays in JavaScript

Me: The length of an array is determined by the number of its elements, right? JavaScript: Hmm, not...

Learn More 10 0Nov 10 '23

Immutability in React

JavaScript objects are mutable. BUT, React asks that we treat objects in state as immutable. Should...

Learn More 7 0Nov 4 '23

The Recent at() Method in JavaScript

The Cool Way to Dial Elements in JavaScript 📞 😎 Python devs, hold the smirks! JavaScripters,...

Learn More 5 0Nov 3 '23

The Temporal Dead Zone

JavaScript's Restricted Realm for LET and CONST The Temporal Dead Zone sounds like a sci-fi movie,...

Learn More 5 0Nov 2 '23

The Curious Case of JavaScript Hoisting

Giving Code Elements a Head Start in the Race to Execution! Ever played with a yo-yo? In...

Learn More 14 5Nov 2 '23