suwebdev / great-sunrise

Group project repo for WATS 4020
MIT License
1 stars 4 forks source link

Adding labels to all form buttons for additional accessibility #6

Open bvasilop opened 7 years ago

bvasilop commented 7 years ago

Issue: Adding labels to all form buttons for additional accessibility, such as: submit search, reset and activate buttons.

Reference: https://webaim.org/techniques/forms/controls

What is the priority that has been assigned? Priority 2. The issue can be addressed later in the production build, but prior to the final sprint and product release.

How do you interpret this fitting into the process of building this project? This item is an enhancement feature that provides additional accessibility to visually disabled users who visit and interact with the site. Forms buttons with additional value attributes can be added to the HTML markup of site which will be read by screen readers.

What stage should this be implemented? We can wait until the last sprint to address this issue. Once the major components of the site are in place, adding the necessary html markup will add the enhancement feature. Must be completed prior to product release.

Accessibility User Stories - Story 8: As a JAWS from Freedom Scientific screen-reader user, I want to be able to know what each form label is for each form field so I can enter the correct information in the correct field within the form. https://github.com/suwebdev/great-sunrise/wiki/Accessibility-Requirements

Estimated Size: med (3-5 days)

Acceptance Criteria:

Labels shall be provided to identify all form controls, including text fields, checkboxes, radio buttons, and drop-down menus. label elements shall be used to associate text with the corresponding form elements. The for attribute of the label must accurately match the id of the form control.

TOTAL TIME TO COMPLETE USER STORY AND ISSUE: 3-5 days, 2 days

bvasilop commented 7 years ago

27 Pull request for issue