-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility issue: Ensure ARIA roles, states, and properties are valid #5157
Comments
Adding the last email exchange between Karen and Nyk: From: Hui Tsao <[email protected]> Thanks a lot for the fix! I merged the three files from https://github.com/ccnmtl/mediathread/pull/4848 but the aria-valuemax field still not there... After looking into it further, I see this commit which might be related: e8b6af2. Do I need to take this one as well? Thanks, From: Nikolas J. Nyby <[email protected]> There is a new version of the compiled juxtapose code here, if you don't want to build it yourself: https://github.com/ccnmtl/mediathread/blob/master/media/juxtapose/bundle-k.js We will look at this other stuff when we can - thank you for your patience with our slower progress on this front. Nik |
On this ticket it's unclear what the exact issue is. If there are issues with aria attributes, they can be resolved either within mediathread or juxtapose (code is here: https://github.com/ccnmtl/juxtapose) But, what is the exact error, and what needs to change? |
Hi Nik, I still not see aria-valuemax when aria-valuemin is presented after update my juxtapose. Maybe you don't understand my question. Let me explain it again here: You asked me to update my juxtapose with I did both but still no aria-valuemax. Then I digged into your code and found e8b6af2. Thanks, |
Module:
Collection Detail: Video Type
Violation:
Ensure ARIA roles, states, and properties are valid
Description:
[Issue - priority raised]
Some elements contain invalid ARIA attributes or values (states, roles, and properties). Issues include:
[User Impact]
When ARIA attributes (state, roles, and properties) are not valid according to the specification or are not used correctly, assistive technology may not function as expected.
*Major Sheet Row 9 in https://docs.google.com/spreadsheets/d/1L9mwZ55UNKOUOVC_w-fuUjpbeNTyXVE5/edit#gid=512445576
The text was updated successfully, but these errors were encountered: