Removed proxy and added api calls, has gov gateway auth

This commit is contained in:
2022-01-20 10:56:26 +00:00
parent 6f37064eba
commit 5a536e158c
127 changed files with 5829 additions and 3097 deletions
+23 -19
View File
@@ -96,7 +96,7 @@ export default function AccessibilityEN() {
<li>
Email:{" "}
<a
className="govuk-link--no-underline govuk-!-font-weight-bold"
className="govuk-link govuk-link--no-underline govuk-!-font-weight-bold"
href="mailto:PEDW.Casework@gov.wales"
>
PEDW.Casework@gov.wales
@@ -105,7 +105,7 @@ export default function AccessibilityEN() {
<li>
Call:{" "}
<a
className="govuk-link--no-underline govuk-!-font-weight-bold"
className="govuk-link govuk-link--no-underline govuk-!-font-weight-bold"
href="tel:03000 604400"
>
03000 604400
@@ -150,7 +150,7 @@ export default function AccessibilityEN() {
<p>
Find out how to{" "}
<a
className="govuk-link--no-underline govuk-!-font-weight-bold"
className="govuk-link govuk-link--no-underline govuk-!-font-weight-bold"
href="https://gov.wales/planning-and-environment-decisions-wales/contact-us"
>
contact us
@@ -171,33 +171,37 @@ export default function AccessibilityEN() {
<h3>Compliance status</h3>
<p>
This website is partially compliant with the Web Content
Accessibility Guidelines version 2.1 Level AA standard,
due to the non-compliances/the exemptions or the
non-compliances and exemptions] listed below.
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 images do not have a text alternative, so people using
a screen reader cannot access the information. This fails
WCAG 2.1 success criterion 1.1.1 (non-text content).
</p>
<p>
We plan to add text alternatives for all images by September
2020. When we publish new content well make sure our use of
images meets accessibility standards.
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 [TBC]. It was last reviewed
on [TBC when signed off].
This statement was prepared on 22/11/2021. It was last
reviewed on 02/12/2021.
</p>
<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].
@@ -212,7 +216,7 @@ export default function AccessibilityEN() {
<p>
You can read the full accessibility test report [add link to
report].
</p>
</p> */}
</div>
</div>
);