Links
My approach to using z-index
"The short version: categorise all uses of z-index as either local or global. Local: elements that need to render on top of a sibling or nearby element. Global: elements that must render on top of elements elsewhere on the page."
The Art of Comments
"Code can describe how, but it cannot explain why. This isn't a new concept, but it's a common theme I notice in helpful comments that I have come across. The ability to communicate something that the code cannot, or cannot concisely."
Unlocking the Benefits of CSS Variables
"Overview of the benefits of CSS variables and helpful tips and tricks for working with them."
A Responsive Accessible Table
"After writing (again) that it is ok to use tables, and after providing quick examples of responsive tables, I received questions about why I used some of the code I did. I am going to attempt to break it down to give you enough information to make your own responsive, accessible table because my example will likely not fit your case precisely (or closely?)."
Videos
Pragmatic Accessibility: A How-To Guide for Teams
"This talk will explain how to effectively review a site for accessibility and how to build accessibility considerations into your team process so each team member knows their role, and has the appropriate training material. The goal is for attendees to walk away with an actionable process which they can immediately use to assess and improve their products' accessibility and overall user experience."