fix(fr-hint-text) Ensures that screen readers can read the hyphens in the RNF example
This commit is contained in:
parent
f59834015f
commit
2b3ad15f07
2 changed files with 2 additions and 2 deletions
|
@ -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>"
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue