diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-09-17 07:42:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 07:42:23 +0200 |
commit | 9771f94a8fc0fc08436b90f139113af82123606c (patch) | |
tree | 86d907322d0ef644c1c8200eba53036f863f688c /files/ja/web/accessibility/keyboard-navigable_javascript_widgets/index.html | |
parent | 3d02f83efb6574860cee47577447b0b32f8d675d (diff) | |
download | translated-content-9771f94a8fc0fc08436b90f139113af82123606c.tar.gz translated-content-9771f94a8fc0fc08436b90f139113af82123606c.tar.bz2 translated-content-9771f94a8fc0fc08436b90f139113af82123606c.zip |
Remove occurrences of oaa-accessibility.org which has now nothing to do with Accessibility (#2379)
* Remove occurrences of oaa-accessibility.org which is now squatted
* Remove parts related to this PR
Additional removing is necessary to keep the articles natural. This commit removes parts that correspond to the parts in Japanese version already removed in the English version.
Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
Diffstat (limited to 'files/ja/web/accessibility/keyboard-navigable_javascript_widgets/index.html')
-rw-r--r-- | files/ja/web/accessibility/keyboard-navigable_javascript_widgets/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/accessibility/keyboard-navigable_javascript_widgets/index.html b/files/ja/web/accessibility/keyboard-navigable_javascript_widgets/index.html index 72a23044f3..d6c3556643 100644 --- a/files/ja/web/accessibility/keyboard-navigable_javascript_widgets/index.html +++ b/files/ja/web/accessibility/keyboard-navigable_javascript_widgets/index.html @@ -136,7 +136,7 @@ translation_of: Web/Accessibility/Keyboard-navigable_JavaScript_widgets <p>このテクニックでは、単一のイベントハンドラをコンテナウィジェットにバインドし、<code>aria-activedescendant</code> を使用して「仮想」フォーカスを追跡します。 (ARIA に関する詳細は、<a href="/ja/docs/Web/Accessibility/An_Overview_of_Accessible_Web_Applications_and_Widgets">アクセス可能なウェブアプリケーションとウィジェットの概要</a>を参照してください。)</p> -<p><code>aria-activedescendant</code> プロパティは、現在仮想フォーカスを持っている子孫要素の ID を識別します。 コンテナのイベントハンドラーは、<code>aria-activedescendant</code> の値を更新し、(例えば、境界線や背景色で)現在の項目が適切にスタイル設定されていることを確実にすることで、キーイベントおよびマウスイベントに応答する必要があります。 これがどのように機能するかの直接的な説明については、この <a href="http://www.oaa-accessibility.org/example/28/">ARIA ラジオグループの例</a>のソースコードを参照してください。</p> +<p><code>aria-activedescendant</code> プロパティは、現在仮想フォーカスを持っている子孫要素の ID を識別します。 コンテナのイベントハンドラーは、<code>aria-activedescendant</code> の値を更新し、(例えば、境界線や背景色で)現在の項目が適切にスタイル設定されていることを確実にすることで、キーイベントおよびマウスイベントに応答する必要があります。</p> <h3 id="General_Guidelines" name="General_Guidelines">一般的なガイドライン</h3> |