Skip to content

ARIA1の翻訳#1155

Open
tsmd wants to merge 15 commits into
mainfrom
tsmd-ARIA1
Open

ARIA1の翻訳#1155
tsmd wants to merge 15 commits into
mainfrom
tsmd-ARIA1

Conversation

@tsmd
Copy link
Copy Markdown
Contributor

@tsmd tsmd commented Aug 13, 2025

Closes #477

ARIA1の翻訳です。

raw.githack.com
https://raw.githack.com/waic/wcag22/tsmd-ARIA1/techniques/aria/ARIA1.html

@momdo
レビューをお願いします。
「このテクニックについて」末尾の文章は新規に訳を起こしました。
現行訳の訳注1および2は不要になっていると判断し追加しませんでした。

@tsmd tsmd requested a review from momdo August 13, 2025 12:24
@tsmd tsmd self-assigned this Aug 13, 2025
@momdo momdo added the テクニック集 Techniques for WCAG 2.2の翻訳(2025-05-21) label Aug 14, 2025
Copy link
Copy Markdown
Member

@momdo momdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tsmd
作業ありがとうございます…!非常に助かります。

レビューコメントを付けましたのでご確認ください。(こうしてみると、明文化してない置換ルールがいろいろありますね…明文化できておらずすみません…)

Comment thread techniques/aria/ARIA1.html Outdated
Comment thread techniques/aria/ARIA1.html Outdated
Comment thread techniques/aria/ARIA1.html Outdated
Comment thread techniques/aria/ARIA1.html Outdated
Comment thread techniques/aria/ARIA1.html Outdated
Comment thread techniques/aria/ARIA1.html Outdated
Comment thread techniques/aria/ARIA1.html Outdated
Comment thread techniques/aria/ARIA1.html Outdated
Comment thread techniques/aria/ARIA1.html Outdated
Comment thread techniques/aria/ARIA1.html Outdated
tsmd and others added 12 commits August 15, 2025 06:42
Co-authored-by: Momdo Nakamura <xmomdo@gmail.com>
Co-authored-by: Momdo Nakamura <xmomdo@gmail.com>
Co-authored-by: Momdo Nakamura <xmomdo@gmail.com>
Co-authored-by: Momdo Nakamura <xmomdo@gmail.com>
Co-authored-by: Momdo Nakamura <xmomdo@gmail.com>
Co-authored-by: Momdo Nakamura <xmomdo@gmail.com>
Co-authored-by: Momdo Nakamura <xmomdo@gmail.com>
Co-authored-by: Momdo Nakamura <xmomdo@gmail.com>
Co-authored-by: Momdo Nakamura <xmomdo@gmail.com>
Co-authored-by: Momdo Nakamura <xmomdo@gmail.com>
@tsmd
Copy link
Copy Markdown
Contributor Author

tsmd commented Aug 14, 2025

@momdo
丁寧にみていただきありがとうございます!
もろもろ取り込みました。次に活かせるようにしますー

追加のコミットもご確認ください:

@momdo momdo moved this from 1次レビュー戻し to 主査レビュー待ち in テクニック集2.2(達成方法集2.1からの移植) Aug 15, 2025
@momdo
Copy link
Copy Markdown
Member

momdo commented Aug 15, 2025

@tsmd
ご対応ありがとうございます…!(追加のコミットもありがとうございます…見事に見落としてましたねorz)

問題ありませんので、主査レビューに回します。

@momdo momdo requested a review from bakera August 15, 2025 00:11
@tsmd
Copy link
Copy Markdown
Contributor Author

tsmd commented Aug 26, 2025

@momdo
別のPRで指摘いただいた内容の反映を追加しました。 0eb3303

<p>The purpose of this technique is to demonstrate how to use the WAI-ARIA <a href="https://www.w3.org/TR/wai-aria-1.2/#aria-describedby"><code class="language-html">aria-describedby</code></a> property to provide programmatically determined, descriptive information about a user interface element. The <code class="language-html">aria-describedby</code> property may be used to attach descriptive information to one or more elements through the use of an <code class="language-html">id</code> reference list. The <code class="language-html">id</code> reference list contains one or more unique element <code class="language-html">id</code>s.</p>
<p>Refer to <a href="https://www.w3.org/TR/html-aria/">ARIA in HTML</a> for information on how to provide WAI-ARIA States and Properties with HTML. WAI-ARIA States and Properties are compatible with other languages as well; refer to documentation in those languages.</p>
<h2>解説</h2>
<p>このテクニックの目的は、プログラムによる解釈がされる、ユーザインタフェース要素に関する説明的な情報を提供するために、どのように WAI-ARIA <a href="https://www.w3.org/TR/wai-aria-1.2/#aria-describedby"><code class="language-html">aria-describedby</code></a> プロパティを使用するかを示すことにある。<code class="language-html">aria-describedby</code> プロパティは、<code class="language-html">id</code> 参照リストの使用を通して一つ以上の要素の説明的情報と結びつけるために使用してもよいものである。<code class="language-html">id</code> 参照リストは、一つ以上のユニークな要素 <code class="language-html">id</code> を含む。</p>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may be used を「使用してもよい」としていますが、意味がわかりにくいように思いました。
ちなみに、WCAG 2.2本体の用語集にある "which may be used by people" は現在の訳では「利用者が使用することがある」とされています。
こちらも「使用されることがある」というくらいで良いのではないでしょうか。

Suggested change
<p>このテクニックの目的は、プログラムによる解釈がされる、ユーザインタフェース要素に関する説明的な情報を提供するために、どのように WAI-ARIA <a href="https://www.w3.org/TR/wai-aria-1.2/#aria-describedby"><code class="language-html">aria-describedby</code></a> プロパティを使用するかを示すことにある。<code class="language-html">aria-describedby</code> プロパティは、<code class="language-html">id</code> 参照リストの使用を通して一つ以上の要素の説明的情報と結びつけるために使用してもよいものである<code class="language-html">id</code> 参照リストは、一つ以上のユニークな要素 <code class="language-html">id</code> を含む。</p>
<p>このテクニックの目的は、プログラムによる解釈がされる、ユーザインタフェース要素に関する説明的な情報を提供するために、どのように WAI-ARIA <a href="https://www.w3.org/TR/wai-aria-1.2/#aria-describedby"><code class="language-html">aria-describedby</code></a> プロパティを使用するかを示すことにある。<code class="language-html">aria-describedby</code> プロパティは、<code class="language-html">id</code> 参照リストの使用を通して一つ以上の要素の説明的情報と結びつけるために使用されることがある<code class="language-html">id</code> 参照リストは、一つ以上のユニークな要素 <code class="language-html">id</code> を含む。</p>

<p class="note-title marker">注記</p>
<div>
<p>The <code class="language-html">aria-describedby</code> property is not designed to reference descriptions on an external resource - since it is an <code class="language-html">id</code>, it must reference an element in the same <abbr title="Document Object Model">DOM</abbr> document.</p>
<p><code class="language-html">aria-describedby</code> プロパティは、外部リソース上の説明を参照するように設計されていない――これは <code class="language-html">id</code> なので、同一 <abbr title="Document Object Model">DOM</abbr> 文書内の要素を参照しなければならない。</p>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since 以降がちょっと変な感じがします。since はその後全体にかかっているはずで、
「IDだから、同一DOMを参照しなければならない」
ではなく、
「IDであり、同一DOMを参照しなければならないから」
ではないでしょうか。

Suggested change
<p><code class="language-html">aria-describedby</code> プロパティは、外部リソース上の説明を参照するように設計されていない――これは <code class="language-html">id</code> なので、同一 <abbr title="Document Object Model">DOM</abbr> 文書内の要素を参照しなければならない</p>
<p><code class="language-html">aria-describedby</code> プロパティは、外部リソース上の説明を参照するように設計されていない――これは <code class="language-html">id</code> であり、同一 <abbr title="Document Object Model">DOM</abbr> 文書内の要素を参照しなければならないためである</p>

@bakera bakera moved this from 主査レビュー待ち to 主査レビュー戻し in テクニック集2.2(達成方法集2.1からの移植) May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

テクニック集 Techniques for WCAG 2.2の翻訳(2025-05-21)

Projects

Development

Successfully merging this pull request may close these issues.

テクニック集: ARIA1 の翻訳

3 participants