Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _rules/links-identical-name-equivalent-purpose-b20e66.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ A set of two SVG `a` elements have the same [accessible name][] and link to the
A set of one SVG `a` element and one HTML `a` element that have the same [accessible name][] and link to the [same resource][].

```html
<a href="http://facebook.com">Follow us"</a>
<a href="http://facebook.com">Follow us</a>

<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<a href="http://facebook.com" aria-label="Follow us">
Expand Down