Jump to content

Wai-aria


roundcorners

Recommended Posts

I am interested in applying ARIA to my web site. Because of the browser incompatibilities, there are several caveats to getting started. Therefore I am interested in using JavaScript to implement roles, states and properties, even to static content.Does anyone here use ARIA?What is the best way to implement ARIA?Do you have any real world applications I could view?Thanks in advance for your help.

Link to comment
Share on other sites

I don't know of any web sites that use ARIA, and I don't personally use it either, but AFAIK, IE8 supports it.Because using ARIA basically means adding a "role" attribute with a standard value, using it plainly is going to make your (X)HTML invalid. If you don't want that, you can insert it with JavaScript, or create a custom DTD that includes ARIA.This article from AListApart shows how to use ARIA.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...