minor fixes
This commit is contained in:
parent
a0b0d43060
commit
0eef95040c
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ drawHtmlTree(node4, 'div.domtree', 690, 360);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
````warn header="Tables always have `<tbody>`"
|
````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:
|
For the HTML:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue