Page Scan Results:
Scholarships
https://opsu.edu/scholarships
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
Select element must have an accessible name
Ensures select element has an accessible name. Axe Reference
-
<select name="class-level" class="scholarship-database-banner__filter-select">
Element selector:select[name="class-level"]
Failing checks (At least one of these should pass)
- Form element does not have an implicit (wrapped) <label>
- Form element does not have an explicit <label>
- 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"
-
<select name="major" class="scholarship-database-banner__filter-select">
Element selector:select[name="major"]
Failing checks (At least one of these should pass)
- Form element does not have an implicit (wrapped) <label>
- Form element does not have an explicit <label>
- 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"
-
<select class="form-select">
Element selector:.form-select
Failing checks (At least one of these should pass)
- Form element does not have an implicit (wrapped) <label>
- Form element does not have an explicit <label>
- 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
Ensures every HTML document has a lang attribute. Axe Reference
-
<html style="height: 100%;">
Element selector:html
Failing checks (At least one of these should pass)
- The <html> element does not have a lang attribute
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
-
<select name="class-level" class="scholarship-database-banner__filter-select">
Element selector:select[name="class-level"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
select[name="class-level"]
-
Element's background color could not be determined due to a background image
-
<select name="major" class="scholarship-database-banner__filter-select">
Element selector:select[name="major"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
select[name="major"]
-
Element's background color could not be determined due to a background image
-
<select class="form-select">
Element selector:.form-select
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.form-select
-
Element's background color could not be determined due to a background image