本文介绍了有人可以解释HTML5 aria- *属性吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想知道 aria - *
属性用于什么。他们可以拥有什么价值,是他们定义的价值还是我可以创建自己的价值?
I wanted to know what the aria-*
attributes are used for. What values can they have, and are they defined values or can I create my own values?
推荐答案
ARIA代表,旨在改善富Internet应用程序的可访问性,即使其更多适用于残障人士。
ARIA stands for Accessible Rich Internet Applications and is designed to improve the accessibility of Rich Internet Applications, i.e. to make them more usable for people with disabilities.
有关各种属性的帮助。
我认为你不能创建自己的ARIA属性。
I don't think you can create your own ARIA attributes.
这篇关于有人可以解释HTML5 aria- *属性吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!