refactor: added scope="col" to <th> tags
This commit is contained in:
		
							parent
							
								
									b19219fdbf
								
							
						
					
					
						commit
						285fcb9ae6
					
				| @ -47,16 +47,16 @@ | ||||
|       <template #default> | ||||
|         <thead> | ||||
|           <tr> | ||||
|             <th class="text-left"> | ||||
|             <th class="text-left" scope="col"> | ||||
|               Symbol | ||||
|             </th> | ||||
|             <th class="text-left"> | ||||
|             <th class="text-left" scope="col"> | ||||
|               Meaning | ||||
|             </th> | ||||
|             <th class="text-left"> | ||||
|             <th class="text-left" scope="col"> | ||||
|               Example | ||||
|             </th> | ||||
|             <th class="text-left"> | ||||
|             <th class="text-left" scope="col"> | ||||
|               Equivalent | ||||
|             </th> | ||||
|           </tr> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user