Page Scan Results:
(No H1 element on page)

https://www.okwu.edu/now/

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

Elements must meet minimum color contrast ratio thresholds

serious

Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference

Rule type: WCAG 2.0 AA, WCAG SC 1.4.3, EN-301-549, EN-9.1.4.3, ACT
  1. <b>Oklahoma Wesleyan University</b>
    Element selector:
    .et_pb_text_0 > .et_pb_text_inner > h3 > b
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #fdb913, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1 .et_pb_section_1
  2. <h3>Endowment: $30 Million</h3>
    Element selector:
    .et_pb_text_3 > .et_pb_text_inner > h3
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #fdb913, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1 body
  3. <h3>Eagle Campus Expansion: $20 Million</h3>
    Element selector:
    .et_pb_text_5 > .et_pb_text_inner > h3
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #fdb913, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1 body
  4. <h3>Campus <span>Renaissance: $20 Million</span></h3>
    Element selector:
    .et_pb_text_7 > .et_pb_text_inner > h3
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #fdb913, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1 .et_pb_section_6
  5. <span>Renaissance: $20 Million</span>
    Element selector:
    h3 > span
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #fdb913, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1 .et_pb_section_6
  6. <span>Annual Fund: $1M Yearly</span>
    Element selector:
    h3 > b > span
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #fdb913, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1 body
  7. <input type="submit" id="gform_submit_button_2" class="gform-button gform-button--white button" value="Submit" onclick="if(window[&quot;gf_submitting_2&quot;]){return false;} if( !jQuery(&quot;#gform_2&quot;)[0].checkValidity || jQuery(&quot;#gform_2&quot;)[0].checkValidity()){window[&quot;gf_submitting_2&quot;]=true;} " onkeypress="if( event.keyCode == 13 ){ if(window[&quot;gf_submitting_2&quot;]){return false;} if( !jQuery(&quot;#gform_2&quot;)[0].checkValidity || jQuery(&quot;#gform_2&quot;)[0].checkValidity()){window[&quot;gf_submitting_2&quot;]=true;} jQuery(&quot;#gform_2&quot;).trigger(&quot;submit&quot;,[true]); }">
    Element selector:
    #gform_submit_button_2
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #ffffff, background color: #fdb913, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1 #gform_submit_button_2

Zooming and scaling must not be disabled

critical

Ensures <meta name="viewport"> does not disable text scaling and zooming. Axe Reference

Rule type: WCAG 2.0 AA, WCAG SC 1.4.4, EN-301-549, EN-9.1.4.4, ACT
  1. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    Element selector:
    meta[name="viewport"]
    Failing checks (At least one of these should pass)
    • user-scalable on <meta> tag disables zooming on mobile devices