::Last-Child – Ted Drake

Accessibility | Inclusion | Belonging | DEI AF

Resist with Ted

Category: Resurrected

  • Find aria-hidden with this bookmarklet

    I love purpose built bookmarklets that help you find problematic code. I got an email yesterday from Travis Roth (Wayback Machine) about a potential vestigial aria-hidden attribute on an otherwise visible element. Unfortunately, it’s not uncommon to find an element that has aria-hidden=”true” on an element that is visible and should have either “false” or…

  • How to build your brand and get your dream job

    Update: This post was originally written in 2015. The post has been updated to reflect the accessibility community has shifted from Twitter to LinkedIn and Mastadon. I’ve also removed resources that are no longer available. I had the opportunity to visit many colleges and meet with the students as a Yahoo! Developer Evangelist. During these…

  • Keyboard Accessibility with the Space Bar

    Keyboard Accessibility with the Space Bar

    Keyboard accessibility is critical for your users that depend on voice recognition, onscreen keyboards, screen readers, ergonomic accessories, and your power users that prefer to avoid grabbing the mouse for every task. Most people test to make sure every interactive element can receive focus via the tab key and that buttons and links work with…

  • Accessibility Bookmarklets

    Update: this was originally published in 2013 and many of the links will be outdated. Bookmarklets are small javascript links that let you perform tasks in your browser. I have collected a set of bookmarklets that allow easier accessibility testing. This collection will certainly grow. What is your favorite? Add it in the comments. To…

  • Neutered Links: A.K.A removing the href attribute

    Neutered Links: A.K.A removing the href attribute

    Restored Article: Originally published: January 2, 2013 Restored: April 18, 2025 Introduction There’s an old programming saying: Garbage in, Garbage out. Bad input leads to bad results. Whether you’re building a website, app, or even a chocolate-covered cream puff, good practices are essential. Recently, a pattern has emerged where links are not keyboard accessible. This…

  • Storyboard your DHTML interactions

    Please note: this was originally published in 2006. YUI’s Interesting Moments spreadsheet is a great resource, especially as modern developers (using javascript platforms) have less understanding of micro-interactions. I’ve encouraged designers to use this in their specifications documents. I’ve kept internet archive links as the Yahoo articles have been deleted. Bill Scott gave an interesting…