Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
Button does not have text associated with it; adding an sr-only span.
Guidance for testing, such as acceptance criteria or new user interface behaviors:
Checker should not flag "Button missing a text alternative" Rule A 4.1.2
Type of change (for release notes)
notes-minor
Detailed Description
This button is on the transfer page in the form where the user clicks on a button to expose the options for accepting. The proposed solution is to add <span class="sr-only">accept options</span> within the button tags.
Changes proposed in this pull request:
Insert html into views/hyrax/transfers/_received.html.erb
*
Results for commit 482ad2f7. ± Comparison against base commit 5973742c.
This pull request removes 267 and adds 267 tests. Note that renamed tests count towards both.
```
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy AdminSet: 5bddec03-9520-4026-9f59-9b2cdf2db3f3
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy Hyrax::AdministrativeSet: 78b178c6-3969-4c19-a770-d91ede0b2365
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to edit AdminSet: 0ed322cc-eba9-437c-83a0-9c2ab5260896
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to edit Hyrax::AdministrativeSet: 5641845b-0085-46b3-8cd5-b4dd6a74a051
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to update AdminSet: ec785e75-94b3-4855-a647-5352ef4b4350
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to update Hyrax::AdministrativeSet: 620247fe-afb9-4ff2-bf6a-409da12edc4a
…
```
```
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy AdminSet: 453f289d-5c50-4a27-a68b-7610fd9b049e
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy Hyrax::AdministrativeSet: 8fa40699-9ef2-4760-832a-059188ae0547
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to edit AdminSet: bac2d4f0-0ee5-473a-a490-c21546347775
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to edit Hyrax::AdministrativeSet: ce6986d7-65fa-45b6-9a66-61387ee768fc
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to update AdminSet: 58147a90-01c0-4b78-ad0e-6aa9229d6751
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to update Hyrax::AdministrativeSet: ffdfbfa5-e926-4cd3-89c7-7ae9f367ac99
…
```
Fixes
Fixes #6770
Summary
Button does not have text associated with it; adding an sr-only span.
Guidance for testing, such as acceptance criteria or new user interface behaviors:
Type of change (for release notes)
notes-minor
Detailed Description
This button is on the transfer page in the form where the user clicks on a button to expose the options for accepting. The proposed solution is to add
<span class="sr-only">accept options</span>
within the button tags.Changes proposed in this pull request:
Insert html into views/hyrax/transfers/_received.html.erb *
@samvera/hyrax-code-reviewers