Page Scan Results:
(No H1 element on page)

https://www.langston.edu/about-us

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

Images must have alternate text

critical

Ensures <img> elements have alternate text or a role of none or presentation. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.1.1, Old Section 508, EN-301-549, EN-9.1.1.1, ACT
  1. <img src="https://www.langston.edu/sites/default/files/styles/button-icon/public/scholar_0.png?itok=-U_oqAMq">
    Element selector:
    .even.field-item:nth-child(1) > .field-collection-view.view-mode-full.clearfix > a > .highlight-btn > img
    Failing checks (At least one of these should pass)
    • Element does not have an alt attribute
    • 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 no title attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"
  2. <img src="https://www.langston.edu/sites/default/files/styles/button-icon/public/phone_10.png?itok=flbo0yrm">
    Element selector:
    .odd.field-item:nth-child(2) > .field-collection-view.view-mode-full.clearfix > a > .highlight-btn > img
    Failing checks (At least one of these should pass)
    • Element does not have an alt attribute
    • 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 no title attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"
  3. <img src="https://www.langston.edu/sites/default/files/styles/button-icon/public/scholar_0.png?itok=-U_oqAMq">
    Element selector:
    .even.field-item:nth-child(3) > .field-collection-view.view-mode-full.clearfix > a > .highlight-btn > img
    Failing checks (At least one of these should pass)
    • Element does not have an alt attribute
    • 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 no title attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"
  4. <img src="https://www.langston.edu/sites/default/files/styles/button-icon/public/admis_0.png?itok=Z03Y8lK4">
    Element selector:
    .odd.field-item:nth-child(4) > .field-collection-view.view-mode-full.clearfix > a > .highlight-btn > img
    Failing checks (At least one of these should pass)
    • Element does not have an alt attribute
    • 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 no title attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"
  5. <img src="https://www.langston.edu/sites/default/files/styles/button-icon/public/scholar_0.png?itok=-U_oqAMq">
    Element selector:
    a[href$="tulsa"] > .highlight-btn > img
    Failing checks (At least one of these should pass)
    • Element does not have an alt attribute
    • 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 no title attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"

<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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.0" dir="ltr" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" class="js">
    Element selector:
    html
    Failing checks (At least one of these should pass)
    • The xml:lang attribute is not valid on HTML pages, use the lang attribute.

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, viewport-fit=cover">
    Element selector:
    meta[name="viewport"]
    Failing checks (At least one of these should pass)
    • maximum-scale on <meta> tag disables zooming on mobile devices