Page Scan Results:
(No H1 element on page)
https://faculty.cmn.edu/identity/login?signin=ffb35c4822474ce251415f2a0819bc0f
Known Issues - These "violations" have been flagged as problematic by Axe, our accessibility scanner. Axe's "no false positives" philosophy means that if it's shown here, it's likely a problem to someone.
Known Issues Summary
Known Issues on This Page
<html> element must have a lang attribute
Ensures every HTML document has a lang attribute. Axe Reference
-
<html ng-app="app" xmlns="http://www.w3.org/1999/xhtml" class="ng-scope">Element selector:htmlFailing checks (At least one of these should pass)
- The <html> element does not have a lang attribute
Zooming and scaling must not be disabled
Ensures <meta name="viewport"> does not disable text scaling and zooming. Axe Reference
-
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">Element selector:meta[name="viewport"]Failing checks (At least one of these should pass)
- user-scalable=no on <meta> tag disables zooming on mobile devices
Needs Review - These "incomplete" issues may be problematic, but couldn't be completely tested automatically. They should be reviewed by a real person.
Needs Review Summary
Needs Review on This Page
Page must have means to bypass repeated blocks
Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content. Axe Reference
-
<html ng-app="app" xmlns="http://www.w3.org/1999/xhtml" class="ng-scope">Element selector:htmlFailing checks (At least one of these should pass)
- No valid skip link found
- Page does not have a heading
- Page does not have a landmark region