You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to PR #853. In that PR I added "Type of file: " to the existing visually-hidden uploaded file status text:
<span class="visually-hidden">Type of file: <%= file.pod_metadata_status %></span>
That appears in the first column of the Upload activity (Activity page) and Uploaded files (Provider home) tables.
However, the file.pod_metadata_status value is not informative enough for a screenreader user. The current values are one-word values like "unknown" and "success". To help the screenreader user who doesn't have visual access to the file status icon legend above the table, we should use the legend values for file.pod_metadata_status.
In other words, for a file that currently has a rendered value of success it should instead be Valid MARC (adds, updates, or deletes) so the screenreader user hears "Type of file: Valid MARC (adds, updates, or deletes)".
The text was updated successfully, but these errors were encountered:
Related to PR #853. In that PR I added "Type of file: " to the existing
visually-hidden
uploaded file status text:That appears in the first column of the Upload activity (Activity page) and Uploaded files (Provider home) tables.
However, the
file.pod_metadata_status
value is not informative enough for a screenreader user. The current values are one-word values like "unknown" and "success". To help the screenreader user who doesn't have visual access to the file status icon legend above the table, we should use the legend values forfile.pod_metadata_status
.In other words, for a file that currently has a rendered value of
success
it should instead beValid MARC (adds, updates, or deletes)
so the screenreader user hears "Type of file: Valid MARC (adds, updates, or deletes)".The text was updated successfully, but these errors were encountered: