aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/aria/index.html
blob: cbd0fbfb13ac9eaf1c55ce2c494140e358728152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: ARIA
slug: Glossary/ARIA
tags:
  - Accessibility
  - Glossary
translation_of: Glossary/ARIA
---
<p><strong>ARIA</strong> (<em>Accessible Rich {{glossary("Internet")}} Applications</em>)  是向{{Glossary("HTML")}} 中添加语义和其他元数据的{{Glossary("W3C")}} 规范,以满足用户的辅助技术的需要。</p>

<p>例如,你可以将 <code>role="alert"</code>添加到{{HTMLElement("p")}} {{glossary("tag")}}以通知视力有问题的用户该信息是重要的(否则你可能通过文字颜色传达)。</p>

<h2 id="更多">更多</h2>

<ul>
 <li><a href="/en-US/docs/Web/Accessibility/ARIA">ARIA </a></li>
</ul>