Skip to content

Commit b3b188a

Browse files
koba04uehaj
andauthored
Update content/warnings/invalid-aria-prop.md
Co-Authored-By: uehaj <59012+uehaj@users.noreply.github.com>
1 parent 2ff8fd9 commit b3b188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/warnings/invalid-aria-prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ permalink: warnings/invalid-aria-prop.html
66

77
「無効な ARIA Props」警告 (invalid-aria-prop) は、Web Accessibility Initiative (WAI) Accessible Rich Internet Application (ARIA) の[標準仕様](https://www.w3.org/TR/wai-aria-1.1/#states_and_properties)に無い aria-* プロパティで DOM 要素をレンダリングしようとした場合に発生します。
88

9-
1. 使用した props が標準仕様に準拠しているはずのものであるなら、綴りをよく確認してください。 `aria-labelledby``aria-activedescendant` の綴り間違いはありがちです。
9+
1. 使用した props が標準仕様に準拠しているはずと感じた場合は、綴りをよく確認してください。 `aria-labelledby``aria-activedescendant` の綴り間違いはありがちです。
1010

1111
2. 指定した属性を React が標準仕様の一部として正しく認識していない場合。この振舞いはReact の将来のバージョンで修正される可能性は高いでしょう。しかし現時点では、React は知らない属性を全て削除するため、React アプリケーションで指定してもレンダリングされません。

0 commit comments

Comments
 (0)