2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Add explicit scope="col" to <th> column headers

This commit is contained in:
Patrick H. Lauke
2020-03-22 19:27:35 +00:00
committed by XhmikosR
parent 4ccd522a76
commit 1871412978
2 changed files with 17 additions and 17 deletions
+6 -6
View File
@@ -57,24 +57,24 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<table class="table">
<thead>
<tr>
<th></th>
<th>
<th scope="col"></th>
<th scope="col">
Extra small<br>
<span class="font-weight-normal">&lt;576px</span>
</th>
<th>
<th scope="col">
Small<br>
<span class="font-weight-normal">&ge;576px</span>
</th>
<th>
<th scope="col">
Medium<br>
<span class="font-weight-normal">&ge;768px</span>
</th>
<th>
<th scope="col">
Large<br>
<span class="font-weight-normal">&ge;992px</span>
</th>
<th>
<th scope="col">
Extra large<br>
<span class="font-weight-normal">&ge;1200px</span>
</th>