teamforus / forus

Online platform voor maatschappelijke projecten.
https://forus.io
GNU Affero General Public License v3.0
9 stars 3 forks source link

Webshop preferences notifications: Toggle buttons change to native html element #2241

Closed jamalv closed 3 years ago

jamalv commented 3 years ago

The so-called toggle buttons on this page are not accessible to auxiliary software. In the code, these buttons consist of input elements of the "checkbox" type. These input elements are hidden from the reading software with "display: none". At the front end, these input fields have been replaced by non-interactive div elements that look like toggle buttons.

A user of auxiliary software has no option to activate these buttons.

Use HTML buttons or make these custom buttons accessible with WAI-ARIA.

image.png