Skip to content

Commit 57152c2

Browse files
committed
Add translation for invalid-aria-prop warning
1 parent 42ebac7 commit 57152c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/warnings/invalid-aria-prop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ layout: single
44
permalink: warnings/invalid-aria-prop.html
55
---
66

7-
The invalid-aria-prop 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).
7+
Il warning invalid-aria-prop appare quando provi a renderizzare un elemento del DOM con una aria-* prop che non esiste nella [specifica](https://www.w3.org/TR/wai-aria-1.1/#states_and_properties) Web Accessibility Initiative (WAI) Accessible Rich Internet Application (ARIA).
88

9-
1. If you feel that you are using a valid prop, check the spelling carefully. `aria-labelledby` and `aria-activedescendant` are often misspelled.
9+
1. Se pensi che la prop che stai usando sia valida, controlla attentamente eventuali errori di battitura. `aria-labelledby` e `aria-activedescendant` sono spesso scritte in modo scorretto.
1010

11-
2. React does not yet recognize the attribute you specified. This will likely be fixed in a future version of React. However, React currently strips all unknown attributes, so specifying them in your React app will not cause them to be rendered
11+
2. React ancora non riconosce l'attributo che hai specificato. Questo sarà probabilmente corretto in una versione futura di React. Comunque, attualmente React scarta tutti gli attributi sconosciuti, quindi specificandone uno nella tua applicazione React, questo non sarà renderizzato.

0 commit comments

Comments
 (0)