fix(fr-hint-text) Ensures that screen readers can read the hyphens in the RNF example

This commit is contained in:
Corinne Durrmeyer 2024-11-04 15:29:09 +01:00
parent f59834015f
commit 2b3ad15f07
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
2 changed files with 2 additions and 2 deletions

View file

@ -18,4 +18,4 @@ en:
attributes:
champs/rnf_champ:
hints:
value: "Expected format : 075-FDD-00003-01"
value_html: "Expected format: <span aria-hidden='true'>075-FDD-00003-01</span> <span class='sr-only'>075 hyphen FDD hyphen 00003 hyphen 01</span>"

View file

@ -18,4 +18,4 @@ fr:
attributes:
champs/rnf_champ:
hints:
value: "Format attendu : 075-FDD-00003-01"
value_html: "Format attendu : <span aria-hidden='true'>075-FDD-00003-01</span> <span class='sr-only'>075 tiret FDD tiret 00003 tiret 01</span>"