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
The link text "Learn More" in the initial call-to-action on the Centers of Excellence home page could be improved, because it only makes sense in context of the containing hero callout, which is notably also not part of a single continuous paragraph or sentence.
Note that this may not be a violation of WCAG Level AA (Link Purpose (In Context)), but would be a failure of WCAG Level AAA (Link Purpose (Link Only)). For the purpose of Section 508 compliance, the latter does not strictly apply (refer to Revised 508 Standards, E205 Electronic Content). However, as noted in the failure linked below, the fact that the preceding text "Accelerating modernization across government" is not part of the same paragraph may make it difficult for the user to easily discover to what the link will relate.
the lack of descriptive keywords is a serious problem for accessibility. People who are visually impaired and using a screen reader or magnifier aren’t able to quickly glance back to the preceding-paragraph text to see what the Learn More link may refer to.
If the context for the link is not provided in one of the following ways: [...] in the same sentence, paragraph, list item, or table cell as the link [...] via a suitable ARIA property such as aria-label or aria-labelledby [...] then the user will not be able to find out where the link is going with any ease.
This failure describes a common condition where links such as "click here" or "more" are used as anchor elements where you need to have the surrounding text to understand their purpose and where there isn't any mechanism to make the destination clear by itself, such as a button to expand the link text.
Remediation Guidance:
The link text (or equivalent ARIA labelling) should describe where the link will navigate.
The text was updated successfully, but these errors were encountered:
The link text "Learn More" in the initial call-to-action on the Centers of Excellence home page could be improved, because it only makes sense in context of the containing hero callout, which is notably also not part of a single continuous paragraph or sentence.
Note that this may not be a violation of WCAG Level AA (Link Purpose (In Context)), but would be a failure of WCAG Level AAA (Link Purpose (Link Only)). For the purpose of Section 508 compliance, the latter does not strictly apply (refer to Revised 508 Standards, E205 Electronic Content). However, as noted in the failure linked below, the fact that the preceding text "Accelerating modernization across government" is not part of the same paragraph may make it difficult for the user to easily discover to what the link will relate.
WCAG Success Criteria (AAA): 2.4.9: Link Purpose (Link Only)
Relevant Guidance:
https://webaim.org/techniques/hypertext/link_text
https://www.nngroup.com/articles/learn-more-links/
Relevant failure (AA): F63: Failure of Success Criterion 2.4.4 due to providing link context only in content that is not related to the link
Relevant failure (AAA): F84: Failure of Success Criterion 2.4.9 due to using a non-specific link such as "click here" or "more" without a mechanism to change the link text to specific text.
Remediation Guidance:
The link text (or equivalent ARIA labelling) should describe where the link will navigate.
The text was updated successfully, but these errors were encountered: