XenForo
Administrative
- Thread starter
- Admin
- #1
The mobile nav trigger (
It's also currently an
Read more
ادامه مطلب...
p-nav-menuTrigger
) does not have an accessible name. Although there is a nested <span class="p-nav-menuText">Menu</span>
this is hidden using display: none
and so not available to assistive technologies. It may make sense to use an aria-label
instead.It's also currently an
<a>
tag despite having a role="button"
– given it doesn't have an href
a...Read more
ادامه مطلب...