minor fixes

This commit is contained in:
Ilya Kantor 2020-11-25 23:23:13 +03:00
parent 0eef95040c
commit 0ac7894d10

View file

@ -160,7 +160,7 @@ let node5 = {"name":"TABLE","nodeType":1,"children":[{"name":"TBODY","nodeType":
drawHtmlTree(node5, 'div.domtree', 600, 200); drawHtmlTree(node5, 'div.domtree', 600, 200);
</script> </script>
You see? The `<tbody>` appeared out of nowhere. You should keep this in mind while working with tables to avoid surprises. You see? The `<tbody>` appeared out of nowhere. We should keep this in mind while working with tables to avoid surprises.
```` ````
## Other node types ## Other node types