minor fixes
This commit is contained in:
parent
0eef95040c
commit
0ac7894d10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue