We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746c6d9 commit cf7b5e2Copy full SHA for cf7b5e2
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 `<t
4
5
Now it's obvious that when we remove the table, it remains.
6
7
-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>`.
8
9
The HTML standard specifies in detail how to process bad HTML, and such behavior of the browser is correct.
0 commit comments