Skip to content

Commit 0eef950

Browse files
committed
minor fixes
1 parent a0b0d43 commit 0eef950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/02-dom-nodes/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ drawHtmlTree(node4, 'div.domtree', 690, 360);
143143
</script>
144144

145145
````warn header="Tables always have `<tbody>`"
146-
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.
146+
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.
147147

148148
For the HTML:
149149

0 commit comments

Comments
 (0)