aria-command-name
ARIA commands must have an accessible name
Impact: serious · Pages with issue: 1
Selector: div[title=""][role="button"]:nth-child(9)
<div title="" role="button" tabindex="0" style="width: 29px; height: 35px; overflow: hidden; position: absolute; cursor: pointer; touch-action: none; left: 140px; top: 206px; z-index: 0;">
Fix any of the following:
Element does not have text that is visible to screen readers
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has an empty title attribute
aria-required-children
Certain ARIA roles must contain particular children
Impact: critical · Pages with issue: 1
Selector: .loginSection > .navbar-nav.nav[role="menu"]
<ul class="nav navbar-nav" role="menu">
Fix any of the following:
Element has children which are not allowed: a[tabindex]
tabindex
Elements should not have tabindex greater than zero
Impact: serious · Pages with issue: 1
Selector: .sr-only-focusable
<a href="#content" class="sr-only sr-only-focusable" title="Content" style="color:#fff;" tabindex="1">Skip to main content</a>
Fix any of the following:
Element has a tabindex greater than 0
html-has-lang
<html> element must have a lang attribute
Impact: serious · Pages with issue: 1
Selector: html
<html>
Fix any of the following:
The <html> element does not have a lang attribute
meta-refresh
Delayed refresh under 20 hours must not be used
Impact: critical · Pages with issue: 1
Selector: meta[http-equiv="refresh"]
<meta http-equiv="refresh" content="7200">
Fix any of the following:
<meta> tag forces timed refresh of page (less than 20 hours)