-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
search ロールを 2024/10/23 時点の英語版に同期 #24204
Conversation
Preview URLs Flaws (2)URL:
(comment last updated: 2024-10-24 08:48:51) |
4f07538
to
555f62b
Compare
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件について、確認と修正をお願いします。
@@ -3,7 +3,7 @@ title: "ARIA: search ロール" | |||
slug: Web/Accessibility/ARIA/Roles/search_role | |||
--- | |||
|
|||
検索 (`search`) [ランドマークロール](/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques#landmark_roles)は、ページ、サイト、またはサイトのコレクションの検索に使用されるページのセクションを識別するために使用します。 | |||
検索 (`search`)ロールは、ページ、サイト、またはサイトのコレクションの検索に使用されるページのセクションを識別するために使用します。 |
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.
半角括弧と日本語の間に、半角スペースを入れてください。
同様の問題が他の部分にもありますので、そちらも修正をお願いします。
検索 (`search`)ロールは、ページ、サイト、またはサイトのコレクションの検索に使用されるページのセクションを識別するために使用します。 | |
検索 (`search`) ロールは、ページ、サイト、またはサイトのコレクションの検索に使用されるページのセクションを識別するために使用します。 |
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.
修正いたしました!
|
||
## 例 | ||
|
||
[`<form>`](/ja/docss/Web/HTML/Element/form)が検索フォームの場合、[`form`](/ja/docs/Web/Accessibility/ARIA/Roles/form_role) roleの代わりに`search` roleを使用してください。 |
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.
他の部分では role をカナ書きしているので、この部分でも合わせてください。
[`<form>`](/ja/docss/Web/HTML/Element/form)が検索フォームの場合、[`form`](/ja/docs/Web/Accessibility/ARIA/Roles/form_role) roleの代わりに`search` roleを使用してください。 | |
[`<form>`](/ja/docss/Web/HTML/Element/form) が検索フォームの場合、[`form`](/ja/docs/Web/Accessibility/ARIA/Roles/form_role) ロールの代わりに `search` ロールを使用してください。 |
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.
こちらも修正いたしました!
@mfuji09 レビューありがとうございます! どうぞよろしくお願いいたします。 |
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.
修正ありがとうございました。OKです。
Description
https://developer.mozilla.org/ja/docs/Web/Accessibility/ARIA/Roles/search_role
Motivation
Additional details
Related issues and pull requests