-
Notifications
You must be signed in to change notification settings - Fork 2
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
Highlighting information #259
Comments
Here I've used a browser plugin (Colourblindly) for simulating colour vision deficiency. I'm not sure on the intent of the original designer but the underline of the highlight pattern is perceivable by all types of colour vision deficiency, I'm not sure if this was added to ensure users with colour vision deficiency would still notice a visual difference |
Prepare a case for sentence - matching journeyWe did some testing about adding a percentage of likelihood that the 2 cards are a match in which we got the following feedback: Conclusion: Although the % score was shown participants were still focused on the yellow highlights to give them guidance” From user testing: “The thing i like is it highlights the information that matches, could even make it more obvious” Note: we had our service, and this feature tested by DAC for accessibility which passed with no concerns. The tag uses the element. |
As the users have pointed out, the visual cue of highlighting the areas that are different is a big help, Having said that, these comparisons are all challenging for both eye-movements (large jumps between the data items that need to be compared) and short-term memory (the user has to find the highlighted content, and recall it while looking at the other item that may be a match. I've bashed together a mockup to think about and chose the passport example as an illustration. Please pretend that everything lines up neatly as it would if I'd coded it rather than whacked about using cut-and-paste in a .png. My assumptions:
My aims are:
|
Thanks all for adding in research findings and further insights! To summarise, the highlighted text has tested well with users, with positive feedback that it works well as a visual cue to draw attention to information. Next steps will be to:
|
Code from cervical screening implementation:
CSS
|
What
A number of internal services across government (examples below) have implemented a highlight pattern to focus a user's attention to particular parts of data. The pattern is used to visually highlight text to differentiate it from other information on the screen.
The following use cases of the pattern have been identified so far:
Why
The pattern has been well tested in multiple services and already exists on live services within Home Office and MoJ.
The task to compare data is common, particularly for internal case working / management services. The ability to visually highlight elements should save the user time to find what they are looking for, especially when there is a lot of content on the page, or comparing multiple sets of data at once - valuable for repeat users.
Anything else
Examples in existing services:
NHS cervical screening management - used to identify changes in medical records
MoJ - used to identity cases and merge them
(Proposed) mock up design to be used in Home Office identity verification service - used to identify differences in two data sets
Accessibility considerations
Even though we can call out the highlighted text for screen reader users, conscious that the visual colour may not be ideal for users who are partially sighted. Curious to hear any comments around this.
The text was updated successfully, but these errors were encountered: