Open
Description
508-defect-4
Feedback framework
- ❗️ Must for if the feedback must be applied
⚠️ Should if the feedback is best practice- ✔️ Consider for suggestions/enhancements
Definition of done
- Review and acknowledge feedback.
- Fix and/or document decisions made.
- Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
Point of Contact
VFS Point of Contact: Josh
Details
The fieldset and legend "Veteran Information" below the h2
"Veteran Information" isn't necessary. The
Eeach of the fields on the Veteran Information page are independent and understandable on their own (barring dates, which already is contained within a fieldset), so it's ok to remove.
In fact, the current implementation won't make most of the accessibility benefits a fieldset/legend pairing can provide since the legend here is not the direct child of the fieldset.
Acceptance Criteria
- Remove the fieldset and legend "Veteran Information"
Steps to Recreate
Step 1 of 4: Veteran Information
Proposed Solution
Remove the fieldset and legend "Veteran Information"
WCAG or Vendor Guidance (optional)
Using the fieldset and legend elements.)
Activity