-
Notifications
You must be signed in to change notification settings - Fork 29
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
Blocks landing page: Better labels for links #311
Comments
The problem isn't that the arrow character is present, but that it needs to be hidden from screen readers. Decorative images (which includes font icons, svg, and any character used for graphical rather than lexical purposes) should always be wrapped in containers with |
cc @annezazu for the link label suggestions ^ The list of links with arrows is a common visual design pattern, it's used on the homepage too. We can programmatically wrap them in |
Thank you for this feedback! I've included it in the next iteration tracking issue. Here's what I'm going with:
Going with "Try blocks live" since it's more about blocks rather than Gutenberg.
Updated to "Create a block". I don't love that we say create twice but we can always iterate again.
I've noted this as a task for Kelly to follow up on. |
Looks good. 👍 Thanks. |
I've just deployed some code to automatically wrap those arrows in aria-hidden. With that, I think everything here has been addressed. |
Looks good, thanks. |
From: #245
Most of the links on the page have great context but there are some that could use some improvement.
Suggestion: Try Gutenberg live
Reasoning: Try what live?
Suggestion: Create a Block
Reasoning: This link goes to the Create a Block Tutorial, not generic docs.
Page: https://wordpress.org/blocks/
The text was updated successfully, but these errors were encountered: