Skip to content

Commit fabb3f1

Browse files
Merge pull request #563 from mlibrary/LIBSEARCH-1121-update-library-search-accessibility-statement
[LIBSEARCH-1121] Update Library Search Accessibility Statement
2 parents 13ac24f + 2c7b5cc commit fabb3f1

2 files changed

Lines changed: 11 additions & 20 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ version: 2
33
multi-ecosystem-groups:
44
maintenance:
55
schedule:
6-
interval: "cron"
7-
cronjob: "0 6 1-7 * 1" # Every first Monday of the month at 6:00am
6+
interval: "monthly"
7+
time: "06:00"
8+
day: "monday"
89
timezone: "America/Detroit"
910
commit-message:
1011
prefix: "Monthly dependency updates: "

src/modules/pages/components/AccessibilityPage/index.js

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,14 @@ const AccessibilityPage = () => {
1010
return (
1111
<div className='container container-narrow'>
1212
<main className='container__rounded page'>
13-
<H1>Accessibility</H1>
14-
<p>We are dedicated to creating inclusive services and products for all users. We are constantly working to make Library Search as accessible and usable as possible.</p>
15-
<p>We aim to meet <Anchor href='https://www.w3.org/TR/WCAG21/'>WCAG 2.1 AA standards</Anchor></p>
16-
<h2>Compatibility with tools</h2>
17-
<p>Library Search should be compatible with recent version of the following screen readers:</p>
18-
<ul>
19-
<li>JAWS</li>
20-
<li>NVDA</li>
21-
<li>VoiceOver</li>
22-
</ul>
23-
<p>The site should also be compatible with:</p>
24-
<ul>
25-
<li>basic operating system screen magnifiers, such as ZoomText magnifier</li>
26-
<li>speech recognition software</li>
27-
<li>operating system speech package</li>
28-
</ul>
29-
<h2>Provide feedback</h2>
30-
<p>Are you having trouble using Library Search? <Anchor href='https://umich.qualtrics.com/jfe/form/SV_bCwYIKueEXs8wBf'>Please let us know</Anchor> so that we can make improvements to improve your experience.</p>
13+
<H1>Library Search Accessibility Statement</H1>
14+
<p>The University of Michigan Library is dedicated to creating inclusive services and products for all users. See more about our approach to <Anchor href='https://www.lib.umich.edu/about-us/about-library/accessibility/digital-product-accessibility'>digital product accessibility</Anchor>, as well as our overall <Anchor href='https://lib.umich.edu/about-us/about-library/accessibility'>accessibility services and practices</Anchor> at the U-M Library.</p>
15+
<h2>Standards and compliance</h2>
16+
<p>Our baseline accessibility target is to meet <Anchor href='https://www.w3.org/TR/WCAG21/'>WCAG 2.1 AA standards</Anchor>. The last accessibility evaluation for Library Search was in March 2023.</p>
17+
<p>The next scheduled accessibility evaluation for this product is in 2026.</p>
18+
<h2>Feedback and support</h2>
19+
<p>We welcome your feedback and will do our best to resolve any issues promptly.</p>
20+
<p>If you encounter any accessibility issues while using this product or have questions, please contact us <Anchor href='https://umich.qualtrics.com/jfe/form/SV_bCwYIKueEXs8wBf'>via our feedback form</Anchor>.</p>
3121
</main>
3222
</div>
3323
);

0 commit comments

Comments
 (0)