Add aria-label and aria-description to filter dialog

Otherwise the browser will try to infer the properties. That process is slow for screen readers
This commit is contained in:
Bruno Prieto
2025-03-13 22:46:19 +01:00
parent cea43da13f
commit dfb49d0f87
+1 -1
View File
@@ -1,4 +1,4 @@
<dialog class="filter__popup dialog panel fill-white shadow" data-dialog-target="dialog">
<dialog class="filter__popup dialog panel fill-white shadow" aria-label="Filter" aria-description="Filter" data-dialog-target="dialog">
<div class="flex flex-column gap-half">
<div class="flex align-center gap-half justify-space-between">
<span class="btn btn--placeholder txt-small" aria-hidden="true"></span>