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:
parent
97f0df0598
commit
af31e097fb
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue