diff --git a/CHANGELOG.md b/CHANGELOG.md index c22b3a7e2..38e87437c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # NHS digital service manual Changelog +## 1.13.4 - 09 December 2019 + +- Add missing Details component JavaScript polyfill +- Use https on all external links and fix broken link on the test your questions page +- Remove the unnecessary type attribute from JavaScript resources +- Fix broken link to the PDF page on sitemap page +- Update accessibility footer link to accessibility statement +- Make filter question image decorative using alt null + ## 1.13.3 - 25 November 2019 - Made it clear in PDF guidance that PDFs can be used for a permanent record diff --git a/app/scripts/main.js b/app/scripts/main.js index 48f348745..bcc7da25b 100644 --- a/app/scripts/main.js +++ b/app/scripts/main.js @@ -3,9 +3,11 @@ import './polyfills'; // NHS.UK frontend import SkipLink from '../../node_modules/nhsuk-frontend/packages/components/skip-link/skip-link'; +import Details from '../../node_modules/nhsuk-frontend/packages/components/details/details'; import DesignExample from './design-example'; // Initialise components +Details(); SkipLink(); document.querySelectorAll(DesignExample.selector()).forEach((el) => { diff --git a/app/views/accessibility/partials/check-colour-contrast.njk b/app/views/accessibility/partials/check-colour-contrast.njk index 8b3b3af12..be1db200f 100644 --- a/app/views/accessibility/partials/check-colour-contrast.njk +++ b/app/views/accessibility/partials/check-colour-contrast.njk @@ -25,8 +25,8 @@
Use a tool to check the colour contrast:
Please get in touch if you have any evidence to share or changes to suggest.
Updated: September 2019
+Updated: December 2019
Examples:
Conditions are lower-case except where they start with a proper name.
Examples:
diff --git a/app/views/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions.njk b/app/views/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions.njk index 374b9deec..708ddd74e 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions.njk @@ -64,7 +64,7 @@The sensitive topics reflect the "protected characteristics" in the Equality Act 2010. It is against the law to discriminate against anyone because of these characteristics.
+The sensitive topics reflect the "protected characteristics" in the Equality Act 2010. It is against the law to discriminate against anyone because of these characteristics.
Updated: November 2019
diff --git a/app/views/content/how-to-write-good-questions-for-forms/test-your-questions.njk b/app/views/content/how-to-write-good-questions-for-forms/test-your-questions.njk index db3063d08..85e944559 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/test-your-questions.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/test-your-questions.njk @@ -25,7 +25,7 @@It'll also help you identify anything users need more help with.
Doing a card sorting exercise with users will help you get the questions into order. Put the topics or questions on cards or post-its. Ask users to group them in a way that makes sense to them. Get them to talk out loud while they do so, so that you can understand their reasons.
+Doing a card sorting exercise with users will help you get the questions into order. Put the topics or questions on cards or post-its. Ask users to group them in a way that makes sense to them. Get them to talk out loud while they do so, so that you can understand their reasons.
Look for themes and pay attention to the cards people leave out or cannot place.
You could do this as part of a co-design workshop with users, where you card sort and sketch in groups. You could also do it as a team exercise or in a workshop with staff.
diff --git a/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk b/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk index 2f6a468aa..0a9a69b9a 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk @@ -15,7 +15,7 @@But often you need more than a simple "Yes" or "No". In the "Are you 18 or over?" example, for instance, you should think about what your service can offer younger users as an alternative and how you can support their user journey.
diff --git a/app/views/includes/design-example-wrapper-full.njk b/app/views/includes/design-example-wrapper-full.njk index e5e030014..bbc282ef7 100644 --- a/app/views/includes/design-example-wrapper-full.njk +++ b/app/views/includes/design-example-wrapper-full.njk @@ -50,7 +50,7 @@ {{ footer({ })}} - +