Skip to content

Commit

Permalink
Fix wording of example 12 (#511)
Browse files Browse the repository at this point in the history
closes #510
  • Loading branch information
scottaohara committed Apr 9, 2024
1 parent dc4db11 commit 2c9c9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h3>Adhere to the rules of HTML</h3>
...
&lt;p>&lt;/p>

&lt;!-- Use a span are allowed in p elements! -->
&lt;!-- Instead of a div, use a span. Spans are allowed descendants of p elements! -->
&lt;p>
... &lt;span role=link tabindex=0>...&lt;/span> ...
&lt;/p>
Expand Down

0 comments on commit 2c9c9a2

Please sign in to comment.