From 21dd869e153f4936da6739dd006bead999f6d0de Mon Sep 17 00:00:00 2001 From: Aram <37216945+alimpens@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:11:35 +0100 Subject: [PATCH] Update packages/react/documentation/coding-conventions.md --- packages/react/documentation/coding-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/documentation/coding-conventions.md b/packages/react/documentation/coding-conventions.md index 8f202e7c61..1503f0c172 100644 --- a/packages/react/documentation/coding-conventions.md +++ b/packages/react/documentation/coding-conventions.md @@ -36,6 +36,6 @@ Subcomponents (e.g. `Grid.Cell`) are kept in separate files (e.g. `GridCell.tsx` ## Text for screen readers only -Use [Visually Hidden](https://amsterdam.github.io/design-system/?path=/docs/react_containers-visually-hidden--docs) or the `amsterdam-visually-hidden` utility class to hides content from sighted users but keep it accessible to non-visual user agents, such as screen readers. +Use [Visually Hidden](https://amsterdam.github.io/design-system/?path=/docs/react_containers-visually-hidden--docs) or the `amsterdam-visually-hidden` utility class to hide content from sighted users but keep it accessible to non-visual user agents, such as screen readers. Do not use `aria-label`. Tools for automatic translation often [do not translate its value](https://adrianroselli.com/2019/11/aria-label-does-not-translate.html), and it may get overlooked when doing manual translation.