我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
ARIA (Accessible Rich Internet Applications) is a W3C specification for adding semantics and other metadata to HTML to cater to users of assistive technology.
For example, you could add the attribute role="alert"
to a <p>
tag to notify a sight-challenged user that the information is important and time-sensitive (which you might otherwise convey through text color).