-
Notifications
You must be signed in to change notification settings - Fork 0
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
CRIMAPP-1534 no empty cells #789
Conversation
@@ -1,4 +1,4 @@ | |||
<%= govuk_service_navigation(navigation_id: 'example-5', current_path: request.path, classes: 'app-service-navigation') do |sn| %> | |||
<%= govuk_service_navigation(current_path: request.path, classes: 'app-service-navigation') do |sn| %> |
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.
☝️ removes unrelated copy paste error spotted as part of this work.
0e8ba13
to
6350981
Compare
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.
Looks like case type could be blank as well. Should we be handling empty cells in that column?
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.
Good call. Thanks @EdwinKruglov
f3db0b7
to
8e67f2d
Compare
8e67f2d
to
04889a6
Compare
Description of change
Add visually hidden text to empty table cells.
Link to relevant ticket
CRIMAPP-1534
Notes for reviewer
As per accessibility recommendation, add visually hidden text in the format "No data exists for %{column_name}" to empty table cells.
Screenshots of changes (if applicable)
Before changes:
After changes:
How to manually test the feature