::Last-Child – Ted Drake

Accessibility | Inclusion | Belonging | DEI AF

Resist with Ted

Category: accessibility

  • Trickle Down Accessibility

    Ted Drake, Intuit Accessibility Sarah Margolis-Greenbaum, Intuit Accessibility CSUN 2018 Trickle-Down Accessibility – CSUN 2018 from Ted Drake Disclaimer This presentation is not about reducing your support for blind and low-vision. It’s about building better products by expanding your outreach. This topic could be considered controversial, but that’s not the intention. This is about expansion.…

  • Trickle Down Accessibility – A proposal for CSUN 18

    Matt May tweeted an observation in 2016 introducing Trickle-Down Accessibility and recognized prioritizing our blind customers could lead to less support for others. Sarah Margolis-Greenbaum and I will be discussing Trickle-Down Accessibility at the 2018 CSUN Assistive Technology Conference on Wednesday, March 21 at 2:20 pm in Cortez Hill C, 3rd Floor, Seaport Tower. The…

  • 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…

  • Accessible Font Sizing

    Accessible Font Sizing

    The biggest font size requirement is that the user is able to adjust their font size and the application inherits their preference. In Web, this means we use a relational font, such as em, rem, percentages, vm, and vh. Pixels are passable, but we don’t want to use points. Containers need to grow The BBC…

  • 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…

  • @media 2006 first impressions

    @media 2006 first impressions

    @media and the WCAG2 I was waiting for the WCAG2 smack down at this week’s @media conference in London. The stage was set for some serious smack talk and WWF style-insults. Heck, Joe Clark was even mentioned at least a half dozen times. But a surprising thing happened on stage. The presenters, Gez Lemon, Patrick…