http://stackoverflow.com/questions/3474099/what-is-html5-aria html
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA html5
http://www.w3.org/TR/aria-in-html/ node
###
問:What is the difference between data attribute and aria?
答: aria is specifically for accessibility, and should not be used to store random data. data is for random data the application needs to associate with the node. app
ARIA stands for Accessible Rich Internet Applications. dom
WAI-ARIA is an incredibly powerful technology that allows developers to easily describe the purpose, state and other functionality of visually rich user interfaces - in a way that can be understood by Assistive Technology. WAI-ARIA has finally been integrated into the current working draft of the HTML 5 specification. this
And if you are wondering what WAI-ARIA is, its the same thing. spa
Please note the terms WAI-ARIA and ARIA refer to the same thing. However, it is more correct to use WAI-ARIA to acknowledge its origins in WAI. htm
WAI = Web Accessibility Initiative blog
From the looks of it, ARIA is used for assistive technologies and mostly screen reading. ci
Most of your doubts will be cleared if you read this article
http://www.w3.org/TR/aria-in-html/
更新:詳見: http://www.cnblogs.com/TomXu/archive/2012/01/05/2305453.html