From f3e289700d734fb00a822b5a1a06bca6694ec33b Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 3 Dec 2021 00:49:56 +0000 Subject: [CRON] sync translated content --- files/ja/_redirects.txt | 1 + files/ja/_wikihistory.json | 12 +++--- .../index.html | 46 --------------------- .../attributes/aria-activedescendant/index.html | 47 ++++++++++++++++++++++ 4 files changed, 54 insertions(+), 52 deletions(-) delete mode 100644 files/ja/web/accessibility/aria/aria_techniques/using_the_aria-activedescendant_attribute/index.html create mode 100644 files/ja/web/accessibility/aria/attributes/aria-activedescendant/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 6ff573ec10..a36204d864 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3580,6 +3580,7 @@ /ja/docs/Web/API/window.unescape /ja/docs/Web/JavaScript/Reference/Global_Objects/unescape /ja/docs/Web/API/window.updateCommands /ja/docs/Web/API/Window/updateCommands /ja/docs/Web/API/window.window /ja/docs/Web/API/Window/window +/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-activedescendant_attribute /ja/docs/web/Accessibility/ARIA/Attributes/aria-activedescendant /ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_button_role /ja/docs/Web/Accessibility/ARIA/Roles/button_role /ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_checkbox_role /ja/docs/Web/Accessibility/ARIA/Roles/checkbox_role /ja/docs/Web/Accessibility/ARIA/widgets/overview /ja/docs/Web/Accessibility/ARIA/widgets diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index a93a32b39c..ce326e0fb9 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -26352,12 +26352,6 @@ "Wind1808" ] }, - "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-activedescendant_attribute": { - "modified": "2019-03-18T20:45:37.166Z", - "contributors": [ - "Wind1808" - ] - }, "Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute": { "modified": "2019-03-18T21:23:20.561Z", "contributors": [ @@ -49646,5 +49640,11 @@ "Taken", "Mgjbot" ] + }, + "web/Accessibility/ARIA/Attributes/aria-activedescendant": { + "modified": "2019-03-18T20:45:37.166Z", + "contributors": [ + "Wind1808" + ] } } diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-activedescendant_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-activedescendant_attribute/index.html deleted file mode 100644 index dc7aa54366..0000000000 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-activedescendant_attribute/index.html +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: aria-activedescendant 属性の使用 -slug: >- - Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-activedescendant_attribute -tags: - - ARIA - - Accessibility -translation_of: >- - Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-activedescendant_attribute ---- -

この記事では、aria-activedescendant プロパティについて説明します。

- -

説明

- -

aria-activedescendant 属性には、ドキュメントオブジェクトモデル内の複合ウィジェットの一部である、現在アクティブな子オブジェクトの ID が含まれます。 これは、1つ以上の子にフォーカスを持たせるというオーバーヘッドを伴います。 名前が指定するように、複合ウィジェットの現在アクティブな子を管理するのに役立ちます。

- -

ユーザーエージェントと支援技術への影響

- -

ユーザーエージェントは、検索、レンダリング、およびエンドユーザーとウェブコンテンツとのやりとりを容易にするソフトウェアで、aria-activedescendant プロパティを使用して、フォーカスを持っているアクティブな子について支援技術に通知します。 aria-activedescendant プロパティを使用するこのアクティブな子は、常に画面上に表示され、ドキュメントオブジェクトモデルのコンテナの子孫でなければなりません。

- -
: 支援技術がどのようにこの技術を扱うべきかについての意見は異なる場合があります。 以下に示す情報は、これらの意見の1つで、したがって規範的ではありません。
- -

- -

Example 1: 

- -

 

- -
Code 
- -

動作する例

- - - -

注 

- -

使用された ARIA 属性

- - - -

互換性

- -

TBD: 一般的な UA と AT 製品の組み合わせに関するサポート情報を追加する

- -

その他のリソース

diff --git a/files/ja/web/accessibility/aria/attributes/aria-activedescendant/index.html b/files/ja/web/accessibility/aria/attributes/aria-activedescendant/index.html new file mode 100644 index 0000000000..d9aadf511e --- /dev/null +++ b/files/ja/web/accessibility/aria/attributes/aria-activedescendant/index.html @@ -0,0 +1,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 +--- +

この記事では、aria-activedescendant プロパティについて説明します。

+ +

説明

+ +

aria-activedescendant 属性には、ドキュメントオブジェクトモデル内の複合ウィジェットの一部である、現在アクティブな子オブジェクトの ID が含まれます。 これは、1つ以上の子にフォーカスを持たせるというオーバーヘッドを伴います。 名前が指定するように、複合ウィジェットの現在アクティブな子を管理するのに役立ちます。

+ +

ユーザーエージェントと支援技術への影響

+ +

ユーザーエージェントは、検索、レンダリング、およびエンドユーザーとウェブコンテンツとのやりとりを容易にするソフトウェアで、aria-activedescendant プロパティを使用して、フォーカスを持っているアクティブな子について支援技術に通知します。 aria-activedescendant プロパティを使用するこのアクティブな子は、常に画面上に表示され、ドキュメントオブジェクトモデルのコンテナの子孫でなければなりません。

+ +
: 支援技術がどのようにこの技術を扱うべきかについての意見は異なる場合があります。 以下に示す情報は、これらの意見の1つで、したがって規範的ではありません。
+ +

+ +

Example 1: 

+ +

 

+ +
Code 
+ +

動作する例

+ + + +

注 

+ +

使用された ARIA 属性

+ + + +

互換性

+ +

TBD: 一般的な UA と AT 製品の組み合わせに関するサポート情報を追加する

+ +

その他のリソース

-- cgit v1.2.3-54-g00ecf