-
Notifications
You must be signed in to change notification settings - Fork 11
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
Make short mission info non-clickable and add button #535
Labels
accessibility
Addresses accessibility concerns
frontend
Requires work on the frontend
should have
ui design
Requires UI design input
Milestone
Comments
As a side note, can we make it more clear that this is a button for clear-sighted users? |
@pmarsh-scottlogic Let's ask @m4rkwallace-SL 😉 |
@m4rkwallace-SL to confirm is this is still needed. |
Closed
dhinrichs-scottlogic
modified the milestones:
[a11y] NVDA on Firefox,
[a11y] all other prioritised accessibility goals
Feb 15, 2024
dhinrichs-scottlogic
changed the title
Short mission info button has unclear screen reader text
Make short mission info non-clickable and add button
Feb 15, 2024
AAloshine-scottlogic
added a commit
that referenced
this issue
Mar 4, 2024
* changed button to themed button and aria-hid the info button * lint importing fix * fixed testing * got rid of extra padding by getting rid of invisible border * pr request fixes (css) * fixed testing and formatting * test now works! * lint * added defaultnormalising before text match on testing * got rid of console.log * rid of min width
chriswilty
pushed a commit
that referenced
this issue
Apr 8, 2024
* changed button to themed button and aria-hid the info button * lint importing fix * fixed testing * got rid of extra padding by getting rid of invisible border * pr request fixes (css) * fixed testing and formatting * test now works! * lint * added defaultnormalising before text match on testing * got rid of console.log * rid of min width
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
accessibility
Addresses accessibility concerns
frontend
Requires work on the frontend
should have
ui design
Requires UI design input
Currently the Short Mission Info banner is a clickable button. This is not super clear to visual users and gives a super long text for screen readers.
The plan:
Acceptance Criteria:
GIVEN a visual user is going through the Level mode
WHEN they look at the banner
THEN they see a short mission info on the banner and a button which brings up the full mission info
GIVEN a screen reader user is going through the Level mode
WHEN they interact with the banner
THEN the "Level 1" on the banner is an h2 heading, the short mission info is a text paragraph, and there is a clickable button which announces the button text but not the icon.
The text was updated successfully, but these errors were encountered: