Issue by bnhowell
Wednesday Feb 22, 2017 at 19:28 GMT
Originally opened as samvera-deprecated/sufia#3102
Descriptive summary
Related to Sufia 7.2
Create New Work page (Add files tab): The “+ Add files ...” button control is labeled “Browse” is exposed to screen reader (JAWS) and "Choose files" (VoiceOver), which is not as descriptive a label for the control.
Markup should be:
<label>Add Files
<input type="file" name="files[]" multiple="">
</label>
Expected behavior
Control label (text element) matches button label
Actual behavior
Nothing here is describing the input type file.
Related work
Wednesday Feb 22, 2017 at 19:28 GMT
Originally opened as samvera-deprecated/sufia#3102
Descriptive summary
Related to Sufia 7.2
Create New Work page (Add files tab): The “+ Add files ...” button control is labeled “Browse” is exposed to screen reader (JAWS) and "Choose files" (VoiceOver), which is not as descriptive a label for the control.
Markup should be:
Expected behavior
Control label (text element) matches button label
Actual behavior
Nothing here is describing the input type file.
Related work