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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@

Adhere to the rules of HTML

431431
...
432432
<p></p>
433433

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

0 commit comments

Comments
 (0)