mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -04:00
refactor: added scope="col" to <th> tags
This commit is contained in:
parent
b19219fdbf
commit
285fcb9ae6
1 changed files with 4 additions and 4 deletions
|
@ -47,16 +47,16 @@
|
||||||
<template #default>
|
<template #default>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-left">
|
<th class="text-left" scope="col">
|
||||||
Symbol
|
Symbol
|
||||||
</th>
|
</th>
|
||||||
<th class="text-left">
|
<th class="text-left" scope="col">
|
||||||
Meaning
|
Meaning
|
||||||
</th>
|
</th>
|
||||||
<th class="text-left">
|
<th class="text-left" scope="col">
|
||||||
Example
|
Example
|
||||||
</th>
|
</th>
|
||||||
<th class="text-left">
|
<th class="text-left" scope="col">
|
||||||
Equivalent
|
Equivalent
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue