Update solution.md

This commit is contained in:
Brent Guffens 2018-02-06 11:21:00 +01:00 committed by GitHub
parent 746c6d9fa0
commit cf7b5e274e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,6 @@ The browser has to fix it automatically. But there may be no text inside the `<t
Now it's obvious that when we remove the table, it remains.
The question can be easily answered by exploring DOM using the browser tools. They show `"aaa"` before the `<table>`.
The question can be easily answered by exploring the DOM using the browser tools. It shows `"aaa"` before the `<table>`.
The HTML standard specifies in detail how to process bad HTML, and such behavior of the browser is correct.