-
Notifications
You must be signed in to change notification settings - Fork 85
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
♿(templates) fix organization glimpse #2512
base: master
Are you sure you want to change the base?
♿(templates) fix organization glimpse #2512
Conversation
695e1c8
to
e531176
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.
Just one nitpick otherwise LGTM ✅
511a06d
to
45c1814
Compare
@jbpenrath apparently something went wrong with the CI, probably due to the rebase. |
45c1814
to
24681cf
Compare
There are 4 tests which are failing and they looks to be related to your changes.
|
@jbpenrath I'm clearly not very smart. I just saw it. I'll get right on it. Sorry for wasting your time. |
12054ba
to
c9f346d
Compare
- Add a small fix to the title property the organization glimpse - The value of title should be different from the organization card - Change the tests to fit the new rule
c9f346d
to
b710862
Compare
Purpose
While validating our richie site, I came across an issue with the title on the organization glimpse cards. The link
title
property has the same value as the card span element. That might cause some repetition issues with screen readers. To avoid this, the title property should correctly enunciate that this is a link to the organization page. This way we get better context for our a11y users.Proposal