Skip to content
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

docs: Add spanish translation to the Invalid ARIA Prop Warning page #688

Merged
merged 4 commits into from
May 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/content/warnings/invalid-aria-prop.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Invalid ARIA Prop Warning
title: Advertencia de prop ARIA invalida
---

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).
Esta advertencia se activará si intentas representar un elemento del DOM con una propiedad `aria-*` que no existe en la Iniciativa de Accesibilidad Web (WAI) Aplicaciones de internet accesiblemente ricas (ARIA) [especificación](https://www.w3.org/TR/wai-aria-1.1/#states_and_properties).

1. If you feel that you are using a valid prop, check the spelling carefully. `aria-labelledby` and `aria-activedescendant` are often misspelled.
1. Si crees que estás utilizando un prop válido, verifica la ortografía cuidadosamente. `aria-labelledby` y `aria-activedescendant` a menudo están mal escritos.

2. If you wrote `aria-role`, you may have meant `role`.
2. Si escribiste `aria-role`, es posible que hayas querido decir `role`.

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).
3. De lo contrario, si estás en la última versión de React DOM y verificaste que estás usando un nombre de propiedad válido que figura en la especificación ARIA, por favor [reporta un error](https://github.com/facebook/react/issues/new/choose).