You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GaryJones shared with us the following accessibility issues:
1. In the Content Helper, when adding/editing a post, there are repeated links to "Learn more about Parse.ly AI". This is an accessibility issue as they all point to different URLs, and when links are extracted as assistive technology can do, it won't be clear. While they can be made distinct with screen-reader text, it should probably say "Learn more about Title Suggestions" (or the other feature names) so that it's clear for visual users too.
2. The Tone, Persona, and a number of other "labels" are not semantically marked up as label elements, and are therefore not linked to the relative input fields.
3. Each of the Parse.ly feature's buttons are marked as is-primary. But the only primary button on the page should be the Publish button. If you look at Jetpack, they use secondary buttons, even for the Activate buttons.
4. The "Links" text next to the numerical input field for Smart Linking is blue for some reason. Makes it look like a hyperlink (especially as all the Learn more. links are nearby). This text should be black, and also potentially outside of the box around the input control (Related Posts have the inside-input-control text as black).
Describe the solution you'd like
Fix the accessibility issues, taking into account any impact on the UI (cc @dabowman).
Is your request related to a problem?
@GaryJones shared with us the following accessibility issues:
is-primary. But the only primary button on the page should be the Publish button. If you look at Jetpack, they use secondary buttons, even for the Activate buttons.Describe the solution you'd like
Fix the accessibility issues, taking into account any impact on the UI (cc @dabowman).