Skip to content

Commit

Permalink
Editorial: insert <tbody> into <table>
Browse files Browse the repository at this point in the history
All other <table> elements in the spec have a <tbody>.
  • Loading branch information
jmdyck committed Aug 19, 2017
1 parent 20fb274 commit 958c7b1
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -39932,22 +39932,24 @@ <h1>Changes to the `typeof` Operator</h1>
Additional <emu-xref href="#sec-typeof-operator">`typeof`</emu-xref> Operator Results
</emu-caption>
<table>
<tr>
<th>
Type of _val_
</th>
<th>
Result
</th>
</tr>
<tr>
<td>
Object (has an [[IsHTMLDDA]] internal slot)
</td>
<td>
`"undefined"`
</td>
</tr>
<tbody>
<tr>
<th>
Type of _val_
</th>
<th>
Result
</th>
</tr>
<tr>
<td>
Object (has an [[IsHTMLDDA]] internal slot)
</td>
<td>
`"undefined"`
</td>
</tr>
</tbody>
</table>
</emu-table>
</emu-annex>
Expand Down

0 comments on commit 958c7b1

Please sign in to comment.