Skip to content

Commit

Permalink
Read Me First: Close anchor tag in code example (pull #3073)
Browse files Browse the repository at this point in the history
Fix code example on the Read Me First page in the section:
"Principle 2: ARIA Can Both Cloak and Enhance, Creating Both Power and Danger".
Close  the anchor tags in the third example.
  • Loading branch information
mathildebuenerd authored Aug 6, 2024
1 parent d784b7e commit 2d60c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/practices/read-me-first/read-me-first-practice.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ <h3>Principle 2: ARIA Can Both Cloak and Enhance, Creating Both Power and Danger
&lt;/table&gt;
&lt;ul role=&quot;navigation&quot;&gt;
&lt;!-- This is a navigation region, not a list. --&gt;
&lt;li&gt;&lt;a href=&quot;uri1&quot;&gt;nav link 1&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;uri2&quot;&gt;nav link 2&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;uri1&quot;&gt;nav link 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;uri2&quot;&gt;nav link 2&lt;/a&gt;&lt;/li&gt;
&lt;!-- ERROR! Previous list items are not in a list! --&gt;
&lt;/ul&gt;</code></pre>
</section>
Expand Down

0 comments on commit 2d60c41

Please sign in to comment.