Skip to content

Commit 2c9c9a2

Browse files
authored
Fix wording of example 12 (#511)
closes #510
1 parent dc4db11 commit 2c9c9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ <h3>Adhere to the rules of HTML</h3>
431431
...
432432
&lt;p>&lt;/p>
433433

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

0 commit comments

Comments
 (0)