diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-01 01:33:13 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-06-01 08:16:33 +0900 |
commit | a8ee03c19bae2ea07203c15d3f5c122fb4a22d82 (patch) | |
tree | fee353ed2a068c6847b9f9c640952202d43400c6 /files/ja/web/accessibility | |
parent | e9207b7310c782874794c128cb6840f23937850d (diff) | |
download | translated-content-a8ee03c19bae2ea07203c15d3f5c122fb4a22d82.tar.gz translated-content-a8ee03c19bae2ea07203c15d3f5c122fb4a22d82.tar.bz2 translated-content-a8ee03c19bae2ea07203c15d3f5c122fb4a22d82.zip |
Update files/ja/web/accessibility/aria/index.html
Co-authored-by: potappo <potappo@gmail.com>
Diffstat (limited to 'files/ja/web/accessibility')
-rw-r--r-- | files/ja/web/accessibility/aria/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/accessibility/aria/index.html b/files/ja/web/accessibility/aria/index.html index f60548c7fe..68d0c2e107 100644 --- a/files/ja/web/accessibility/aria/index.html +++ b/files/ja/web/accessibility/aria/index.html @@ -79,7 +79,7 @@ function updateProgress(percentComplete) { <dl> <dt><a href="/ja/docs/Web/Accessibility/Keyboard-navigable_JavaScript_widgets">キーボードで操作可能な JavaScript ウィジェットを書く</a></dt> - <dd><input> や <button> などのような組み込み要素は、キーボードのアクセシビリティが組み込まれています。これらを <div>s と ARIA で「偽装」する場合は、ウィジェットがキーボードでアクセシブルであることを保証する必要があります。</dd> + <dd><input> や <button> などのような組み込み要素は、キーボードのアクセシビリティが組み込まれています。これらを <div> と ARIA で「偽装」する場合は、ウィジェットがキーボードでアクセシブルであることを保証する必要があります。</dd> <dt><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Live_Regions">ライブリージョン</a></dt> <dd>ライブリージョンは、ページのコンテンツが変更された場合に、画面リーダーにどのように対処すべきかを提案します。</dd> <dt><a href="https://www.freedomscientific.com/Training/Surfs-up/AriaLiveRegions.htm">Using ARIA Live Regions to announce content changes</a></dt> |