Skip to content

Commit 8485588

Browse files
committed
Translate invalid-aria-prop
1 parent 99f6ad9 commit 8485588

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Invalid ARIA Prop Warning
2+
title: 無効な ARIA プロパティの警告
33
---
44

5-
This warning will fire if you attempt to render a DOM element with an `aria-*` prop that does not exist in the Web Accessibility Initiative (WAI) Accessible Rich Internet Application (ARIA) [specification](https://www.w3.org/TR/wai-aria-1.1/#states_and_properties).
5+
この警告は、Web Accessibility Initiative (WAI) Accessible Rich Internet Application (ARIA) [仕様](https://www.w3.org/TR/wai-aria-1.1/#states_and_properties)に存在しない `aria-*` プロパティを持つ DOM 要素をレンダーしようとした場合に発生します。
66

7-
1. If you feel that you are using a valid prop, check the spelling carefully. `aria-labelledby` and `aria-activedescendant` are often misspelled.
7+
1. 有効なプロパティを使用しているはずだと思う場合は、スペルを慎重に確認してください。`aria-labelledby` `aria-activedescendant` はよくスペルミスされます。
88

9-
2. If you wrote `aria-role`, you may have meant `role`.
9+
2. `aria-role` と書いた場合、意図していたのは `role` かもしれません。
1010

11-
3. Otherwise, if you're on the latest version of React DOM and verified that you're using a valid property name listed in the ARIA specification, please [report a bug](https://github.com/facebook/react/issues/new/choose).
11+
3. それ以外の場合で、最新バージョンの React DOM を使用しており、ARIA 仕様に記載されている有効なプロパティ名を使用していることも確認済みであれば、[バグを報告](https://github.com/facebook/react/issues/new/choose)してください。

0 commit comments

Comments
 (0)