Contributing WAI-ARIA landmark roles to open source CMS themes
Sometime new technology suffers from a chicken and egg problem. For example, if no websites start using WAI-ARIA there will be few incentives for manufacturers of assistive technology or browsers to include support in their products.
At the European Accessibility Forum in Frankfurt (eminently organised by Namics) I met Steve Faulkner who has done a lot of research on WAI-ARIA (see Using WAI ARIA Landmark Roles). Although the specification isn’t finalized yet there are many advantages to WAI-ARIA and browser support is increasing.
With the help of Steve, I submitted a minor patch for the default WordPress theme that adds ARIA landmark roles. I believe that a simple thing like this would make the web a better place for a lot of people as well as making web development easier.
How to add WAI-ARIA landmark roles
For an overview of methods to work with landmark roles in existing HTML see Patterns for WAI-ARIA landmark roles in existing HTML.
How to check WAI-ARIA landmark roles
If you want to start working on implementing landmark roles in a theme, check out Juicy Studio’s Web Accessibility Toolbar Extension for Firefox or the YAML debug tool bookmarklet. These will aid you in checking that the markup you add is correct.
Adopt your favorite CMS
What other content management systems would you like to see support WAI-ARIA landmark roles? If more people could help to create patches adoption would increase rapidly.
Add your suggestions below (or better, create a patch and send to the developers).
Content management systems
- WordPress (patch accepted for WordPress 2.8)
- Typo3
- Joomla (patch accepted for Joomla 1.6)
- Drupal (patch submitted by Mike Gifford)
- Dotclear (patch submitted in ticket 728)
- Textpattern
- Plone (ticket 9298 submitted by Christophe Strobbe)
Wiki tools
- MediaWiki (patch submitted)
- twiki
- Dokuwiki (patch submitted)
- Dekiwiki (may need some accessibility love in other areas too)
- PmWiki (patch submitted)
Forum applications
Layout generators
Hosted services
Web frameworks
- Django

Hi Peter,
here’s the debug tool that I mentioned to you and Steve over breakfast in Frankfurt: http://blog.yaml.de/post/74/yaml-debug-markup-analysing-tool-open-beta-test/ – the YAML framework itself doesn’t contain any ARIA landmarks (yet), but the bookmarklet can be used to display various roles, aria-describedby, aria-labelledby etc.
Christian heilmann mentioned to me on sunday the the YUI grid builder now has support for landmark roles.
Good post, I have created a small patch for inclusion in Drupal 7 which I hope will be accepted. Simple landmarks are quite easy to add into themes.
We’ve been discussing this (and other issues) in the Drupal Accessibility Group.
Thanks again!
wikis to add to:
mediawiki
twiki
docuwiki
Videos of most of the sessions and links to the presentations are found here: http://vimeo.com/channels/eafra
I have added a request for ARIA Landmarks to Blogger: http://getsatisfaction.com/blogger/topics/skip_links_are_broken
I also noted that their skip links are broken, since they use display: none to hide them…
I’m head of the accessibility team at the upcoming hosted journalling service Dreamwidth – we’re only in closed beta at the moment but will be adding WAI-ARIA landmark roles to as much of the site as we can manage as soon as we can. Hopefully much will be done before open beta at the end of the month.
Dreamwidth is an open source project that’s a code fork of LiveJournal, for those who are interested, and deeply committed to diversity and accessibility. If there’s anybody interested in becoming involved in the accessibility side of it I’ve got invite codes and there’s no such thing as “too many volunteers”! Just email me with details. We’re especially looking for screen reader users to check some specific final details for usability.
My favourite wiki for small wiki sites is pmwiki (http://www.pmwiki.org/) – would love ARIA support for that!
Zen-Cart anyone?
What about Confluence WIKI? Does anybody know?
Tine, Confluence is not an open source project so it isn’t possible to download the source code and contribute a patch for it.
Plone doesn’t seem to know WAI-ARIA (a search for WAI-ARIA or ARIA generates no hits).
I created a ticket for a feature request: https://dev.plone.org/plone/ticket/9298
The open-source CMS Alfresco has outdated accessibility documentation and an old bug/feature request regarding WCAG 1.0 and Section 5.8 conformance. On the other hand, the QA test plan mentions WCAG 2.0 and WAI-ARIA, so I don’t know where they stand with regard to web accessibility. I haven’t found a bug or feature request regarding WAI-ARIA (and you probably need to register before you can submit one).
You can vote for more accessibility in Plone in the current Plone improvement ideas Feedback Forum. If you have a login for Uservoice, you can also add comments (e.g. refer to ticket #9298 for support of WAI-ARIA landmarks).