You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain ARIA roles not having particular children can cause confusion for assistive technologies such as screen readers to convey information accurately.
Screen readers use the lang attribute to determine the language of content and without it, users may hear the wrong pronunciations or intonations.
Recommended fix
To solve this problem, you need to fix the following: Element has children which are not allowed: [role=search]
To solve this problem, you need to fix the following: The element does not have a lang attribute
Acceptance criteria
When removing pending in the accessibility_spec for the series listing page, rspec tests run without error.
I can successfully use this feature with Voice Over in Safari.
I have checked this feature using one of the following browser extensions and confirmed that it does not add any level A or level AA issues:
axe dev tools
Lighthouse
Wave
...
Notes
The text was updated successfully, but these errors were encountered:
Steps to recreate
URL
https://repec-prod.princeton.edu/
Issues
Severity
Critical
WCAG Success Criterion
WCAG 1.3.1 Info and Relationships (Level A)
WCAG 3.1.1 Language of Page
WCAG Conformance level (A, AA, AAA)
A
User impact
Recommended fix
Acceptance criteria
Notes
The text was updated successfully, but these errors were encountered: