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?
相关问题
- What is better practice use or for accessi
- Accessibility Custom Actions aren't announced
- Bug in GNOME's Java-Atk-Wrapper - how to disab
- Proper ARIA attribute for field/value pairs outsid
- How accessibility affect font sizes in iOS and And
相关文章
- HTML5 control
- Pronounce “DoIT” as “do it” for screen readers and
- Double tap doesn't click the parent view in ta
- What are the key components of web accessibility?
- Is there any callback or anything (any parameter i
- Should I avoid javascript , jquery, flash, ajax, s
- Accessibility Service for my app is not working if
- How to change image and alt attribute on click?
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.
Help on the various attributes is available here.
I don't think you can create your own ARIA attributes.