Files
pedwfrontend/components/footerDocs/accessibility_en.js
T
2024-06-19 06:32:38 +01:00

223 lines
8.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import useTranslation from "next-translate/useTranslation";
import { useRouter } from "next/router";
export default function AccessibilityEN() {
let { t } = useTranslation();
const router = useRouter();
const { locale } = router;
return (
<div className="govuk-grid-row govuk-body">
<div className="govuk-grid-column-full">
<h2 className="govuk-heading-l govuk-!-margin-bottom-7">
Accessibility Statement for Planning and Environment
Decisions Wales Portal
</h2>
<p>
This accessibility statement applies to Planning and
Environment Decisions Wales (PEDW) online portal for the
submission and review of documents related to the casework
we process.
</p>
<p>
This website is run by PEDW, a Division of The Welsh
Government. We want as many people as possible to be able to
use this website. For example, that means you should be able
to:
</p>
<ul>
<li>change colours, contrast levels and fonts</li>
<li>
zoom in up to 300% without the text spilling off the
screen
</li>
<li>navigate most of the website using just a keyboard</li>
<li>
navigate most of the website using speech recognition
software
</li>
<li>
listen to most of the website using a screen reader
(including the most recent versions of JAWS, NVDA and
VoiceOver)
</li>
</ul>
<p>
Weve also made the website text as simple as possible to
understand.
</p>
<p>
AbilityNet has advice on making your device easier to use if
you have a disability.
</p>
<h3>How accessible this website is</h3>
<p>
We know some parts of this website are not fully accessible:
</p>
<ul>
<li>
the text will not reflow in a single column when you
change the size of the browser window
</li>
<li>
you cannot modify the line height or spacing of text
</li>
<li>
most older PDF documents are not fully accessible to
screen reader software
</li>
<li>live video streams do not have captions</li>
<li>
some of our online forms are difficult to navigate using
just a keyboard
</li>
<li>
you cannot skip to the main content when using a screen
reader
</li>
<li>
theres a limit to how far you can magnify the map on
our contact us page
</li>
</ul>
<h3>Feedback and contact information</h3>
<p>
If you need information on this website in a different
format like accessible PDF, large print, easy read, audio
recording or braille:
</p>
<ul>
<li>
Email:{" "}
<a
className="govuk-link govuk-link--no-underline govuk-!-font-weight-bold"
href="mailto:PEDW.Casework@gov.wales"
>
PEDW.Casework@gov.wales
</a>{" "}
</li>
<li>
Call:{" "}
<a
className="govuk-link govuk-link--no-underline govuk-!-font-weight-bold"
href="tel:03000 604400"
>
03000 604400
</a>
</li>
</ul>
<p>
Well consider your request and get back to you in no later
than 5 days.
</p>
<p>
If you cannot view the map on our contact us page, please
call or email us for directions; Contact Us.
</p>
<h3>Enforcement procedure</h3>
<p>
The Equality and Human Rights Commission (EHRC) is
responsible for enforcing the Public Sector Bodies (Websites
and Mobile Applications) (No. 2) Accessibility Regulations
2018 (the accessibility regulations). If youre not happy
with how we respond to your complaint, contact the Equality
Advisory and Support Service (EASS).
</p>
<h3>Contacting us by phone or visiting us in person</h3>
<p>
We provide a text relay service for people who are D/deaf,
hearing impaired or have a speech impediment.
</p>
<p>
Our offices have audio induction loops, or if you contact us
before your visit we can arrange a British Sign Language
(BSL) interpreter.
</p>
<p>
Find out how to{" "}
<a
className="govuk-link govuk-link--no-underline govuk-!-font-weight-bold"
href="https://gov.wales/planning-and-environment-decisions-wales/contact-us"
>
contact us
</a>
.
</p>
<h3>
Technical information about this websites accessibility
</h3>
<p>
PEDW is committed to making its website accessible, in
accordance with the Public Sector Bodies (Websites and
Mobile Applications) (No. 2) Accessibility Regulations 2018.
</p>
<h3>Compliance status</h3>
<p>
This website is partially compliant with the{" "}
<a
className="govuk-link govuk-link--no-underline govuk-!-font-weight-bold"
href="https://www.w3.org/TR/WCAG21/"
>
Web Content Accessibility Guidelines version 2.1
</a>
Level AA standard, due to the non-compliances listed
below.
</p>
<h3>Non-compliance with the accessibility regulations</h3>
<p>
Some documents published online via this service contain
planning diagrams that are largely technical in nature.
While we acknowledge that all aspects of such content may
not be fully accessible, we have endeavoured to improve them
by increasing the base text size where possible, and adding
meaningful text descriptions to supplement any important
visual information.
</p>
<h3>Preparation of this accessibility statement</h3>
<p>
This statement was prepared on 22/11/2021. It was last
reviewed on 02/12/2021.
</p>
{/* <p>
This website was last tested on [TBC]. The test was carried
out by [add name of organisation that carried out test, or
indicate that you did your own testing].
</p>
<p>
We used this approach to deciding on a sample of pages to
test [add link to explanation of how you decided which pages
to test].
</p>
<p>
You can read the full accessibility test report [add link to
report].
</p> */}
</div>
</div>
);
}