Skip to content

Commit 5459648

Browse files
committed
Merge branch 'develop' into first-focusable-is-link-to-main
2 parents 826091d + bf55e1d commit 5459648

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

_rules/links-with-identical-names-and-context-serve-equivalent-purpose-fd3a94.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ These two HTML `a` elements have the same [accessible name][] and [context][prog
7979
<html lang="en">
8080
<p>
8181
Learn more (<a href="/test-assets/links-with-identical-names-serve-equivalent-purpose-b20e66/index.html"
82-
>Contact usa
82+
>About usa
8383
>) and get in touch (
84-
<a href="/test-assets/links-with-identical-names-serve-equivalent-purpose-b20e66/index.html">Contact usa>)
84+
<a href="/test-assets/links-with-identical-names-serve-equivalent-purpose-b20e66/index.html">About usa>)
8585
p>
8686
html>
8787
```
@@ -94,9 +94,9 @@ These two HTML `a` elements have the same [accessible name][] and [context][prog
9494
<html lang="en">
9595
<p>
9696
Learn more (<a href="/test-assets/links-with-identical-names-serve-equivalent-purpose-b20e66/index.html"
97-
>Contact usa
97+
>About usa
9898
>) and get in touch (<a href="/test-assets/links-with-identical-names-serve-equivalent-purpose-b20e66/redirect.html"
99-
>Contact usa
99+
>About usa
100100
>)
101101
p>
102102
html>
@@ -110,10 +110,10 @@ These two HTML `a` elements have the same [accessible name][] and [context][prog
110110
<html lang="en">
111111
<p>
112112
Learn more (<a href="/test-assets/links-with-identical-names-serve-equivalent-purpose-b20e66/index.html"
113-
>Contact usa
113+
>About usa
114114
>) and get in touch (<a
115115
href="/test-assets/links-with-identical-names-serve-equivalent-purpose-b20e66/index-copy.html"
116-
>Contact usa
116+
>About usa
117117
>)
118118
p>
119119
html>

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"name": "António Estriga",
1717
"url": "https://github.com/AntonioEstriga"
1818
},
19+
{
20+
"name": "Aron Janecki",
21+
"url": "https://github.com/ajanec01"
22+
},
1923
{
2024
"name": "Audrey Maniez",
2125
"url": "https://github.com/audreymaniez"

0 commit comments

Comments
 (0)