Page Scan Results:
PNC FALL 2023 ACADEMIC CALENDAR
https://pawneenationcollege.org/winter-holiday-schedule/
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
- Links must have discernible text
-
7
- Elements must only use permitted ARIA attributes
-
4
- <li> elements must be contained in a <ul> or <ol>
-
4
- Elements must meet minimum color contrast ratio thresholds
-
1
- <ul> and <ol> must only directly contain <li>, <script> or <template> elements
-
1
- Zooming and scaling must not be disabled
-
1
Known Issues on This Page
Links must have discernible text
Ensures links have discernible text. Axe Reference
-
<a href="https://www.facebook.com/PawneeNationCollege/" target="_blank"><i class="icon-facebook"></i></a>
Element selector:.mhb-custom--Vib3SWna > ul > li:nth-child(1) > a[target="_blank"]
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://twitter.com/PNCollege" target="_blank"><i class="icon-twitter"></i></a>
Element selector:.mhb-custom--Vib3SWna > ul > li:nth-child(2) > a[href$="PNCollege"][target="_blank"]
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://www.instagram.com/pawneenationcollege/" target="_blank"><i class="icon-instagram"></i></a>
Element selector:.mhb-custom--Vib3SWna > ul > li:nth-child(3) > a[target="_blank"]
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a class="mobile-menu-toggle" href="#"><i class="icon-menu-fine"></i></a>
Element selector:.mhb-custom-cXc6oo1XO > .tabletMobile.mhb-item-inner > .mobile-menu-toggle[href="#"]
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://pawneenationcollege.org/fall-semester-2023/">
Element selector:.image_wrapper > a
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="/">
Element selector:a[href="/"]
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a id="back_to_top" class="button button_js in_footer" href=""><i class="icon-up-open-big"></i></a>
Element selector:#back_to_top
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
Elements must only use permitted ARIA attributes
Ensures ARIA attributes are not prohibited for an element's role. Axe Reference
-
<i class="icon-facebook" aria-label="Facebook icon"></i>
Element selector:i[aria-label="Facebook icon"]
Failing checks (All of these should pass)
- aria-label attribute cannot be used on a i with no valid role attribute.
-
<i class="icon-twitter" aria-label="Twitter icon"></i>
Element selector:i[aria-label="Twitter icon"]
Failing checks (All of these should pass)
- aria-label attribute cannot be used on a i with no valid role attribute.
-
<i class="icon-instagram" aria-label="Instagram icon"></i>
Element selector:i[aria-label="Instagram icon"]
Failing checks (All of these should pass)
- aria-label attribute cannot be used on a i with no valid role attribute.
-
<i class="icon-email" aria-label=" icon"></i>
Element selector:i[aria-label=" icon"]
Failing checks (All of these should pass)
- aria-label attribute cannot be used on a i with no valid role attribute.
<li> elements must be contained in a <ul> or <ol>
Ensures <li> elements are used semantically. Axe Reference
-
<li class="facebook"><a target="_blank" rel="nofollow" href="https://www.facebook.com/PawneeNationCollege/" title="Facebook"><i class="icon-facebook" aria-label="Facebook icon"></i></a></li>
Element selector:.social > .facebook
Failing checks (At least one of these should pass)
- List item does not have a <ul>, <ol> parent element without a role, or a role="list"
-
<li class="twitter"><a target="_blank" rel="nofollow" href="https://twitter.com/PNCollege" title="Twitter"><i class="icon-twitter" aria-label="Twitter icon"></i></a></li>
Element selector:.social > .twitter
Failing checks (At least one of these should pass)
- List item does not have a <ul>, <ol> parent element without a role, or a role="list"
-
<li class="instagram"><a target="_blank" rel="nofollow" href="https://www.instagram.com/pawneenationcollege/" title="Instagram"><i class="icon-instagram" aria-label="Instagram icon"></i></a></li>
Element selector:.instagram
Failing checks (At least one of these should pass)
- List item does not have a <ul>, <ol> parent element without a role, or a role="list"
-
<li class="custom"><a target="_blank" rel="nofollow" href="/contact-us/" title=""><i class="icon-email" aria-label=" icon"></i></a></li>
Element selector:.custom
Failing checks (At least one of these should pass)
- List item does not have a <ul>, <ol> parent element without a role, or a role="list"
Elements must meet minimum color contrast ratio thresholds
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference
-
<a href="/contact-us/" class="action_button">contact us today</a>
Element selector:.extras > .action_button[href$="contact-us/"]
Failing checks (At least one of these should pass)
-
Element has insufficient color contrast of 4.36 (foreground color: #747474, background color: #f7f7f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1
.extras > .action_button[href$="contact-us/"]
-
Element has insufficient color contrast of 4.36 (foreground color: #747474, background color: #f7f7f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1
<ul> and <ol> must only directly contain <li>, <script> or <template> elements
Ensures that lists are structured correctly. Axe Reference
-
<ul>
Element selector:.mhb-custom--Vib3SWna > ul
Failing checks (All of these should pass)
-
List element has direct children that are not allowed: ul
.mhb-custom--Vib3SWna > ul > ul
-
List element has direct children that are not allowed: ul
Zooming and scaling must not be disabled
Ensures <meta name="viewport"> does not disable text scaling and zooming. Axe Reference
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Element selector:meta[name="viewport"]
Failing checks (At least one of these should pass)
- maximum-scale on <meta> tag disables zooming on mobile devices
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
Elements must meet minimum color contrast ratio thresholds
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference
-
<h1 class="title">PNC Fall 2023 Academic Calendar</h1>
Element selector:h1
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
#Subheader
-
Element's background color could not be determined due to a background image