-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
New color picker improvements, second round #2699
Comments
This change would be useful to agencies, to provide branding hints... e.g. "Primary Brand Color" "Secondary Brand Color", "Green Accent", etc |
Sorry, yes, I meant that as "in addition to a11y concerns, it would assist agencies" |
Sure 🙂 And your point makes perfectly sense. I haven't thought at that and seems to me one more good reason to consider named colors. |
Just a side note, thank you for the incredible a11y work you've been doing for the team. I work for an agency that often contracts out with an accessibility-oriented firm, and the level of thought that you put into your work is very heartening to see. I'm well versed in how little fun it is to boot up a screen reader and test interfaces over and over again that were designed by sighted developers for mouse-driven interactions. |
@gschoppe thanks. I share that feeling on a daily basis... 😬 |
The label could expand, tool-tip-like on focus/hover (although that often leaves touch users in the cold). and, of course, it needn't be visible for screen readers. However, human-readable, visible color labels would also assist sighted users with any form of color impairment. |
Gutenberg tooltips work in a way that they use the same text used for the |
how do gutenberg tooltips perform on touch devices, like phones? |
@gschoppe I think that's untested and still to address. |
Re: better identifying colors, apart from giving them a human-understandable named color, here's some feedback from users about giving them also a tooltip, which makes sense to me, see https://make.wordpress.org/accessibility/2017/11/28/screen-reader-user-experience-with-gutenberg/
|
Hi all, thank you for the discussion that happened here. The improvements to the color related components were merged. I think we can now close this issue if there is any other improvement needed to feel free to reopen. |
Thanks everyone for the discussion, feedback, and thanks @jorgefilipecosta very good job! |
Follow up to #2679
See also Slack discussion https://wordpress.slack.com/archives/C02QB2JS7/p1504633514000516
I'd like to propose to consider a few further improvements for the color picker:
also for color variations:
this could be implemented requiring to specify a color name in
gutenberg_color_palette()
.The text was updated successfully, but these errors were encountered: