From 12dd2b470a217a8e79d8db7601b5b0eccabb2c04 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 9 Apr 2024 09:08:35 -0400 Subject: [PATCH] Fix wording of example 12 closes #510 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index dd2c130..27ba149 100644 --- a/index.html +++ b/index.html @@ -431,7 +431,7 @@

Adhere to the rules of HTML

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