aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/aria
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
commit218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch)
treea9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/zh-tw/glossary/aria
parent074785cea106179cb3305637055ab0a009ca74f2 (diff)
downloadtranslated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip
initial commit
Diffstat (limited to 'files/zh-tw/glossary/aria')
-rw-r--r--files/zh-tw/glossary/aria/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/aria/index.html b/files/zh-tw/glossary/aria/index.html
new file mode 100644
index 0000000000..ef57c54ddf
--- /dev/null
+++ b/files/zh-tw/glossary/aria/index.html
@@ -0,0 +1,17 @@
+---
+title: ARIA
+slug: Glossary/ARIA
+tags:
+ - 無障礙化
+ - 術語表
+translation_of: Glossary/ARIA
+---
+<p><strong>ARIA</strong>(Accessible Rich {{glossary("Internet")}} Applications,可訪問的富網際網路應用程式)是一個 {{Glossary("W3C")}} 規範,用已對 {{Glossary("HTML")}} 添加語義和元數據,以迎合需要輔助技術的用戶。</p>
+
+<p>例如:你可以給一個 {{HTMLElement("p")}} {{glossary("tag","標籤")}}添加 <code>role="alert"</code> 屬性提醒視覺障礙用戶,這裏的訊息很重要並對時間敏感(針對非視覺障礙用戶,你可能本來會用文字顔色傳達這種事)。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<ul>
+ <li><a href="/zh-TW/docs/Web/Accessibility/ARIA">ARIA</a></li>
+</ul>