Describe the bug
From user feedback, emphasize the role of automated checks in the tool: "that no automated tool can find even a majority of accessibility defects on a web page"
To Reproduce
Steps to reproduce the behavior:
OR
Expected behavior
The Automated checks section of FastPass should clarify that it only finds some of the most common accessibility issues
Yes
Yes
@LiLoDavis can you help us draft the language for this?
@ferBonnin How about this? The "Did you know?" part is a bit of a trick to get people to look at the text.
Did you know?
Automated checks can identify some common accessibility problems, such as missing or invalid properties. Most accessibility problems can be detected only through manual testing.
@LiLoDavis I like this! Do we want to mention that they can use Assessment too?
@ferBonnin Good idea. How about this?
Did you know?
Automated checks can detect some common accessibility problems, such as missing or invalid properties. However, most accessibility problems can be identified only through manual testing. The most reliable way to evaluate the accessibility of a website or web app is to complete an assessment.
@LiLoDavis looks great. I would just modify to add 'compliance':
Did you know?
Automated checks can detect some common accessibility problems, such as missing or invalid properties. However, most accessibility problems can be identified only through manual testing. The most reliable way to evaluate the accessibility compliance of a website or web app is to complete an assessment.
@ferBonnin I approve!
@ferBonnin @LiLoDavis can you clarify exactly where in the UI/docs you want this new text to show up? (an annotated screenshot would be the most helpful for me :) )
@dbjorge only in the UI (already added it in the docs). Will send you a screenshot
To clarify: it should render in the fastpass view only, in between the <h1>{this.props.title}</h1> and the this.renderContent() in the IssuesTable within the details view main content. Probably we'd do this by adding an optional subTitle to IssuesAdHocVisualization.displayableData and rendering it in IssuesTable iff present.
It should be styled as $secondary-text.
Fix is implemented in #632, but need to wait til Chelsea is back in the office to review and continue