Skip to content.
Adrian Roselli
Separated Heuristic Routine CPACC

All Posts Tagged: rant

Shopify Needs a Mirrorfy

Shopify is legitimately angry at drive-by ADA lawsuits, as outlined in its recent post The small business shakedown: Why thousands of entrepreneurs are getting buried in lawsuits. Like thousands of small business owners across the United States, Clay*, an online store owner, was sued without warning for his website allegedly…

Posted:

Tags: accessibility, rant

OpenAI, ARIA, and SEO: Making the Web Worse

OpenAI has announced it’s launched a new browser, Atlas, with ChatGPT built in. For those familiar with ARIA, OpenAI outlines what to expect (I left the code as I found it, other than removing the target): We’ll continue to make Atlas better, and our roadmap includes multi-profile support, improved developer…

Posted:

Tags: accessibility, ARIA, ARIAbuse, rant, search, SEM, SEO

My Thoughts on the State of Surveys

Every few months there’s another State of Something survey. As of this week, the State of CSS 2025 survey results have just become available and the State of HTML 2025 survey is wrapping up. This post is skewed to those, touches on more, and is rather disjointed. “2012 Oregon City…

Posted:

Tags: accessibility, rant, standards, usability, UX

1.2.5: Adversarial Conformance

I made a demo for WCAG 2.2 Success Criterion 1.2.5 Audio Description (Prerecorded) AA and have embedded it further down the page. It’s a bit of a download, so either ignore it, be patient, or steal wifi from your local chain restaurant. Conformance Success Criterion 1.2.5 Audio Description (Prerecorded) AA…

Posted:

Tags: accessibility, rant, standards, WCAG

#ARTY Could Get You Sued

I can’t actually assert the ARTY overlay will result in a lawsuit, though there is a trend of overlays attracting lawsuits. Attorneys say overlays don’t protect from lawsuits, either. Regardless of the company making it, if you wonder if you should use an accessibility overlay, the answer is no. ARTY’s…

Posted:

Tags: accessibility, overlay, rant, standards, UX

#Accesstive Will Get You Sued

I can’t actually assert the Accesstive overlay will result in a lawsuit, though there is a trend of overlays attracting lawsuits. Attorneys say overlays don’t protect from lawsuits, either. Regardless of the company making it, if you wonder if you should use an accessibility overlay, the answer is no. Accesstive’s…

Posted:

Tags: accessibility, overlay, rant, standards, UX

My Request to Google on Accessibility

Hey, Alphabet or Google or Chrome or whomever in that illegal monopoly continues to release things to the web platform that are full of accessibility barriers, I have what I think is a straightforward request. My Request Please, if your team cannot explain how the thing satisfies all WCAG Success…

Posted:

Tags: accessibility, Google, rant, standards, usability

Do Not Publish Your Designs on the Web with Figma Sites…

…Unless you want to fail all the WCAGs, create litigation risk, close off opportunities in Europe, engage in reputational harm, and oh yeah, throw up barriers to your customers and users. What am I talking about? Figma announced Figma Sites, letting you publish your Figma designs directly to the web.…

Posted:

Tags: accessibility, design, rant, standards

Be Wary of Accessibility Guarantees from Anyone

TL;DR: anyone promising you that a total solution to digital accessibility is coming, and they are the ones bringing it, may be lying. Background In 2016 I wrote Be Wary of Accessibility Guarantees from Vendors. At the time I was cautioning readers about libraries and frameworks and SaaS and so…

Posted:

Tags: accessibility, rant, standards, UX

1.4.10: Adversarial Conformance

I made a demo for WCAG 2.2 Success Criterion 1.4.10 Reflow AA and have embedded it further down the page. Unfortunately it assumes you have the font Impact installed, though in no way does that affect what this post covers. Conformance Success Criterion 1.4.10 Reflow AA without the Notes: Content…

Posted:

Tags: accessibility, rant, standards, WCAG

Generic LLM Chatbot Attestation

LLM-powered chatbots are here to stay. As a result, I am playing around with a disclaimer to recommend for clients. After all, if the LLM says that it’s fine to mix chlorine and ammonia to clean the sink, then that chatbot user needs to be told to probably confirm it…

Posted:

Tags: rant, usability

Avoid Read-only Controls

It’s weird to me that after I urged everyone not to disable form controls, a bunch of them decided that making them read-only was somehow better. But here we are. What’s in the box? Photo by Michael Heiss, no edits, CC BY-NC-SA 2.0. HTML The readonly attribute is only allowed…

Posted:

Tags: accessibility, pattern, rant, usability, UX