hAccessibility - Unhappy First Birthday

It’s one year today since Bruce Lawson and James Craig published “hAccessibility“, about the misuse of the ‘abbr’ element in microformats (an issue I first raised on 20 September 2006 in Accessify Forums).

As recent events show, the microformats cabal still has its collective head up its own^W^W^W in the sand.

Despite suggestions for a workaround, a solution seems no nearer, thanks to their apparent indifference. Shame on them.

Tags: , , , , ,

4 Responses to “hAccessibility - Unhappy First Birthday”

  1. James Craig Says:

    Despite apathy from most and even hostile resistance from some of the Microformats community, we’re still making progress, however slowly. I’d encourage people that want to help to contact either me, Bruce, or Ben Ward.

  2. Toby Inkster Says:

    One workaround that I’ve found involves the intermingling of the existing lt;abbr> pattern and value excerpting rules. It works along these lines:

    <span class="dtstart">
    28 April 2008
    <abbr title="20080428" class="value" style="display:none"></abbr>
    </span>

    It seems to work in many existing parsers (not all sadly) and I am yet to notice any apparent accessibility problems.

  3. pigsonthewing Says:

    @Toby: Try viewing that with CSS disabled. And doesn’t Operator ignore such “hidden” content?

  4. Bruce Lawson’s personal site  : hAccessibility, one year on Says:

    [...] Andy Mabbett reminded me that it’s been a year since James Craig and I published hAccessibility— a look at the accessibility problems inherent in some unsemantic design patterns used in some microformats. [...]

Leave a Reply