blob: d9aadf511e34106f6b12e16867f4e518f0a9e382 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
---
title: aria-activedescendant 属性の使用
slug: web/Accessibility/ARIA/Attributes/aria-activedescendant
tags:
- ARIA
- Accessibility
translation_of: >-
Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-activedescendant_attribute
original_slug: >-
Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-activedescendant_attribute
---
<p>この記事では、<code><a href="https://www.w3.org/TR/wai-aria/#aria-activedescendant">aria-activedescendant</a></code> プロパティについて説明します。</p>
<h3 id="Description" name="Description">説明</h3>
<p><code>aria-activedescendant</code> 属性には、ドキュメントオブジェクトモデル内の複合ウィジェットの一部である、現在アクティブな子オブジェクトの ID が含まれます。 これは、1つ以上の子にフォーカスを持たせるというオーバーヘッドを伴います。 名前が指定するように、複合ウィジェットの現在アクティブな子を管理するのに役立ちます。</p>
<h3 id="Possible_effects_on_user_agents_and_assistive_technology" name="Possible_effects_on_user_agents_and_assistive_technology">ユーザーエージェントと支援技術への影響</h3>
<p>ユーザーエージェントは、検索、レンダリング、およびエンドユーザーとウェブコンテンツとのやりとりを容易にするソフトウェアで、<code>aria-activedescendant</code> プロパティを使用して、フォーカスを持っているアクティブな子について支援技術に通知します。 <code>aria-activedescendant</code> プロパティを使用するこのアクティブな子は、常に画面上に表示され、ドキュメントオブジェクトモデルのコンテナの子孫でなければなりません。</p>
<div class="note"><strong>注</strong>: 支援技術がどのようにこの技術を扱うべきかについての意見は異なる場合があります。 以下に示す情報は、これらの意見の1つで、したがって規範的ではありません。</div>
<h3 id="Examples" name="Examples">例</h3>
<h4 id="Example_1" name="Example_1">Example 1: </h4>
<p> </p>
<pre class="brush: html">Code </pre>
<h4 id="Working_Examples" name="Working_Examples">動作する例</h4>
<ul>
</ul>
<h3 id="Notes" name="Notes">注 </h3>
<h3 id="ARIA_attributes_used" name="ARIA_attributes_used">使用された ARIA 属性</h3>
<h3 id="Related_ARIA_techniques" name="Related_ARIA_techniques">関連する ARIA 技術 </h3>
<h3 id="Compatibility" name="Compatibility">互換性</h3>
<p class="comment">TBD: 一般的な UA と AT 製品の組み合わせに関するサポート情報を追加する</p>
<h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3>
|