Skip to content.
Adrian Roselli
Decentralized Monetization Token VRML

All Posts Tagged: accessibility

Infographically Disinclined

I don’t care for infographics. Their original purpose of visually conveying otherwise complex information has been superseded by their current use as marketing drek with “quirky” illustrations, blocks of prose, and the occasional useful factoid. The love affair with inforgraphics is confounding to me as a web developer. They are…

Posted:

Tags: accessibility, design, infographic, rant, standards

My Carousel Use Stats

I started this post way back in March after reading Brad Frosts’ bit on carousels. Then I let it sit unfinished. With the buzz around ShouldIUseACarousel.com this week, I figured I’d finish it up. The data is old, although I offer updated numbers at the bottom. The Process I looked…

Posted:

Tags: accessibility, analytics, design, mobile, rant, touch, usability, UX

Balancing Act: Features, Budgets & Timelines at Web Standards Sherpa

As of today I am an author over at Web Standards Sherpa. I wrote an article discussing the process of juggling a no-budget, tight-timeframe web site for Buffalo Soccer Club while still trying to adhere to best practices. The article is titled “Balancing Act: Features, Budgets & Timelines.” I get a…

Posted:

Tags: accessibility, clients, css, html, mobile, print, project management, standards

ARIA Tabs

Last week I spent my Friday afternoon trying to get my head around how to apply ARIA properly to a tabbed interface. I even got so far as to map it out on my whiteboard and snap a photo so I could mull it over during the weekend. And then…

Posted:

Tags: accessibility, ARIA, css, html, JavaScript, pattern, standards, W3C, WAI

Still Guessing on Accessibility

I have no illusions that accessibility on the web can be tricky. It’s primarily tricky because of the way developers choose to implement it. Web Axe nicely sums it up: Most people don’t realize that the web IS accessible. The problem is that designers and developers break it.— Web Axe…

Posted:

Tags: accessibility, html, rant, standards, W3C, WAI, WCAG

2012 Advent Calendars for Web Devs

Now that the (Western, my favorite) holiday season is upon us, the tradition of advent calendars whose chocolate is replaced with web-related tips and articles is back. This year’s crop is missing some from last year, but there’s still good stuff to be found. If you know of any others,…

Posted:

Tags: accessibility, css, html, internet, JavaScript, usability, UX

New Main Element Approved, then Blocked

When I saw main proposed as an element a few months ago (or content or maincontent as alternate names), I didn’t think the process to fold it into the HTML specification would move very quickly. Much to my surprise on the W3C HTML Working Group mailing list the main element…

Posted:

Tags: accessibility, browser, html, standards, W3C, whatwg

Page-Level Container Discussion for HTML5

As I started down the path of my first HTML5 web page I spent a good deal of time trying to understand the sectioning elements of HTML5 — nav, article, aside, and section — as well as the major structural elements such as header and footer. Trying to find the…

Posted:

Tags: accessibility, ARIA, html, standards, W3C

Alt Text on the Picture Element?

This is one of those posts that might interest only a few people and even then only if you are interested in a very specific aspect of this ongoing standard development. Yesterday I got into a conversation (just one of the messages) on the W3C Responsive Image Community Group mailing…

Posted:

Tags: accessibility, ARIA, html, standards, W3C

CSS Background Images & High Contrast Mode

This post was written in 2012, when Internet Explorer was still a browser in common use, Edge did not exist (in either form), and WHCM was not yet on standards track. If you are supporting IE or looking for historical support, then this article is for you. Otherwise I recommend…

Posted:

Tags: accessibility, browser, css, Internet Explorer, pattern, standards, W3C, WHCM

It’s OK to Use Tables

Baby Boomerangutuang, one of the Tick’s students. He is shouting It’s OK to play with dolls! If you cut your teeth building for the web in the 90s and even into the 00s, then you probably learned to lay out your HTML pages using <table>s. As CSS support and techniques…

Posted:

Tags: accessibility, css, rant, standards, tables

Let’s Treat Old Browser Users Better

It’s not hard to stumble across diatribes against IE6 (and 7 and 8) users across forums peopled by web developers. As a web developer there is no denying that my desire to play with the new and shiny is hampered by my need to support users on older browsers and…

Posted:

Tags: accessibility, browser, internet, mobile, rant, usability, UX