Commit db8a78fa authored by Mark Otto's avatar Mark Otto

Fixes #6794: incorrect docs mention of th element

parent d6048031
...@@ -857,8 +857,7 @@ For example, <code><section></code> should be wrapped ...@@ -857,8 +857,7 @@ For example, <code><section></code> should be wrapped
<code>&lt;th&gt;</code> <code>&lt;th&gt;</code>
</td> </td>
<td> <td>
Special table cell for column (or row, depending on scope and placement) labels<br> Special table cell for column (or row, depending on scope and placement) labels
Must be used within a <code>&lt;thead&gt;</code>
</td> </td>
</tr> </tr>
<tr> <tr>
......
...@@ -794,8 +794,7 @@ ...@@ -794,8 +794,7 @@
<code>&lt;th&gt;</code> <code>&lt;th&gt;</code>
</td> </td>
<td> <td>
{{_i}}Special table cell for column (or row, depending on scope and placement) labels{{/i}}<br> {{_i}}Special table cell for column (or row, depending on scope and placement) labels{{/i}}
{{_i}}Must be used within a <code>&lt;thead&gt;</code>{{/i}}
</td> </td>
</tr> </tr>
<tr> <tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment