-
Notifications
You must be signed in to change notification settings - Fork 0
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
🐛 Fix alt text tags #471
Comments
This commit will update both AllinsonFlex and IIIF Print to bring in the partials that affect certain thumbnail images. They should now have their alt text respect the alt text that has been set in the Appearance tab. Ref: - samvera-labs/allinson_flex#118 - scientist-softserv/iiif_print#267 - #471
This commit will update both AllinsonFlex and IIIF Print to bring in the partials that affect certain thumbnail images. They should now have their alt text respect the alt text that has been set in the Appearance tab. Ref: - samvera-labs/allinson_flex#118 - scientist-softserv/iiif_print#267 - #471
This commit will update both AllinsonFlex and IIIF Print to bring in the partials that affect certain thumbnail images. They should now have their alt text respect the alt text that has been set in the Appearance tab. Ref: - samvera-labs/allinson_flex#118 - scientist-softserv/iiif_print#267 - #471
Needs further review: tested on:
testing instructions:
|
cc @kirkkwang fyi rework branch started: i43-alt-text-tag-followup TODO: track down and fix collection/work thumbnail alt texts per Diem's feedback ^^ |
This commit will fix the alt text for the collection thumbnail on the dashboard and the Allinson Flex update will fix the thumbnail for the work on the dashboard. Ref: - samvera-labs/allinson_flex#121 - #471
QA Results: ❌After meeting with Jill's assessment, this ticket ... needs rework because when i set the alt text for the collection splash page banner image, it set the title element instead of an alt tag. Images should have an alt tag for accessibility reasons. |
@ShanaLMoore Since this a |
OHHH yea you're right! @kirkkwang 🙃 But should it be a div tag? 🤔 I agree the setting label is misleading if it should be. What about the collection logo? If that's good too then this passes cc @jillpe |
We're good the logo has an alt tag and an img element |
Looks good to me. Bumping. |
related to:
Summary
Per the accessibility audit, alt text needs to be appropriately used and applied. We discovered a few issues after using a screen reading tool (mac VoiceOver. Extension):
Not sure where or if it's being useda. Thumbnail: Missing alt text
b. Default Image: Not displaying after being set
a. Thumbnail: alt tag should be dynamic
b. Default Image: alt tag is empty and should be dynamic
Note: Default Images are used when the user creates a work without a fileset, or a collection without an image.
Acceptance Criteria
Screenshots or Video
Testing Instructions
It may be best to consult Diem who originally performed the accessibility audit and took note of failures. Retest this using the rubric she had.
ref: Report.for.https___test.hykucommons.org_.pdf
Otherwise...
Set all of the options in the appearance setting.
Confirm the alt tags are in the inspect elements in all of the places. Reference the bullet points in the summary section for guidance.
Notes
Issue filed against hyku for missing directory image partial: samvera/hyku#1967
TODO:
Hyku needs a partial override/copy of point number 2 to override hyrax proper which just uses the default image.The text was updated successfully, but these errors were encountered: