Skip to content

Confusing screen reader label for Add files button within Create New Work page #499

@mjgiarlo

Description

@mjgiarlo

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions