teamforus / forus

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

WCAG Requester signupflow: Input field amount/number #2237

Closed jamalv closed 3 years ago

jamalv commented 3 years ago

In the application process in step 2, the self-made element to select the number of children has no name that describes what this element does and no role to tell auxiliary software what function this element has.

Auxiliary software cannot tell its user that it can enter the number of children.

The most robust solution is to use the native HTML elements such as input elements. Another possible solution is to use WAI-ARIA.

image