Skip to content

Commit

Permalink
Release 740 (#2111)
Browse files Browse the repository at this point in the history
* Remove link to example of reversed button

The linked example no longer uses a reversed button, so this is confusing.

Thanks to @vickytnz for spotting this!

* Change image, caption and alt text

* Add image example to assets folder and link from image component page

* add responsive attributes to image example

* Revert gitleaks config

* formatting

* update changelog and whats new

* Fix merge errors

* Make all URLs lower case, including anchor tags

* Do What's new and changelog

* update changelog

* update changelog date

* update package number

---------

Co-authored-by: Frankie Roberto <[email protected]>
Co-authored-by: Sara Wilcox <[email protected]>
Co-authored-by: roshaanbajwa <[email protected]>
Co-authored-by: Roshaan Bajwa <[email protected]>
  • Loading branch information
5 people authored Jan 21, 2025
1 parent 10dbdf4 commit 3cd9045
Show file tree
Hide file tree
Showing 25 changed files with 258 additions and 265 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# NHS digital service manual Changelog

## Unreleased
## 7.4.0 - 21 January 2025

:wrench: **Maintenance**
- Removed an outdated link on the button component page
- Update example code in image component
- Remove same-page profession links from accessibility section
- Remove same-page profession links from accessibility guidance
- Update page on Getting started with accessibility
- Change jump link IDs on A to Z page pattern and A to Z of NHS health writing to lower case
- Remove broken link on Select component page and add new research section

## 7.3.0 - 17 December 2024

Expand Down
18 changes: 9 additions & 9 deletions app/views/accessibility/getting-started.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set subSection = "Accessibility" %}
{% set pageDescription = "Things you can do to learn about accessibility." %}
{% set theme = "Everyone needs to know" %}
{% set dateUpdated = "January 2024" %}
{% set dateUpdated = "January 2025" %}
{% set backlog_issue_id = "352" %}

{% extends "includes/app-layout.njk" %}
Expand All @@ -14,9 +14,9 @@

{% block bodyContent %}

<h2 id="book-an-accessibility-training-session">Book an accessibility training session</h2>
<p>The Government Digital Service (GDS) runs introductions to accessibility for people who work in public sector services.</p>
<p><a href="https://designnotes.blog.gov.uk/events-and-training-in-the-user-centred-design-community/">Find a cross-government training event</a>. </p>
<h2 id="attend-accessibility-training-sessions">Attend accessibility training sessions</h2>
<p>Find out if your organisation offers accessibility training or can bring in an accessibility agency to run a session.</p>
<p>For example, NHS England runs introductory sessions and lunch and learn meetings on accessibility topics for its staff.</p>

<h2 id="learn-on-your-own">Learn on your own</h2>
<p>You can learn a lot through reading blogs and watching videos. There are some good resources online.</p>
Expand All @@ -29,11 +29,11 @@
</summary>
<div class="nhsuk-details__text">
<ul>
<li><a href="https://accessibility.blog.gov.uk/category/accessibility-and-me/">Accessibility and me</a> (GOV.UK blogs) – a series of interviews with people with access needs</li>
<li><a href="https://accessibility.blog.gov.uk/2016/09/02/dos-and-donts-on-designing-for-accessibility/">Dos and don'ts on designing for accessibility</a> (GOV.UK blog) with GOV.UK posters about designing inclusive services</li>
<li><a href="https://accessibility.blog.gov.uk/">Accessibility in government blog (GOV.UK)</a></li>
<li><a href="https://www.gov.uk/government/publications/understanding-disabilities-and-impairments-user-profiles">Understanding disabilities and impairments: user profiles</a> (GOV.UK) – a set of profiles highlighting common barriers users face when accessing digital services. Please share any accessibility user profiles for NHS services on <a href="/slack">our public Slack channel</a>.</li>
<li><a href="https://www.w3.org/WAI/perspective-videos/">Web accessibility perspectives</a> (W3C) – a series of videos about how accessible design can help people with disabilities</li>
<li><a href="https://accessibility.blog.gov.uk/category/accessibility-and-me/">Accessibility and me (GOV.UK blog)</a> – a series of interviews with people with access needs</li>
<li><a href="https://accessibility.blog.gov.uk/">Accessibility in government (GOV.UK blog)</a></li>
<li><a href="https://accessibility.blog.gov.uk/2016/09/02/dos-and-donts-on-designing-for-accessibility/">Dos and don'ts on designing for accessibility (GOV.UK blog)</a> with GOV.UK posters about designing inclusive services</li>
<li><a href="https://www.gov.uk/government/publications/understanding-disabilities-and-impairments-user-profiles">Understanding disabilities and impairments: user profiles (GOV.UK)</a> – a set of profiles highlighting common barriers users face when accessing digital services. Please share any accessibility user profiles for NHS services on <a href="/slack">our public Slack channel</a>.</li>
<li><a href="https://www.w3.org/WAI/perspective-videos/">Web accessibility perspectives (W3C)</a> – a series of videos about how accessible design can help people with disabilities</li>
</ul>
</div>
</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</div>
</details>
<p>There are rare exceptions, and you do not have to meet these requirements with videos published before 23 September 2020.</p>
<p>To meet an extra AAA requirement, add British Sign Language (BSL) to pre-recorded video content. Find out about the <a href="/content/british-sign-language-BSL-quality-assurance-standard">BSL quality assurance standard</a>.</p>
<p>To meet an extra AAA requirement, add British Sign Language (BSL) to pre-recorded video content. Find out about the <a href="/content/british-sign-language-bsl-quality-assurance-standard">BSL quality assurance standard</a>.</p>



Expand Down
2 changes: 1 addition & 1 deletion app/views/accessibility/partials/related-nav.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ul class="nhsuk-related-nav__list">
{% if pageTitle != "What all NHS services need to do about accessibility" %}
<li class="nhsuk-related-nav__item">
<a href="/accessibility/what-all-NHS-services-need-to-do">What all NHS services need to do about accessibility</a>
<a href="/accessibility/what-all-nhs-services-need-to-do">What all NHS services need to do about accessibility</a>
</li>
{% endif %}
{% if pageTitle != "How to make digital services accessible" %}
Expand Down
Loading

0 comments on commit 3cd9045

Please sign in to comment.