Ian Storm Taylor
Ian Storm Taylor

Reputation: 8690

Good references for ARIA use?

Does anyone have any trusted references for ARIA use? I'm looking for something to base my markup on, but can't really find that many examples from trusted sources.

Right now I'm pretty much going from the ARIA spec and from this site, but would love a couple more good references to make sure I'm doing this correctly.

Upvotes: 5

Views: 319

Answers (5)

trante
trante

Reputation: 34006

This is very useful and detailed: https://developer.mozilla.org/en-US/docs/Accessibility/ARIA

Upvotes: 1

Paul D. Waite
Paul D. Waite

Reputation: 98796

Derek Featherstone’s article on A List Apart is a useful read about the practicalities of ARIA.

Upvotes: 1

ryankeairns
ryankeairns

Reputation: 808

The guys at WebAIM are great too:

WebAIM - ARIA

Upvotes: 2

Ian Storm Taylor
Ian Storm Taylor

Reputation: 8690

Here's a really useful one I found: http://oaa-accessibility.org/examples/role/77/

Upvotes: 3

Related Questions