mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
axe: implement rule ID: aria-allowed-attr
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
</div>
|
||||
@if($skin->associated_skinline != null)
|
||||
<div class="mb-5 px-4 flex justify-center">
|
||||
<div class="px-4 flex justify-center">
|
||||
@foreach($skin->associated_skinline as $skinline)
|
||||
<span class="sr-only">Associated Skinline:</span>
|
||||
<span
|
||||
@@ -47,6 +47,9 @@
|
||||
@endforeach
|
||||
</div>
|
||||
@endif
|
||||
<div class="mb-2 px-4 flex justify-center text-white">
|
||||
<p>More</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@endforeach
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<span class="relative z-0 inline-flex shadow-sm rounded-md">
|
||||
{{-- Previous Page Link --}}
|
||||
@if ($paginator->onFirstPage())
|
||||
<span aria-disabled="true" aria-label="{{ __('pagination.previous') }}">
|
||||
<span aria-disabled="true" aria-label="{{ __('pagination.previous') }}" role="button">
|
||||
<span
|
||||
class="relative inline-flex items-center px-2 py-2 text-sm font-medium text-gray-100 bg-stone-900 border border-stone-700 shadow-sm shadow-orange-600/20 cursor-default rounded-l-md leading-5"
|
||||
aria-hidden="true">
|
||||
@@ -75,7 +75,7 @@
|
||||
@foreach ($elements as $element)
|
||||
{{-- "Three Dots" Separator --}}
|
||||
@if (is_string($element))
|
||||
<span aria-disabled="true">
|
||||
<span aria-disabled="true" role="button">
|
||||
<span
|
||||
class="relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-neutral-400 bg-stone-900 border border-stone-700 shadow-sm shadow-orange-600/20 cursor-default leading-5">{{ $element }}</span>
|
||||
</span>
|
||||
@@ -112,7 +112,7 @@
|
||||
</svg>
|
||||
</a>
|
||||
@else
|
||||
<span aria-disabled="true" aria-label="{{ __('pagination.next') }}">
|
||||
<span aria-disabled="true" aria-label="{{ __('pagination.next') }}" role="button">
|
||||
<span
|
||||
class="relative inline-flex items-center px-2 py-2 -ml-px text-sm font-medium text-gray-100 bg-stone-900 border border-stone-700 shadow-sm shadow-orange-600/20 cursor-default rounded-r-md leading-5"
|
||||
aria-hidden="true">
|
||||
|
||||
Reference in New Issue
Block a user