aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/aria/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/glossary/aria/index.html')
-rw-r--r--files/zh-cn/glossary/aria/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/aria/index.html b/files/zh-cn/glossary/aria/index.html
new file mode 100644
index 0000000000..cbd0fbfb13
--- /dev/null
+++ b/files/zh-cn/glossary/aria/index.html
@@ -0,0 +1,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>