cisagov / manage.get.gov

A Django-based domain name registrar used by the .gov domain to communicate with an EPP registry
https://get.gov
Other
59 stars 18 forks source link

Request form: Required fields are marked as required #2698

Open AnnaGingle opened 1 month ago

AnnaGingle commented 1 month ago

Issue description

As a user who relies on accessibility features, I want all required fields in the request form to be clearly indicated as required, so that I can accurately and efficiently complete the form without confusion or errors, in compliance with Section 508 accessibility guidelines.

Acceptance Criteria

Additional Context

The request form has a few required fields without indicators that they are required. This fails the 508 trusted tester success criteria label descriptive.

Gaby mentioned these fields were not marked as required intentionally because of USWDS guidance. Here it is:

Note: One-field forms are the exception and do not need to be marked with a required label or symbol.

This contradicts the section 508 guidelines but also does not apply to the request form because it has more than one field even though some pages only have one.

Required fields

References for creating a dev ticket with accessibility requirements in the A/C

Issue Links

AnnaGingle commented 3 days ago

Duplicate of #2698. Closing

AnnaGingle commented 3 days ago

Just kidding! I thought I made a new ticket, but I actually updated the existing one 😎