From cf7b5e274ec7d349a5fd945b0fff0552ea6e27ea Mon Sep 17 00:00:00 2001 From: Brent Guffens Date: Tue, 6 Feb 2018 11:21:00 +0100 Subject: [PATCH] Update solution.md --- 2-ui/1-document/07-modifying-document/5-why-aaa/solution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/07-modifying-document/5-why-aaa/solution.md b/2-ui/1-document/07-modifying-document/5-why-aaa/solution.md index 25c1e819..6b85168b 100644 --- a/2-ui/1-document/07-modifying-document/5-why-aaa/solution.md +++ b/2-ui/1-document/07-modifying-document/5-why-aaa/solution.md @@ -4,6 +4,6 @@ The browser has to fix it automatically. But there may be no text inside the ``. +The question can be easily answered by exploring the DOM using the browser tools. It shows `"aaa"` before the ``. The HTML standard specifies in detail how to process bad HTML, and such behavior of the browser is correct.