Skip to content

Commit

Permalink
Making images focusable
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Oct 18, 2023
1 parent 81045f2 commit 36f9c57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions devtools-console-dom-interactions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2 id="section-1">Section 1</h2>
<li><a href="#">Link 5</a></li>
<li><a href="#">Link 6</a></li>
</ul>
<img src="img/alpaca.jpg" alt="An alpaca">
<img src="img/alpaca.jpg" alt="An alpaca" tabindex="0">
</section>

<section>
Expand All @@ -120,7 +120,7 @@ <h2 id="section-2">Section 2</h2>
href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/console/console-dom-interaction">Link
9</a></li>
</ul>
<img src="img/cat.jpg" alt="A cat">
<img src="img/cat.jpg" alt="A cat" tabindex="0">
</section>

<section>
Expand All @@ -136,7 +136,7 @@ <h2 id="section-3">Section 3</h2>
<li><a href="#">Link 14</a></li>
<li><a href="#">Link 15</a></li>
</ul>
<img src="img/deer.jpg" alt="A deer">
<img src="img/deer.jpg" alt="A deer" tabindex="0">
</section>

<section>
Expand All @@ -150,7 +150,7 @@ <h2 id="section-4">Section 4</h2>
16</a></li>
<li><a href="#">Link 17</a></li>
</ul>
<img src="img/horse.jpg" alt="A horse">
<img src="img/horse.jpg" alt="A horse" tabindex="0">
</section>

<section>
Expand All @@ -167,7 +167,7 @@ <h2 id="section-5">Section 5</h2>
<li><a href="#">Link 23</a></li>
<li><a href="#">Link 24</a></li>
</ul>
<img src="img/sheep.jpg" alt="A sheep">
<img src="img/sheep.jpg" alt="A sheep" tabindex="0">
</section>

<section>
Expand All @@ -183,7 +183,7 @@ <h2 id="section-6">Section 6</h2>
<li><a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/">Link 27</a></li>
<li><a href="https://microsoft.com">Link 28</a></li>
</ul>
<img src="img/socke.jpg" alt="A socke">
<img src="img/socke.jpg" alt="A socke" tabindex="0">
</section>
</main>

Expand Down

0 comments on commit 36f9c57

Please sign in to comment.