diff --git a/_rules/links-with-identical-names-and-context-serve-equivalent-purpose-fd3a94.md b/_rules/links-with-identical-names-and-context-serve-equivalent-purpose-fd3a94.md index 1a40cf168e..85ec581800 100755 --- a/_rules/links-with-identical-names-and-context-serve-equivalent-purpose-fd3a94.md +++ b/_rules/links-with-identical-names-and-context-serve-equivalent-purpose-fd3a94.md @@ -16,10 +16,6 @@ accessibility_requirements: failed: not satisfied passed: further testing needed inapplicable: further testing needed - wcag20:1.1.1: # Non-text Content (A) - secondary: This success criterion is mapped as a Secondary requirement because the SC applies only to non-text content. When links have visual information as context, a failed outcome for this rule may result in SC 1.1.1 Non-text Content being not satisfied. - wcag20:1.3.1: # Info and Relationships (A) - secondary: This success criterion is mapped as a Secondary requirement because the SC applies to information and relationships conveyed through presentation. When links rely on visual cues for conveying information and/or relationships, and these cues are not programmatically determined or available in text, a failed outcome for this rule may result in SC 1.3.1 Info and Relationships being not satisfied. input_aspects: - DOM Tree - CSS Styling @@ -57,7 +53,7 @@ For each pair of links in each target set, one of the following is true: - both links resolve to the [same resource][]; or - both links resolve to [equivalent resources][equivalent resource]; or -- there is no visual information within the content of the page to let users know that both links resolve to [non-equivalent resources][equivalent resource]. +- there is no visual information within the [web page][] to let users know that both links resolve to [non-equivalent resources][equivalent resource]. **Note**: Resolving the links includes potential redirects, if the redirects happen instantly. @@ -247,6 +243,31 @@ These two HTML `a` elements have the same [accessible name][] and [context][prog #### Failed Example 1 +These two HTML `a` elements have the same [accessible name][] and are nested within the same [context][programmatically determined link context], but go to different resources. + +```html + +
+ To get in touch with us, you can either contact us via chat or contact us by phone. +
+ +``` + +#### Failed Example 2 + +These two HTML `a` elements have the same [accessible name][] and [context][programmatically determined link context], but go to different resources. + +```html + +W3C pages for ACT:
+ +Community group for ACT:
+ + +``` + +#### Failed Example 3 + These two HTML `a` elements have the same [accessible name][] and [context][programmatically determined link context]. They are visually distinguishable thanks to the relationships conveyed through CSS, but go to different resources. ```html @@ -259,7 +280,7 @@ These two HTML `a` elements have the same [accessible name][] and [context][prog