博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
What is HTML5 ARIA
阅读量:6416 次
发布时间:2019-06-23

本文共 1051 字,大约阅读时间需要 3 分钟。

hot3.png

###

问: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.

###

ARIA stands for Accessible Rich Internet Applications.

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.

And if you are wondering what WAI-ARIA is, its the same thing.

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.

WAI = Web Accessibility Initiative

From the looks of it, ARIA is used for assistive technologies and mostly screen reading.

Most of your doubts will be cleared if you read this article

更新:详见: 

转载于:https://my.oschina.net/uniquejava/blog/533029

你可能感兴趣的文章
学习笔记-七burpsuite的使用
查看>>
dom解析xml
查看>>
【leetcode】900. RLE Iterator
查看>>
Google JavaScript Style Guide
查看>>
ethtool
查看>>
POJ 1273 Drainage Ditches
查看>>
阻塞和非阻塞,同步和异步
查看>>
LINUX基础内容
查看>>
阿花宝宝 Java基础笔记 之 引用类型作为参数
查看>>
Echarts dataZoom缩放功能参数详解:
查看>>
实践作业
查看>>
JAVA中的TreeSet
查看>>
关于checked="checked"却不显示选中的“对勾”
查看>>
三、MySQL PHP 语法
查看>>
实现文件与目录快速遍历
查看>>
【洛谷 p3386】模板-二分图匹配(图论)
查看>>
Deferred Shading 延迟着色(翻译)
查看>>
zabbix ZBX_NOTSUPPORTED: Timeout while executing a shell script.
查看>>
炒鸡好用的头文件
查看>>
动画!
查看>>