bmlt-enabled / bmlt-workflow

supports automation of meeting adds/changes/deletes
Other
4 stars 3 forks source link

Missing form labels #19

Closed nigel-bmlt closed 2 years ago

nigel-bmlt commented 2 years ago

Missing form labels

@kgrimley-bu

nigel-bmlt commented 2 years ago

fixed in 0.3.4

klgrimley commented 2 years ago

Ran another check on this one. After looking at the rendered html seeing one interesting quirk and one update that’s needed.

The quirk is the the <label for=" virtual_meeting_link"> renders with a space after the opening " so it fails an automated text but shouldn't be an issue with any assistive tech. Therefore a false positive.

The update needed is with the Additional Information. The fieldset doesn't explicitly label the first input. Since it would be goofy to double up the Additional Information text I'd add an id to the fieldset element and then an aria-labeledby attribute to the textarea referencing the id of the fieldset.