-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aria-braillelabelを翻訳 #26111
base: main
Are you sure you want to change the base?
aria-braillelabelを翻訳 #26111
Conversation
> 点字をサポートする支援技術は、アクセシブル名を点字に変換できます。 | ||
> したがって、アクセシブル名が望ましいユーザーエクスペリエンスではない場合にのみ `aria-braillelabel` を使用してください。 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
</button> | ||
``` | ||
|
||
点字ディスプレイでは、冗長な「btn gra 3 out of 5 stars」ではなく、「btn ***」と点字で表示される場合があります。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
点字ディスプレイでは、冗長な「btn gra 3 out of 5 stars」ではなく、「btn ***」と点字で表示される場合があります。 | |
点字ディスプレイでは、冗長な「btn gra 3 out of 5 stars」ではなく、「btn \*\*\*」と点字で表示される場合があります。 |
Preview URLs (comment last updated: 2025-03-01 14:26:57) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
翻訳ありがとうございます。
細かいところですが、2点ほど指摘点がありますのでご覧ください。
その他の部分は良いと思います。
|
||
## 解説 | ||
|
||
グローバルな`aria-braillelabel`属性は、現在の要素にラベル付けする文字列の値を定義するという点で、 [`aria-label`](/ja/docs/Web/Accessibility/ARIA/Attributes/aria-label) に似ています。`aria-label` はスクリーンリーダーによって読み取られる一方で、`aria-braillelabel` 属性の内容は点字に変換され、ユーザーには点字で認識可能なオブジェクトの名前が提供されます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
英字と日本語の間のスペースは、時に忘れやすいので確認をお願いします。
グローバルな`aria-braillelabel`属性は、現在の要素にラベル付けする文字列の値を定義するという点で、 [`aria-label`](/ja/docs/Web/Accessibility/ARIA/Attributes/aria-label) に似ています。`aria-label` はスクリーンリーダーによって読み取られる一方で、`aria-braillelabel` 属性の内容は点字に変換され、ユーザーには点字で認識可能なオブジェクトの名前が提供されます。 | |
グローバルな `aria-braillelabel` 属性は、現在の要素にラベル付けする文字列の値を定義するという点で、 [`aria-label`](/ja/docs/Web/Accessibility/ARIA/Attributes/aria-label) に似ています。`aria-label` はスクリーンリーダーによって読み取られる一方で、`aria-braillelabel` 属性の内容は点字に変換され、ユーザーには点字で認識可能なオブジェクトの名前が提供されます。 |
|
||
`aria-braillelabel` を使用する場合は、次の点を確認してください: | ||
|
||
- `aria-braillelabel` が適用される要素には有効なアクセシブル名な名前があります。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
重複語になっていますので、重複しないようにしてください。
- `aria-braillelabel` が適用される要素には有効なアクセシブル名な名前があります。 | |
- `aria-braillelabel` が適用される要素には有効なアクセシブル名があります。 |
ありがとうございます、修正しました🙏 |
Description
aria-braillelabelを翻訳
Motivation
Additional details
1ページ丸ごと翻訳するのは初めてなので、全体的に不備などがないか見ていただきたいです
Related issues and pull requests
Raltes to mozilla-japan/translation#545