diff options
author | MDN <actions@users.noreply.github.com> | 2021-12-03 00:49:56 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-12-03 00:49:56 +0000 |
commit | f3e289700d734fb00a822b5a1a06bca6694ec33b (patch) | |
tree | ee748956788ecea0125926a5b9e6084ec2fe103a /files/ja | |
parent | 3d1f9893be9a3eaa07aafae558fbdbddccd3061a (diff) | |
download | translated-content-f3e289700d734fb00a822b5a1a06bca6694ec33b.tar.gz translated-content-f3e289700d734fb00a822b5a1a06bca6694ec33b.tar.bz2 translated-content-f3e289700d734fb00a822b5a1a06bca6694ec33b.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/ja/web/accessibility/aria/attributes/aria-activedescendant/index.html (renamed from files/ja/web/accessibility/aria/aria_techniques/using_the_aria-activedescendant_attribute/index.html) | 5 |
3 files changed, 10 insertions, 8 deletions
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/attributes/aria-activedescendant/index.html index dc7aa54366..d9aadf511e 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-activedescendant_attribute/index.html +++ b/files/ja/web/accessibility/aria/attributes/aria-activedescendant/index.html @@ -1,12 +1,13 @@ --- title: aria-activedescendant 属性の使用 -slug: >- - Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-activedescendant_attribute +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> |