Improve table accessibility
This commit is contained in:
parent
a7ea015b36
commit
6300a2d696
5 changed files with 31 additions and 51 deletions
|
@ -18,16 +18,10 @@ function degreesToCompassDirection($degrees) {
|
|||
$data = $data->current;
|
||||
@endphp
|
||||
<table class="infotable">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<h1>Local Weather</h1>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<hr>
|
||||
</td>
|
||||
</tr>
|
||||
<caption>
|
||||
<h1>Local Weather</h1>
|
||||
<hr>
|
||||
</caption>
|
||||
<tr>
|
||||
<td><b>Wind Speed:</b></td>
|
||||
<td>{{ $data->wind->speed }} mph</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue