Skip to content

Commit a3c0b1a

Browse files
committed
Mockups: tfoot after tbody
1 parent a492096 commit a3c0b1a

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

docs/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -917,11 +917,6 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
917917
&lt;th scope="col"&gt;...&lt;/th&gt;
918918
&lt;/tr&gt;
919919
&lt;/thead&gt;
920-
&lt;tfoot&gt;
921-
&lt;tr&gt;
922-
&lt;td colspan="3"&gt;...&lt;/td&gt;
923-
&lt;/tr&gt;
924-
&lt;/tfoot&gt;
925920
&lt;tbody&gt;
926921
&lt;tr&gt;
927922
&lt;th scope="row"&gt;...&lt;/th&gt;
@@ -939,6 +934,11 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
939934
&lt;td&gt;...&lt;/td&gt;
940935
&lt;/tr&gt;
941936
&lt;/tbody&gt;
937+
&lt;tfoot&gt;
938+
&lt;tr&gt;
939+
&lt;td colspan="3"&gt;...&lt;/td&gt;
940+
&lt;/tr&gt;
941+
&lt;/tfoot&gt;
942942
&lt;/table&gt;
943943
&lt;/div&gt;</code></pre>
944944
<p><strong>Example:</strong></p>
@@ -951,11 +951,6 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
951951
<th scope="col">Government</th>
952952
</tr>
953953
</thead>
954-
<tfoot>
955-
<tr>
956-
<td colspan="3">This is the tfoot (optional)</td>
957-
</tr>
958-
</tfoot>
959954
<tbody>
960955
<tr>
961956
<th scope="row">Diso</th>
@@ -983,6 +978,11 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
983978
<td>Corporate State</td>
984979
</tr>
985980
</tbody>
981+
<tfoot>
982+
<tr>
983+
<td colspan="3">This is the tfoot (optional)</td>
984+
</tr>
985+
</tfoot>
986986
</table>
987987
</div><!-- /txp-listtables -->
988988
<p><strong>Notes:</strong></p>

docs/rtl.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -917,11 +917,6 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
917917
&lt;th scope="col"&gt;...&lt;/th&gt;
918918
&lt;/tr&gt;
919919
&lt;/thead&gt;
920-
&lt;tfoot&gt;
921-
&lt;tr&gt;
922-
&lt;td colspan="3"&gt;...&lt;/td&gt;
923-
&lt;/tr&gt;
924-
&lt;/tfoot&gt;
925920
&lt;tbody&gt;
926921
&lt;tr&gt;
927922
&lt;th scope="row"&gt;...&lt;/th&gt;
@@ -939,6 +934,11 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
939934
&lt;td&gt;...&lt;/td&gt;
940935
&lt;/tr&gt;
941936
&lt;/tbody&gt;
937+
&lt;tfoot&gt;
938+
&lt;tr&gt;
939+
&lt;td colspan="3"&gt;...&lt;/td&gt;
940+
&lt;/tr&gt;
941+
&lt;/tfoot&gt;
942942
&lt;/table&gt;
943943
&lt;/div&gt;</code></pre>
944944
<p><strong>Example:</strong></p>
@@ -951,11 +951,6 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
951951
<th scope="col">Government</th>
952952
</tr>
953953
</thead>
954-
<tfoot>
955-
<tr>
956-
<td colspan="3">This is the tfoot (optional)</td>
957-
</tr>
958-
</tfoot>
959954
<tbody>
960955
<tr>
961956
<th scope="row">Diso</th>
@@ -983,6 +978,11 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
983978
<td>Corporate State</td>
984979
</tr>
985980
</tbody>
981+
<tfoot>
982+
<tr>
983+
<td colspan="3">This is the tfoot (optional)</td>
984+
</tr>
985+
</tfoot>
986986
</table>
987987
</div><!-- /txp-listtables -->
988988
<p><strong>Notes:</strong></p>

0 commit comments

Comments
 (0)