Skip to content.
Adrian Roselli
SaaS Neural Network Library genAI

All Posts Tagged: usability

Does My Site Deserve Recognition?

If you have spent time reading my stuff, you may know that I get wound up when web sites that are demonstrably bad for users get recognition from pundits, awards sites, web dev outlets, industry shows, the media in general, or anyone really. I am not the only one to…

Posted:

Tags: accessibility, standards, usability, UX

Tables, JSON, CSS, ARIA, RWD, TLAs…

Yeah. Another one. Let’s recap: In 2012 I asked that we get back to using HTML tables for tabular data in my post It’s OK to Use Tables, In November I argued that we need to avoid ARIA grid patterns for tables in Hey, It’s Still OK to Use Tables,…

Posted:

Tags: accessibility, html, JavaScript, mobile, tables, usability, UX, WCAG

Tables, CSS Display Properties, and ARIA

Update: 7 October 2023 Tables with display properties are now functional across Chromium, Gecko, and (finally) WebKit browsers. Barring regressions (which have happened), display: contents is the only style that may cause issues, and that is a function of a poor specification. My post It’s Mid-2022 and Browsers (Mostly Safari)…

Posted:

Tags: accessibility, ARIA, css, html, standards, tables, usability, UX

GitHub Contributions Chart

Perhaps a testament to how little I might value GitHub contributions. GitHub profile pages are, to many, the de facto place to quickly judge the value of a developer. The contributions chart is an at-a-glance visual indicator of that value. I disagree completely with the notion of the chart (or…

Posted:

Tags: accessibility, css, html, mobile, pattern, standards, usability, UX, WHCM

Improving Your Tweet Accessibility

Twitter persists. Even if you have moved to Mastodon, Twitter will persist. As such, we need to continue to ensure it is accessible to all users. This post gathers some tips you can and should use. Hashtags Emoji Unicode Image Alternative Text Embedding Alternative Text in a Tweet Web Interface…

Posted:

Tags: accessibility, social media, Twitter, usability, UX

Tweaking Text Level Styles

It’s a bit of a pain to pepper updates within the sections of the post, so just scroll down to the latest update and work your way back up. Considering how much I charge for this site, I am hoping my readers will accept the extra effort. This post is…

Posted:

Tags: accessibility, css, html, pattern, standards, usability, UX, WHCM

Slides: Inclusive Usability Testing — a11yTOCamp

I have uploaded my slides from a11yTOCamp to SlideShare. If the embed below does not work, visit them directly. There were a lot of great talks yesterday, though I only tweeted from a couple of them (and skipped one altogether). Watching

Posted:

Tags: accessibility, internet, slides, usability, UX

Slides from Girl Develop It Buffalo

I gave a brief presentation to Girl Develop It (the Buffalo Chapter) tonight. The slides are at SlideShare and embedded below.

Posted:

Tags: accessibility, slides, speaking, standards, usability, UX

Feature Request for Firefox Grid Inspector: Source Order

This post is both a feature request and an opportunity to share my thoughts in a format I find easier to use than a Bugzilla report. And Jen Simmons said I could do it as a blog post. So there. Firefox Grid Inspector I am a big fan of the…

Posted:

Tags: accessibility, browser, css, Firefox, usability, WCAG

A Responsive Accessible Table

Painfully slow demonstration of the example table resizing and different media queries kicking in. 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…

Posted:

Tags: accessibility, ARIA, css, design, html, mobile, pattern, print, standards, tables, usability, UX, WHCM

Hey, It’s Still OK to Use Tables

Baby Boomerangutuang, one of the Tick’s students. He was just shouting It’s OK to play with dolls! Consider this post to be the sequel to my 2012 post It’s OK to Use Tables. Here I will go into bit more detail based on the state of accessible efforts I see…

Posted:

Tags: accessibility, ARIA, html, pattern, standards, tables, usability, UX

Don’t Use ARIA Menu Roles for Site Nav

Once again, the advice is in the title of the post. But I will ramble anyway since you scrolled this far. First run with the advice, and then review some background on ARIA and how navigation and menu items are defined. This way you can tap out quickly when it…

Posted:

Tags: accessibility, ARIA, ARIAbuse, html, standards, usability