-
Notifications
You must be signed in to change notification settings - Fork 39
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
Visual item states rely on color alone #288
Comments
I quite like 2, I'm mildly worried about having too many items and what the indicators would do. Do you have thoughts? |
See below for how the various layouts look with 10 items without any additional styling. |
Is it best to keep the indicators below the image always, rather moving them with the navigation buttons? |
This actually gets requested a fair bit, so yeah, let's change it. |
I prefer the smaller check marks, too |
# [7.9.0](v7.8.1...v7.9.0) (2024-04-19) ### Chore * e2e tests on narrative component (Issue/280) (#299) ([748f3d4](748f3d4)), closes [#299](#299) ### New * completion icon added to progress indicators (fixes #288) (#301) ([f41ab76](f41ab76)), closes [#288](#288) [#301](#301) ### Upgrade * Bump ip from 1.1.8 to 1.1.9 (#300) ([b2520b0](b2520b0)), closes [#300](#300)
Subject of the issue
Visual progress of items is represented via
.narrative__progress
, see screenshot below for progress dots below image. Item states include default, selected and visited. The change in state is represented by color change only (see plugin and Vanilla styles). This information will be difficult or impossible to perceive for individuals with visual disabilities such as low vision or color blindness.Expected behaviour
Provide a non-color dependent means of identifying current item (selected) and completed items. Some ideas below but please input with any thoughts or suggestions.
Selected state:
Increase the size of the progress item when selected.
Completed state:
Other presentation components display a tick icon for completed items, see screenshots below. Could do similar and display the completion tick within the progress item or as a separate icon over the Narrative image.
The text was updated successfully, but these errors were encountered: