Page Scan Results:
Commencement
https://www.usao.edu/academics/commencement.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
Frames must have an accessible name
Ensures <iframe> and <frame> elements have an accessible name. Axe Reference
-
<iframe src="https://player.vimeo.com/video/819531062?title=0&amp;byline=0" width="640" height="360" frameborder="0" allowfullscreen="allowfullscreen" data-mce-fragment="1" data-gtm-yt-inspected-8="true"></iframe>
Element selector:iframe[data-mce-fragment="1"]
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"
-
<iframe src="https://player.vimeo.com/video/822125550?h=969ec439dd&color=026641" width="640" height="360" frameborder="0" allowfullscreen="allowfullscreen" data-gtm-yt-inspected-8="true"></iframe>
Element selector:p:nth-child(7) > 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
Frames must have a unique title attribute
Ensures <iframe> and <frame> elements contain a unique title attribute. Axe Reference
-
<iframe title="vimeo-player" src="https://player.vimeo.com/video/703457102?h=ac7e030cb7" width="640" height="360" frameborder="0" allowfullscreen="allowfullscreen" data-gtm-yt-inspected-8="true"></iframe>
Element selector:p:nth-child(39) > iframe[title="vimeo-player"]
Failing checks (All of these should pass)
- Element's title attribute is not unique
-
<iframe title="vimeo-player" src="https://player.vimeo.com/video/703455064?h=146870af4e" width="640" height="360" frameborder="0" allowfullscreen="allowfullscreen" data-gtm-yt-inspected-8="true"></iframe>
Element selector:p:nth-child(41) > iframe[title="vimeo-player"]
Failing checks (All of these should pass)
- Element's title attribute is not unique
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 > form > input
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 > form > input
-
Document has multiple elements referenced with ARIA with the same id attribute: search-q