minor fixes

This commit is contained in:
Ilya Kantor 2020-11-25 23:22:50 +03:00
parent a0b0d43060
commit 0eef95040c

View file

@ -143,7 +143,7 @@ drawHtmlTree(node4, 'div.domtree', 690, 360);
</script>
````warn header="Tables always have `<tbody>`"
An interesting "special case" is tables. By the DOM specification they must have `<tbody>`, but HTML text may (officially) omit it. Then the browser creates `<tbody>` in the DOM automatically.
An interesting "special case" is tables. By DOM specification they must have `<tbody>` tag, but HTML text may omit it. Then the browser creates `<tbody>` in the DOM automatically.
For the HTML: