Page Scan Results:
NEWS
https://www.usao.edu/news/index.html
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
Links must be distinguishable without relying on color
Ensure links are distinguished from surrounding text in a way that does not rely on color. Axe Reference
-
<a href="tel:4055741337">405-574-1337</a>
Element selector:a[href="tel:4055741337"]
Failing checks (At least one of these should pass)
-
The link has insufficient color contrast of 1.35:1 with the surrounding text. (Minimum contrast is 3:1, link text: #004135, surrounding text: #4c4c4c)
.filled
-
The link has no styling (such as underline) to distinguish it from the surrounding text
.filled
-
The link has insufficient color contrast of 1.35:1 with the surrounding text. (Minimum contrast is 3:1, link text: #004135, surrounding text: #4c4c4c)
-
<a href="mailto:agoddard@usao.edu">agoddard@usao.edu</a>
Element selector:a[href$="mailto:agoddard@usao.edu"]
Failing checks (At least one of these should pass)
-
The link has insufficient color contrast of 1.35:1 with the surrounding text. (Minimum contrast is 3:1, link text: #004135, surrounding text: #4c4c4c)
.filled
-
The link has no styling (such as underline) to distinguish it from the surrounding text
.filled
-
The link has insufficient color contrast of 1.35:1 with the surrounding text. (Minimum contrast is 3:1, link text: #004135, surrounding text: #4c4c4c)
Frames must have an accessible name
Ensures <iframe> and <frame> elements have an accessible name. Axe Reference
-
<iframe src="javascript:false" data-gtm-yt-inspected-8="true" style="width: 0px; height: 0px; border: 0px;"></iframe>
Element selector:iframe
Failing checks (At least one of these should pass)
- Element has no title 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's default semantics were not overridden with role="none" or role="presentation"
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
IDs used in ARIA and labels must be unique
Ensures every id attribute value used in ARIA and in labels is unique. Axe Reference
-
<input type="search" id="search-q" class="form-control" name="q" title="Search Form">
Element selector:.header-right-top-wrap > .header-right-search-wrap > .search-form[role="search"][method="get"] > input[type="search"][name="q"][title="Search Form"]
Failing checks (At least one of these should pass)
-
Document has multiple elements referenced with ARIA with the same id attribute: search-q
.device-form > .header-right-search-wrap > .search-form[role="search"][method="get"] > input[type="search"][name="q"][title="Search Form"]
-
Document has multiple elements referenced with ARIA with the same id attribute: search-q