Skip to content

Commit

Permalink
Update _rules/links-with-identical-names-and-context-serve-equivalent…
Browse files Browse the repository at this point in the history
…-purpose-fd3a94.md

Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
  • Loading branch information
giacomo-petri and Jym77 authored Feb 12, 2024
1 parent f734369 commit ab8cf03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ These two SVG `a` and HTML `a` elements have the same [accessible name][], same

#### Passed Example 9

These two HTML `a` elements have the same [accessible name][] and [context][programmatically determined link context], but resolve to different resources. However, the purpose of these links is [ambiguous to users in general](https://www.w3.org/TR/WCAG21/#dfn-ambiguous-to-users-in-general). Thus all readers are unsure about the destination and the person with a disability is not at any disadvantage.
These two HTML `a` elements have the same [accessible name][] and [context][programmatically determined link context], but resolve to different resources. However, the purpose of these links is [ambiguous to users in general](https://www.w3.org/TR/WCAG22/#dfn-ambiguous-to-users-in-general). Thus all readers are unsure about the destination and the person with a disability is not at any disadvantage.

```html
<html lang="en">
Expand Down

0 comments on commit ab8cf03

Please sign in to comment.