Skip to content

Commit f147082

Browse files
authored
docs(cn): translate warnings/invalid-aria-prop into Chinese (#1224)
1 parent f8fe2e0 commit f147082

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
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+
如果你尝试渲染一个在 WAIARIA [规范](https://www.w3.org/TR/wai-aria-1.1/#states_and_properties) 中不存在的 `aria-*` 属性,就会触发此警告。
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)