From e5f2f51bfbfb8eea9558b64440984023a349ae06 Mon Sep 17 00:00:00 2001 From: romani davies Date: Tue, 26 Nov 2024 14:41:44 +0000 Subject: [PATCH] Accessibility statement amends MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates to make Reduce the size of the contents body (• review side navigation: size of font, spacing between contents is different to patterns used throughout the system - what do we want to do about this. Accessibility compliance.) How accessible this website is section: • review first bullet point content- add 'be' after 'may' • remove '.' on last bullet point of first set of bullet points • add comma after 'focus' Feedback and contact info section: • add fullstop at end of para (after email address) • spacing before paragraph: 'What we're doing to improve accessibility' • remove bold from failure sentences and put related sentence for description and failures in same paragraphs • amend date to 31st March 2025 (see Adams message re: Convo with Josie Davey) --- package-lock.json | 32 -------------------------- src/accessibility-statement.md.njk | 21 +++++++---------- views/layouts/layout-contents-left.njk | 16 ++++++++----- 3 files changed, 18 insertions(+), 51 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6912a83565..dbf5c5b426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13022,38 +13022,6 @@ "node": ">=8.10.0" } }, - "node_modules/recursive-readdir": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-1.3.0.tgz", - "integrity": "sha512-xPLahSmi5cp0id46BHffsrWDpU1z0zt2Hl1B8Qn/GQhOv9UGE2u/qQQHwdg+H/Nk3Emx5JYN4fKbmc3XvQA2Lw==", - "license": "MIT", - "dependencies": { - "minimatch": "0.3.0" - }, - "engines": { - "node": ">=0.6.6" - } - }, - "node_modules/recursive-readdir/node_modules/lru-cache": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", - "integrity": "sha512-WpibWJ60c3AgAz8a2iYErDrcT2C7OmKnsWhIcHOjkUHFjkXncJhtLxNSqUmxRxRunpb5I8Vprd7aNSd2NtksJQ==", - "license": "ISC" - }, - "node_modules/recursive-readdir/node_modules/minimatch": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz", - "integrity": "sha512-WFX1jI1AaxNTZVOHLBVazwTWKaQjoykSzCBNXB72vDTCzopQGtyP91tKdFK5cv1+qMwPyiTu1HqUriqplI8pcA==", - "deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue", - "license": "MIT", - "dependencies": { - "lru-cache": "2", - "sigmund": "~1.0.0" - }, - "engines": { - "node": "*" - } - }, "node_modules/recursive-readdir": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-1.3.0.tgz", diff --git a/src/accessibility-statement.md.njk b/src/accessibility-statement.md.njk index 0c4293b8e7..8c2ac67968 100644 --- a/src/accessibility-statement.md.njk +++ b/src/accessibility-statement.md.njk @@ -24,13 +24,13 @@ We've also made the website text as simple as possible to understand. We only u We know some parts of this website are not fully accessible: -- with an increased text size, some text 'overflows' which means that words or sentences may cut off and unreadable +- with an increased text size, some text 'overflows' which means that words or sentences may be cut off and unreadable - tabbing on some pages may not be in the correct order -- when tabbing focus may be lost. +- when tabbing focus, may be lost ### Feedback and contact information -The HM Land Registry Design System team is always looking to improve the accessibility of this website. If you find any problems that are not listed on this page or think this website is not meeting accessibility requirements, email the HM Land Registry Design System team at hmlr-design-system-support@landregistry.gov.uk +The HM Land Registry Design System team is always looking to improve the accessibility of this website. If you find any problems that are not listed on this page or think this website is not meeting accessibility requirements, email the HM Land Registry Design System team at hmlr-design-system-support@landregistry.gov.uk. The HM Land Registry Design System team will review your request and get back to you in 2 working days. @@ -54,26 +54,21 @@ The content listed below is non-accessible for the following reasons. ### Non-compliance with the accessibility regulations -When browser text size is adjusted to 200% or 'very large' text 'overflows' which means that some words or sentences may be cut off and unreadable. +When browser text size is adjusted to 200% or 'very large' text 'overflows' which means that some words or sentences may be cut off and unreadable. This fails WCAG 2.2 Success criterion 1.4.10 (Reflow). -This fails WCAG 2.2 Success criterion 1.4.10 (Reflow). +Some of the tabbing on the components pages is in the incorrect order. This fails WCAG 2.2 Success criterion 2.4.3 (Focus order). -Some of the tabbing on the components pages is in the incorrect order. +When tabbing, the focus is also hidden on some pages. This fails WCAG 2.2 Success criterion 2.4.12 (Focus not obscured (enhanced)).

-This fails WCAG 2.2 Success criterion 2.4.3 (Focus order). - -When tabbing, the focus is also hidden on some pages. - -This fails WCAG 2.2 Success criterion 2.4.12 (Focus not obscured (enhanced)). ## What we're doing to improve accessibility -We plan to investigate and resolve the non-accessible content by December 2024. +We plan to investigate and resolve the non-accessible content by 31st March 2025. ## Preparation of this accessibility statement This statement was prepared on 2 August 2023. It was last reviewed on 3 September 2024. -This website was last tested on November 2023 against the WCAG 2.2 AA standard. +This website was last tested on 2 November 2023 against the WCAG 2.2 AA standard. The test was carried out by HM Land Registry. All the pages were tested using manual and automated testing tools by our website team. diff --git a/views/layouts/layout-contents-left.njk b/views/layouts/layout-contents-left.njk index 931e8ff35d..29bb5b36ec 100644 --- a/views/layouts/layout-contents-left.njk +++ b/views/layouts/layout-contents-left.njk @@ -5,27 +5,31 @@