-
Notifications
You must be signed in to change notification settings - Fork 397
Add translations to improve accessibility for account/list checkboxes #2982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
demiankatz
merged 23 commits into
vufind-org:dev
from
finc:pull-request-select-helper-texts
Sep 11, 2023
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5022d66
add translations to improve accessibility for checkboxes in account a…
RLangeUni 7c501d1
Merge branch 'dev' into pull-request-select-helper-texts
demiankatz 56a8a70
change confounded / old transloations of select_page and select_page_…
RLangeUni 866144d
use select_page for selecting all items on page (might be confusing?)
RLangeUni 17a12f1
normalized languages
RLangeUni a585412
Update en.ini
demiankatz 871e14a
Adjust language files.
demiankatz 828ae1f
add missing language token
elsenhans 3c809fb
undo changes for checkbox.phtml
elsenhans dc0bb1c
add non generic aria-label to checkbox
elsenhans 8c1197b
Merge branch 'dev' into pull-request-select-helper-texts
demiankatz 3bb4467
fix translations in history and list
elsenhans f433f7d
add aria-label to checkouts/history.phtml
elsenhans 96d6c06
fix order in language files
elsenhans 8b122bf
Merge branch 'dev' into pull-request-select-helper-texts
demiankatz ec40b0f
Merge branch 'dev' into pull-request-select-helper-texts
demiankatz faf62d6
feat: wrap cart checkbox below toolbar buttons.
crhallberg 18e3f44
feat: add ul semantics to cart buttons.
crhallberg 7147be0
feat: wrap checkbox on search toolbar.
crhallberg be2f815
feat: wrap checkbox and add ul in checkouts history.
crhallberg 6aa8540
refactor: simplify cart menu dropdown syntax
crhallberg bbcb32f
Merge remote-tracking branch 'origin/dev' into pull-request-select-he…
demiankatz cbf363b
lessToSass
demiankatz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the .checkbox on line 46 can be closed here instead of line... actually it may not be closed...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The checkbox div is closed, but it is wrapped around not just the checkbox but also all of the buttons. This is consistent with the markup style in holds/list.phtml, myresearch/checkedout.phtml, myresearch/illrequests.phtml and myresearch/storageretrievalrequests.phtml as well. As a result, buttons do not wrap as a group, which is inconsistent with the desired behavior we're working on elsewhere. However, because these templates have comparatively few buttons, it is less likely to cause problems in these contexts. It is probably worth making our checkbox+button markup consistent everywhere, but I think fixing this immediately is less critical.