From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/glossary/aria/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 files/zh-tw/glossary/aria/index.html (limited to 'files/zh-tw/glossary/aria') 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 +--- +

ARIA(Accessible Rich {{glossary("Internet")}} Applications,可訪問的富網際網路應用程式)是一個 {{Glossary("W3C")}} 規範,用已對 {{Glossary("HTML")}} 添加語義和元數據,以迎合需要輔助技術的用戶。

+ +

例如:你可以給一個 {{HTMLElement("p")}} {{glossary("tag","標籤")}}添加 role="alert" 屬性提醒視覺障礙用戶,這裏的訊息很重要並對時間敏感(針對非視覺障礙用戶,你可能本來會用文字顔色傳達這種事)。

+ +

了解更多

+ + -- cgit v1.2.3-54-g00ecf