Page Scan Results:
(No H1 element on page)

https://mail.cmn.edu/

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 on This Page

<html> element must have a lang attribute

serious

Ensures every HTML document has a lang attribute. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 3.1.1, EN-301-549, EN-9.3.1.1, ACT
  1. <html>
    Element selector:
    html
    Failing checks (At least one of these should pass)
    • The <html> element does not have a lang attribute

Delayed refresh under 20 hours must not be used

critical

Ensures <meta http-equiv="refresh"> is not used for delayed refresh. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 2.2.1, EN-301-549, EN-9.2.2.1
  1. <meta http-equiv="refresh" content="1;url='https://outlook.office.com/owa/cmn.edu'">
    Element selector:
    meta[http-equiv="refresh"]
    Failing checks (At least one of these should pass)
    • <meta> tag forces timed refresh of page (less than 20 hours)