Add a11y attributes progressbar

Peux-tu également prévoir une traduction pour l'attribut aria-label stp ? ("File upload").
N'hésite pas si tu as des questions.
This commit is contained in:
Julie Salha 2023-02-16 16:18:12 +01:00 committed by Paul Chavard
parent 97f0df0598
commit af31e097fb

View file

@ -1,5 +1,5 @@
%template#progress-bar-template
.direct-upload
.direct-upload__progress{ role: "progressbar", 'aria-valuemin': "0", 'aria-valuemax': "100", style: "width: 0%" }
.direct-upload__progress{ role: "progressbar", 'aria-label': "Chargement de fichier", tabindex: "0", 'aria-valuemin': "0", 'aria-valuemax': "100", max: "100", style: "width: 0%" }
%span.direct-upload__filename
%slot{ name: "filename" }