WAIT: Accessibility on filters

Browser: Any
OS: Any
URL: Local dev

The filters are not associated with any labels (WCAG 1.3.1 (A), 2.4.6 (AA), 3.3.2 (A), 4.1.2 (A) – RGAA 11.1)

I have developed a JavaScript script to fix this, but I shouldn’t have to do so.

Apart from the missing labels, there are other accessibility issues, notably direct descendants of the listbox role in drop-down lists that do not have specific aria roles (WCAG 1.3.1) or nested interactive components (WCAG 4.1.2).
The latter are too complex to fix using JavaScript. Will you be looking into this?
Should I submit a feature request?

Hi,
Thanks so much for your report!

It would be great if you could compile all the problematic elements and make them available on try.bricksbuilder.io or another accessible installation, or alternatively, export a template that includes all the issues so we can check them one by one and fix them if necessary.

Also, which browser extension do you use for the accessibility tests?

Best regards,
timmse

I use Axe Dev Tools and Assistant RGAA (an accessibility audit tool for the French guidelines based on the WCAG 2.1)
I’ll have a look to list the problematic components on a dedicated installation. I’ll update this post, but broadly speaking, this covers all the filters.

1 Like