From 5ddec1126ba579b1c41b7e67683298046ba41d07 Mon Sep 17 00:00:00 2001 From: AshbyS <109519556+ashby-s@users.noreply.github.com> Date: Tue, 19 Jul 2022 11:52:48 +0100 Subject: [PATCH 1/6] Accessibility Section: Update anchor tags --- .../pages/accessibility/audio-and-video.tsx | 4 +- .../accessibility/colour-and-contrast.tsx | 2 +- .../pages/accessibility/error-messages.tsx | 6 +- .../pages/accessibility/forms/keyboard.tsx | 4 +- .../common/pages/accessibility/headings.tsx | 2 +- .../accessibility/inclusive-language.tsx | 2 +- .../common/pages/accessibility/keyboard.tsx | 12 +-- .../keyboard/character-key-shortcuts.tsx | 4 +- .../pages/accessibility/keyboard/focus.tsx | 6 +- .../keyboard/pointer-gestures.tsx | 2 +- .../keyboard/skip-to-content.tsx | 2 +- .../accessibility/keyboard/tab-navigation.tsx | 4 +- .../pages/accessibility/layout-typography.tsx | 2 +- .../common/pages/accessibility/navigation.tsx | 6 +- .../pages/accessibility/readability.tsx | 2 +- .../common/pages/accessibility/resources.tsx | 2 +- .../common/pages/accessibility/standard.tsx | 100 +++++++++--------- .../standard/meet-user-needs.tsx | 2 +- .../pages/accessibility/standard/operable.tsx | 34 +++--- .../accessibility/standard/perceivable.tsx | 40 +++---- .../pages/accessibility/standard/robust.tsx | 6 +- .../accessibility/standard/understandable.tsx | 18 ++-- 22 files changed, 131 insertions(+), 131 deletions(-) diff --git a/apps/docs/src/common/pages/accessibility/audio-and-video.tsx b/apps/docs/src/common/pages/accessibility/audio-and-video.tsx index 54adbd9d..8209b4ff 100644 --- a/apps/docs/src/common/pages/accessibility/audio-and-video.tsx +++ b/apps/docs/src/common/pages/accessibility/audio-and-video.tsx @@ -192,7 +192,7 @@ and a transcript.

Provide sign language interpretation for video that has audio content - when you have identified a need.

-

You can arrange sign language interpretation services through TheBigWord. Contact lauren.brayshaw@thebigword.com.

+

You can arrange sign language interpretation services through TheBigWord. Contact lauren.brayshaw@thebigword.com.

When you cannot make something accessible

@@ -204,7 +204,7 @@ auditory information.

Get in touch

-

If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

+

If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

diff --git a/apps/docs/src/common/pages/accessibility/colour-and-contrast.tsx b/apps/docs/src/common/pages/accessibility/colour-and-contrast.tsx index 5de65382..c40b3215 100644 --- a/apps/docs/src/common/pages/accessibility/colour-and-contrast.tsx +++ b/apps/docs/src/common/pages/accessibility/colour-and-contrast.tsx @@ -142,7 +142,7 @@ const Page: FC = ({ location }) => (

Get in touch

-

If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

+

If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

diff --git a/apps/docs/src/common/pages/accessibility/error-messages.tsx b/apps/docs/src/common/pages/accessibility/error-messages.tsx index 48f1872b..9c7b01b3 100644 --- a/apps/docs/src/common/pages/accessibility/error-messages.tsx +++ b/apps/docs/src/common/pages/accessibility/error-messages.tsx @@ -198,10 +198,10 @@ You should place keyboard and visual focus at the summary to alert screen reader
@@ -254,7 +254,7 @@ You should place keyboard and visual focus at the summary to alert screen reader

Get in touch

-

If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

+

If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

diff --git a/apps/docs/src/common/pages/accessibility/forms/keyboard.tsx b/apps/docs/src/common/pages/accessibility/forms/keyboard.tsx index 98db9b5e..b4dc0ff3 100644 --- a/apps/docs/src/common/pages/accessibility/forms/keyboard.tsx +++ b/apps/docs/src/common/pages/accessibility/forms/keyboard.tsx @@ -39,7 +39,7 @@ const Page: FC = ({ location }) => (
  • use native components or components from the GOV.UK or Home Office design systems wherever possible as they come with expected keyboard functionality built-in
  • test that your component works as expected
  • use hint text to explain how complex controls work
  • -
  • make sure focus is visible and in the correct order
  • +
  • make sure focus is visible and in the correct order
  • Do not:

    @@ -76,7 +76,7 @@ const Page: FC = ({ location }) => (

    Other considerations

    If your form control is more complex than a text field or dropdown, consider giving users help with how to use the control via hint text. You should also offer an alternative, for example allowing users to type in a date field as well as having a date picker.

    -

    Using keyboard, switch or other input devices can be tiring for people with motor impairments so make sure users don’t have to use Tab more than they need to. Things like typeahead fields, the autocomplete attribute and considering field number and order can help make your form easier to use.

    +

    Using keyboard, switch or other input devices can be tiring for people with motor impairments so make sure users don’t have to use Tab more than they need to. Things like typeahead fields, the autocomplete attribute and considering field number and order can help make your form easier to use.

    Get in touch

    diff --git a/apps/docs/src/common/pages/accessibility/headings.tsx b/apps/docs/src/common/pages/accessibility/headings.tsx index ddb45943..5807a0ff 100644 --- a/apps/docs/src/common/pages/accessibility/headings.tsx +++ b/apps/docs/src/common/pages/accessibility/headings.tsx @@ -119,7 +119,7 @@ Headings are defined by using <h> tags which come in the form

    Similarly, if part of your content works as a heading (for example, to head up content blocks in the footer, or in a sidebar list of related links) then you must use the correct HTML code as well as any visual styling. If you don’t, a screen reader will not recognise this as a heading and the user may miss it.

    -

    Where sections are broken up with visual design alone, it may be worth adding a screen reader-only heading to help non-visual users navigate these parts of the page. You can do this with a ‘visually hidden’ style in CSS.

    +

    Where sections are broken up with visual design alone, it may be worth adding a screen reader-only heading to help non-visual users navigate these parts of the page. You can do this with a ‘visually hidden’ style in CSS.

    Get in touch

    diff --git a/apps/docs/src/common/pages/accessibility/inclusive-language.tsx b/apps/docs/src/common/pages/accessibility/inclusive-language.tsx index 2768b487..bf245ee3 100644 --- a/apps/docs/src/common/pages/accessibility/inclusive-language.tsx +++ b/apps/docs/src/common/pages/accessibility/inclusive-language.tsx @@ -46,7 +46,7 @@ const Page: FC = ({ location }) => (
  • use age-related descriptors like ‘young’ or ‘old’ - use specific age ranges, such as ‘18-24’ or ‘over 65’
  • Disability

    -

    As well as following our accessible design principles, you should consider how your language is inclusive to people who face different barriers to accessing services.

    +

    As well as following our accessible design principles, you should consider how your language is inclusive to people who face different barriers to accessing services.

    Do:

    • clearly signpost users to alternative methods of accessing the service and get support if needed
    • diff --git a/apps/docs/src/common/pages/accessibility/keyboard.tsx b/apps/docs/src/common/pages/accessibility/keyboard.tsx index 34ae509b..a8aa94c9 100644 --- a/apps/docs/src/common/pages/accessibility/keyboard.tsx +++ b/apps/docs/src/common/pages/accessibility/keyboard.tsx @@ -50,7 +50,7 @@ const Page: FC = ({ location }) => (
    • trap keyboard users in content that stops them moving around the rest of the page
    • use single character key shortcuts
    -

    See more in WCAG basics easy keyboard checks.

    +

    See more in WCAG basics easy keyboard checks.

    @@ -94,11 +94,11 @@ const Page: FC = ({ location }) => (

    To create good accessibility via keyboard, you need to consider the following:

    diff --git a/apps/docs/src/common/pages/accessibility/keyboard/character-key-shortcuts.tsx b/apps/docs/src/common/pages/accessibility/keyboard/character-key-shortcuts.tsx index d43bca17..1fb704d5 100644 --- a/apps/docs/src/common/pages/accessibility/keyboard/character-key-shortcuts.tsx +++ b/apps/docs/src/common/pages/accessibility/keyboard/character-key-shortcuts.tsx @@ -36,11 +36,11 @@ const Page: FC = ({ location }) => (
  • look into remapping them so that they use two or more concurrent key presses OR
  • disable the character key shortcuts if they do not bring value to the content
  • -

    Find out more about WCAG success criteria on character key shortcuts.

    +

    Find out more about WCAG success criteria on character key shortcuts.

    Get in touch

    -

    If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

    +

    If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

    diff --git a/apps/docs/src/common/pages/accessibility/keyboard/focus.tsx b/apps/docs/src/common/pages/accessibility/keyboard/focus.tsx index 003e8327..7ead7f73 100644 --- a/apps/docs/src/common/pages/accessibility/keyboard/focus.tsx +++ b/apps/docs/src/common/pages/accessibility/keyboard/focus.tsx @@ -61,13 +61,13 @@ const Page: FC = ({ location }) => (

    This logout example shows bad focus indication. A thin blue line surrounds the selected button. This can be hard to tell apart from the already blue button, especially if the element is small.

    A user would not immediately be able to pick this out as the focused element on a busy page.

    -

    When developing a service, setting a highly visible focus style effects many users. The default browser style is not sufficient to meet WCAG requirements for focus visibility.

    +

    When developing a service, setting a highly visible focus style effects many users. The default browser style is not sufficient to meet WCAG requirements for focus visibility.

    Focus order

    Keyboard users move through a page using a set range of navigation orders. It is not as easy to freely move about the page as it is with a mouse.

    This means your content should be in a sensible order - normally left to right, top to bottom.

    When you’re testing with the tab key, make sure that all interactive elements are selected and that you’re moving through the page in what you think is a sensible order. Your focus should not be jumping around the page.

    -

    When implementing modal dialogs, the focus order should be contained within the window until the user closes or dismisses it.

    +

    When implementing modal dialogs, the focus order should be contained within the window until the user closes or dismisses it.

    Good example

    @@ -86,7 +86,7 @@ const Page: FC = ({ location }) => (

    This bad example shows irregular tab moves. The focus does not move in a left to right, top to bottom order - instead it jumps back up the page and from right to left. It also does not tab to all interactive elements in each section.

    -

    Find out more about WCAG success criteria on focus order.

    +

    Find out more about WCAG success criteria on focus order.

    Get in touch

    If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

    diff --git a/apps/docs/src/common/pages/accessibility/keyboard/pointer-gestures.tsx b/apps/docs/src/common/pages/accessibility/keyboard/pointer-gestures.tsx index a9e4fedd..caad72a7 100644 --- a/apps/docs/src/common/pages/accessibility/keyboard/pointer-gestures.tsx +++ b/apps/docs/src/common/pages/accessibility/keyboard/pointer-gestures.tsx @@ -27,7 +27,7 @@ const Page: FC = ({ location }) => (

    Pointer gestures or path-based gestures are common elements of a website. You may be familiar with elements such as volume sliders, image carousels and swiping content. Each of these elements are controlled by clicking and dragging the content with a mouse in a given direction or a long a given path.

    These types of elements must also be accessible to keyboard users. If you see pointer gesture elements on a website you should try getting to it with keyboard controls and then see if you can control it by using the arrow keys, or other character controls if required.

    -

    Find out more about WCAG success criteria on pointer gestures.

    +

    Find out more about WCAG success criteria on pointer gestures.

    Get in touch

    diff --git a/apps/docs/src/common/pages/accessibility/keyboard/skip-to-content.tsx b/apps/docs/src/common/pages/accessibility/keyboard/skip-to-content.tsx index f1bbafd2..6dab9d18 100644 --- a/apps/docs/src/common/pages/accessibility/keyboard/skip-to-content.tsx +++ b/apps/docs/src/common/pages/accessibility/keyboard/skip-to-content.tsx @@ -36,7 +36,7 @@ const Page: FC = ({ location }) => (

    You can test this by pressing enter on the ‘skip to content’ link and then pressing tab. If your next move focuses the first interactive element further down the page in the main content, you know it is working.

    -

    Read more on the WCAG success criteria on bypassing blocks of content.

    +

    Read more on the WCAG success criteria on bypassing blocks of content.

    Get in touch

    diff --git a/apps/docs/src/common/pages/accessibility/keyboard/tab-navigation.tsx b/apps/docs/src/common/pages/accessibility/keyboard/tab-navigation.tsx index 5fab63fd..07309716 100644 --- a/apps/docs/src/common/pages/accessibility/keyboard/tab-navigation.tsx +++ b/apps/docs/src/common/pages/accessibility/keyboard/tab-navigation.tsx @@ -29,7 +29,7 @@ const Page: FC = ({ location }) => ( Tab navigation

    A quick and easy way to test a common use of keyboard navigation is to use the tab key on your keyboard.

    -

    WebAIM has a useful list of common keyboard controls.

    +

    WebAIM has a useful list of common keyboard controls.

    Image of tab key @@ -55,7 +55,7 @@ const Page: FC = ({ location }) => (

    The link information found in the bottom left corner can give you an idea of whether the element is selected – for instance in this image of GOV.UK, you can see where the link would take you to.

    Focusing on an interactive elements should not initiate a change such as submitting a form or changing focus to another interactive component.

    Interacting with an element should not automatically move a user to another page or open a popup, unless the user has been informed beforehand. Instead provide a submit to perform an action.

    -

    Sometimes you can get stuck in elements such as carousel content or social media widgets. When this happens and you cannot move out of an element with tab, first try using the esc key. If you continue to be stuck, this is a fault and is known as getting caught in a keyboard trap.

    +

    Sometimes you can get stuck in elements such as carousel content or social media widgets. When this happens and you cannot move out of an element with tab, first try using the esc key. If you continue to be stuck, this is a fault and is known as getting caught in a keyboard trap.

    diff --git a/apps/docs/src/common/pages/accessibility/layout-typography.tsx b/apps/docs/src/common/pages/accessibility/layout-typography.tsx index f0d75090..1df9d8c5 100644 --- a/apps/docs/src/common/pages/accessibility/layout-typography.tsx +++ b/apps/docs/src/common/pages/accessibility/layout-typography.tsx @@ -117,7 +117,7 @@ const Page: FC = ({ location }) => (

    The page title, which appears in the browser tab, is vital for user navigation, and should always be unique. We recommend you use a format of ‘page – service – site’ for title text, for example ‘Enter your address – Apply for a passport – GOV.UK’.

    -

    Clear headings are important to help users find content within a page – see the headings guidance for more detail. You can also use skip links to help keyboard users bypass repeated blocks of content. 

    +

    Clear headings are important to help users find content within a page – see the headings guidance for more detail. You can also use skip links to help keyboard users bypass repeated blocks of content. 

    Don’t capitalise every word in a title – it's easier for users to read ‘sentence case’, where only the first letter of the sentence is capitalised

    As well as headings, screenreader users can also use extra navigation functions such as landmarks to navigate within a page.

    diff --git a/apps/docs/src/common/pages/accessibility/navigation.tsx b/apps/docs/src/common/pages/accessibility/navigation.tsx index 33e9b057..e9d6fb64 100644 --- a/apps/docs/src/common/pages/accessibility/navigation.tsx +++ b/apps/docs/src/common/pages/accessibility/navigation.tsx @@ -104,13 +104,13 @@ const Page: FC = ({ location }) => ( diff --git a/apps/docs/src/common/pages/accessibility/readability.tsx b/apps/docs/src/common/pages/accessibility/readability.tsx index 73bd7ecc..9f7198a3 100644 --- a/apps/docs/src/common/pages/accessibility/readability.tsx +++ b/apps/docs/src/common/pages/accessibility/readability.tsx @@ -107,7 +107,7 @@ const Page: FC = ({ location }) => (

    Keep it simple

    Follow the GOV.UK best practice guidance for writing content. Usually we recommend writing for a maximum reading age of 9, even if you are writing for a specialist audience.

    -

    Microsoft Word has a reading-age checker within the spellcheck function (see following image) – there will be a score at the end of the checker, which you can interpret with a conversion table. See more readability tools below.

    +

    Microsoft Word has a reading-age checker within the spellcheck function (see following image) – there will be a score at the end of the checker, which you can interpret with a conversion table. See more readability tools below.

    diff --git a/apps/docs/src/common/pages/accessibility/resources.tsx b/apps/docs/src/common/pages/accessibility/resources.tsx index 9ade57fd..4dd0a5aa 100644 --- a/apps/docs/src/common/pages/accessibility/resources.tsx +++ b/apps/docs/src/common/pages/accessibility/resources.tsx @@ -64,7 +64,7 @@ const Page: FC = ({ location }) => (

    Get in touch

    -

    If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

    +

    If you’ve got a question or suggestion share it on the Home Office DDaT Slack channel #ask-accessibility or email access@digital.homeoffice.gov.uk.

    diff --git a/apps/docs/src/common/pages/accessibility/standard.tsx b/apps/docs/src/common/pages/accessibility/standard.tsx index c879708f..d5f8a4bc 100644 --- a/apps/docs/src/common/pages/accessibility/standard.tsx +++ b/apps/docs/src/common/pages/accessibility/standard.tsx @@ -67,7 +67,7 @@ const Page: FC = ({ location }) => (
    Examples of users with access needs
    - 1.1.1 - Non Text content + 1.1.1 - Non Text content

    All non-text content like images, charts, icons and infographics, must have an appropriate text equivalent. This ensures that information conveyed by non-text content is available to people who cannot see it, like screen reader users.

    @@ -75,7 +75,7 @@ const Page: FC = ({ location }) => (
    -

    1.2.x - Alternatives for audio and video

    +

    1.2.x - Alternatives for audio and video

    Audio and video content has appropriate alternatives to ensure that everyone has a comparable experience when interacting with this content. This may include transcripts, captions and audio description depending on the type of audio or video content.

    @@ -83,7 +83,7 @@ const Page: FC = ({ location }) => (
    -

    1.3.1a - Info and relationships - Tables

    +

    1.3.1a - Info and relationships - Tables

    When information is visually presented as a table, this structure must be conveyed appropriately to assistive technologies. This ensure that tables are available to screen reader, screen magnification and speech recognition tool users.

    @@ -92,7 +92,7 @@ const Page: FC = ({ location }) => (
    -

    1.3.1b - Info and relationships - Lists

    +

    1.3.1b - Info and relationships - Lists

    When presenting lists of information, you must communicate this list in a way that assistive technology users can understand.

    @@ -101,7 +101,7 @@ const Page: FC = ({ location }) => (
    -

    1.3.1c - Info and relationships - Headings

    +

    1.3.1c - Info and relationships - Headings

    Where visual headings are used to communicate the structure of a page, they must also be communicated in a way that supports assistive technology users to access this structure.

    @@ -110,7 +110,7 @@ const Page: FC = ({ location }) => (
    -

    1.3.1d - Info and relationships - Form fields

    +

    1.3.1d - Info and relationships - Form fields

    All form fields have an associated visible label. Where this isn’t possible a non-visible label must be present.

    @@ -120,7 +120,7 @@ const Page: FC = ({ location }) => (
    -

    1.3.1e - Info and relationship - Landmarks

    +

    1.3.1e - Info and relationship - Landmarks

    Content sections within a page should have an appropriate HTML5 section element or ARIA landmark role defined.

    @@ -128,7 +128,7 @@ const Page: FC = ({ location }) => (
    -

    1.3.2 - Meaningful sequence

    +

    1.3.2 - Meaningful sequence

    When the order of content is important, the content order must be preserved no matter how it is presented to the user.

    @@ -137,7 +137,7 @@ const Page: FC = ({ location }) => (
    -

    1.3.3 - Sensory Characteristics

    +

    1.3.3 - Sensory Characteristics

    Instructions must not depend on sensory characteristics like shape, size, colour, or location. This ensures that instructions can be understood by users who are unable to see or recognise information communicated using sensory characteristics.

    @@ -145,7 +145,7 @@ const Page: FC = ({ location }) => (
    -

    1.3.4 - Orientation

    +

    1.3.4 - Orientation

    A page view must not be locked to either horizontal or vertical views only, unless this is essential.

    @@ -154,7 +154,7 @@ const Page: FC = ({ location }) => (
    -

    1.3.5 - Identify Input Purpose

    +

    1.3.5 - Identify Input Purpose

    In an input field, the purpose of each input field that collects information about the user can be understood by assistive technologies and browsers by using autocomplete.

    @@ -162,7 +162,7 @@ const Page: FC = ({ location }) => (
    -

    1.4.1 - Use of colour

    +

    1.4.1 - Use of colour

    Information conveyed with colour must also be identifiable from context, labelling, or alternative forms.

    @@ -170,7 +170,7 @@ const Page: FC = ({ location }) => (
    -

    1.4.2 - Audio control

    +

    1.4.2 - Audio control

    Audio/video must not play automatically unless the user is pre-warned and can control the audio.

    @@ -178,7 +178,7 @@ const Page: FC = ({ location }) => (
    -

    1.4.3 - Contrast

    +

    1.4.3 - Contrast

    There should be enough difference (contrast) between a background and the foreground content so that user can easily differentiate the two.

    @@ -186,7 +186,7 @@ const Page: FC = ({ location }) => (
    -

    1.4.4 - Resize text

    +

    1.4.4 - Resize text

    Users should be able to resize text up to 200% without any problems with the presentation and structure of the page (for example truncated text, overlaps or missing items).

    @@ -194,7 +194,7 @@ const Page: FC = ({ location }) => (
    -

    1.4.5 - Images of text

    +

    1.4.5 - Images of text

    Meaningful text must not be presented as part of an image because it cannot be resized, it deteriorates in quality when magnified and is not customisable by the end user.

    @@ -203,7 +203,7 @@ const Page: FC = ({ location }) => (
    -

    1.4.10 - Reflow

    +

    1.4.10 - Reflow

    Users should be able to magnify the page up to 400% and content should reflow - move into one column - and not add horizontal scroll bars.

    @@ -212,7 +212,7 @@ const Page: FC = ({ location }) => (
    -

    1.4.11 - Non text contrast

    +

    1.4.11 - Non text contrast

    Interactive controls, keyboard focus, icons and content required for understanding e.g. charts and infographics must have enough contrast (at least 3:1) with adjacent colours.

    @@ -220,7 +220,7 @@ const Page: FC = ({ location }) => (
    -

    1.4.12 - Text spacing

    +

    1.4.12 - Text spacing

    For regular HTML page content, no loss of content or functionality happens when a user changes line height, letter or word spacing.

    @@ -228,7 +228,7 @@ const Page: FC = ({ location }) => (
    -

    1.4.13 - Content on hover or focus

    +

    1.4.13 - Content on hover or focus

    Ensuring that extra content eg tooltips: @@ -257,7 +257,7 @@ const Page: FC = ({ location }) => (

    - 2.1.1 - Keyboard accessible + 2.1.1 - Keyboard accessible

    It must be possible for someone using a keyboard to complete all tasks in a service.

    @@ -266,7 +266,7 @@ const Page: FC = ({ location }) => (
    - 2.1.2 - No keyboard trap + 2.1.2 - No keyboard trap

    No item traps the keyboard focus; upon reaching any item on the page, it is possible to move to the item that precedes or follows it using the keyboard.

    @@ -274,7 +274,7 @@ const Page: FC = ({ location }) => (
    - 2.1.4 - Character key shortcuts + 2.1.4 - Character key shortcuts

    If single character key shortcuts have been set up within a page, the user can switch them off or remap them.

    @@ -283,7 +283,7 @@ const Page: FC = ({ location }) => (
    - 2.2.1 - Timing adjustable + 2.2.1 - Timing adjustable

    When a time limit, like a session timeout, is set ensure a user is informed,especially if this may result in a loss of data. It must be possible for the user to define the length of the timeout (e.g. in settings), turn it off, delay it, or extend the length of time.

    @@ -291,7 +291,7 @@ const Page: FC = ({ location }) => (
    - 2.2.2 - Pause, stop, hide + 2.2.2 - Pause, stop, hide

    Avoid moving or animated content on pages.

    @@ -300,7 +300,7 @@ const Page: FC = ({ location }) => (
    - 2.3.1 - Three flashes or below + 2.3.1 - Three flashes or below

    A page must not contain content that flashes more than three times a second.

    @@ -308,7 +308,7 @@ const Page: FC = ({ location }) => (
    - 2.4.1 - Bypass blocks + 2.4.1 - Bypass blocks

    When there is repeated content (like a header) at the top of the page, there must be a way for keyboard users to move focus directly to the start of the main content area of the page.

    @@ -317,7 +317,7 @@ const Page: FC = ({ location }) => (
    - 2.4.2 - Page title + 2.4.2 - Page title

    Each page must have a unique title that indicates its topic or purpose.

    @@ -325,7 +325,7 @@ const Page: FC = ({ location }) => (
    - 2.4.3 - Focus order + 2.4.3 - Focus order

    It must be possible to navigate through content in a way that makes sense.

    @@ -333,7 +333,7 @@ const Page: FC = ({ location }) => (
    - 2.4.4 Link purpose in context + 2.4.4 Link purpose in context

    Link text should make it clear what the link is i.e. where the links goes. Links should make sense out of context e.g. when using a links list.

    @@ -341,7 +341,7 @@ const Page: FC = ({ location }) => (
    - 2.4.5 Multiple ways + 2.4.5 Multiple ways

    Unless the service is a series of steps, there must be different ways for people to locate and navigate content.

    @@ -349,7 +349,7 @@ const Page: FC = ({ location }) => (
    - 2.4.6 Headings and labels + 2.4.6 Headings and labels

    Headings must indicate the topic or purpose of the content in that section of the page, and labels must indicate the purpose of the field they relate to.

    @@ -357,7 +357,7 @@ const Page: FC = ({ location }) => (
    - 2.4.7 Focus visible + 2.4.7 Focus visible

    It must be easy to tell which element has keyboard focus.

    @@ -365,7 +365,7 @@ const Page: FC = ({ location }) => (
    - 2.5.1 Pointer gestures + 2.5.1 Pointer gestures

    Any functionality which requires a multipoint or path based gestures has an alternative single pointer, non path-based gesture.

    @@ -373,7 +373,7 @@ const Page: FC = ({ location }) => (
    - 2.5.2 Pointer cancellation + 2.5.2 Pointer cancellation

    Any script triggering must be done on the ‘up’ event – not the ‘down’ event.

    @@ -381,7 +381,7 @@ const Page: FC = ({ location }) => (
    - 2.5.3 Label in name + 2.5.3 Label in name

    For user interface components with labels that include text or images of text, the Accessible name contains the text that is presented visually.

    @@ -389,7 +389,7 @@ const Page: FC = ({ location }) => (
    - 2.5.4 Motion actuation + 2.5.4 Motion actuation

    Any functionality that is initiated by tilting or shaking (etc) a device, must be able to be intiated by a button, or other control.

    @@ -411,7 +411,7 @@ const Page: FC = ({ location }) => (
    - 3.1.x - Language of page and parts + 3.1.x - Language of page and parts

    The written language of the page must be identified in the code of the web page.

    @@ -420,7 +420,7 @@ const Page: FC = ({ location }) => (
    - 3.2.1 On Focus + 3.2.1 On Focus

    When a keyboard user focuses on a control it must not cause a change of context, such as loading a new page/tab.

    @@ -428,7 +428,7 @@ const Page: FC = ({ location }) => (
    - 3.2.2 On Input + 3.2.2 On Input

    Changing the setting of any user interface component does not automatically cause a change of context unless the user has been advised of the behaviour before using the component.

    @@ -436,7 +436,7 @@ const Page: FC = ({ location }) => (
    - 3.2.3 Consistent navigation + 3.2.3 Consistent navigation

    When ways to navigate content are repeated on multiple pages, they must be presented in a consistent manner.

    @@ -444,7 +444,7 @@ const Page: FC = ({ location }) => (
    - 3.2.4 Consistent identification + 3.2.4 Consistent identification

    When features with the same functionality are used in multiple places, they must be identified in a consistent way.

    @@ -452,7 +452,7 @@ const Page: FC = ({ location }) => (
    - 3.3.1 Error identification + 3.3.1 Error identification

    When an error occurs the user is informed what caused the error, and the error is described in text in an accessible way.

    @@ -460,7 +460,7 @@ const Page: FC = ({ location }) => (
    - 3.3.2 Labels or instructions + 3.3.2 Labels or instructions

    When data must be entered in a specific format or in a particular way, clear instructions must be associated with the form field. Password fields should allow a user to view and check the entry.

    @@ -468,7 +468,7 @@ const Page: FC = ({ location }) => (
    - 3.3.3 Error Suggestions + 3.3.3 Error Suggestions

    When data must be entered in a specific format or in a particular way, clear instructions must be associated with the form field. Password fields should allow a user to view and check the entry.

    @@ -476,7 +476,7 @@ const Page: FC = ({ location }) => (
    - 3.3.4 Error prevention + 3.3.4 Error prevention

    All transactions should be reversible, or confirmation must be required before submission.

    @@ -497,7 +497,7 @@ const Page: FC = ({ location }) => (
    - 4.1.1 Parsing + 4.1.1 Parsing

    The code of the page must not cause browser or assistive technology conflicts. This ensures that content and functionality is presented in a way that works reliably across all supported browsers and assistive technologies.

    @@ -505,7 +505,7 @@ const Page: FC = ({ location }) => (
    - 4.1.2 Name, Role, Value + 4.1.2 Name, Role, Value

    All interactive components must have an accessible name and role, and the state of the component must be communicated to assistive technologies.

    @@ -513,7 +513,7 @@ const Page: FC = ({ location }) => (
    - 4.1.3 Status messages + 4.1.3 Status messages

    There are different situations where a page needs to dynamically display a status message. These messages need to be conveyed to assistive technology users, even when they don’t receive focus. Where possible, you should avoid disturbing the user’s place in a page.

    @@ -534,7 +534,7 @@ const Page: FC = ({ location }) => (
    - 5.1.1 User Research Participants + 5.1.1 User Research Participants

    When doing user research, make sure to include users with disabilities (at least 1 out of every 5 participants).

    diff --git a/apps/docs/src/common/pages/accessibility/standard/meet-user-needs.tsx b/apps/docs/src/common/pages/accessibility/standard/meet-user-needs.tsx index 07f43976..5c3f82ba 100644 --- a/apps/docs/src/common/pages/accessibility/standard/meet-user-needs.tsx +++ b/apps/docs/src/common/pages/accessibility/standard/meet-user-needs.tsx @@ -30,7 +30,7 @@ const Page: FC = ({ location }) => (

    When conducting user research you must include users with disabilities.

    Index

    5.1.1 - User Research Participants

    diff --git a/apps/docs/src/common/pages/accessibility/standard/operable.tsx b/apps/docs/src/common/pages/accessibility/standard/operable.tsx index 5bf3f46f..89baae0a 100644 --- a/apps/docs/src/common/pages/accessibility/standard/operable.tsx +++ b/apps/docs/src/common/pages/accessibility/standard/operable.tsx @@ -31,35 +31,35 @@ const Page: FC = ({ location }) => (

    Index

    Keyboard Accessible

    Enough time

    Seizures and physical reactions

    Navigable

    Input Modalities

    Keyboard Accessible

    diff --git a/apps/docs/src/common/pages/accessibility/standard/perceivable.tsx b/apps/docs/src/common/pages/accessibility/standard/perceivable.tsx index dad09b5a..80336271 100644 --- a/apps/docs/src/common/pages/accessibility/standard/perceivable.tsx +++ b/apps/docs/src/common/pages/accessibility/standard/perceivable.tsx @@ -30,35 +30,35 @@ const Page: FC = ({ location }) => (

    Text alternative for non-text content, captions and other alternatives for multimedia should be provided, and content should be adaptable by the user to fit their requirements.

    Index

    Text Alternatives

    -

    1.1.1 - Non text content

    +

    1.1.1 - Non text content

    Time based media

    -

    1.2.x - Alternatives for audio and video

    +

    1.2.x - Alternatives for audio and video

    Adaptable

    Distinguishable

    Text Alternatives

    diff --git a/apps/docs/src/common/pages/accessibility/standard/robust.tsx b/apps/docs/src/common/pages/accessibility/standard/robust.tsx index 0b815d9d..7189d696 100644 --- a/apps/docs/src/common/pages/accessibility/standard/robust.tsx +++ b/apps/docs/src/common/pages/accessibility/standard/robust.tsx @@ -30,9 +30,9 @@ const Page: FC = ({ location }) => (

    Index

    Compatible

    Compatible

    diff --git a/apps/docs/src/common/pages/accessibility/standard/understandable.tsx b/apps/docs/src/common/pages/accessibility/standard/understandable.tsx index 51c5bc9a..529fcebe 100644 --- a/apps/docs/src/common/pages/accessibility/standard/understandable.tsx +++ b/apps/docs/src/common/pages/accessibility/standard/understandable.tsx @@ -31,21 +31,21 @@ const Page: FC = ({ location }) => (

    Index

    Readable

    Predictable

    Input assistance

    Readable

    From 55f3f063f1138bb6440877f4269a19e9d41abc73 Mon Sep 17 00:00:00 2001 From: AshbyS <109519556+ashby-s@users.noreply.github.com> Date: Tue, 19 Jul 2022 11:58:06 +0100 Subject: [PATCH 2/6] Contribute section: Update anchor tags --- apps/docs/src/common/pages/contribute.tsx | 10 +++++----- .../pages/contribute/design-system-working-group.tsx | 4 ++-- .../src/common/pages/contribute/discuss-on-github.tsx | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/docs/src/common/pages/contribute.tsx b/apps/docs/src/common/pages/contribute.tsx index c2a972bb..13936c97 100644 --- a/apps/docs/src/common/pages/contribute.tsx +++ b/apps/docs/src/common/pages/contribute.tsx @@ -45,10 +45,10 @@ const Page: FC = ({ location }) => (

    Make a suggestion

    1. Check if there's already a discussion

    -

    Check if there are any open discussions about your suggestion on the design system GitHub.

    +

    Check if there are any open discussions about your suggestion on the design system GitHub.

    2. Create a new discussion

    -

    If there is not a discussion, start a new discussion on GitHub. Select ‘ideas’ from the ‘select category’ list when starting to create the discussion.

    -

    For help, use our GitHub guide or ask the working group.

    +

    If there is not a discussion, start a new discussion on GitHub. Select ‘ideas’ from the ‘select category’ list when starting to create the discussion.

    +

    For help, use our GitHub guide or ask the working group.

    When discussing a proposal for a new component, try to explain why it should be included in our design system. If you can, include screenshots and research findings.

    3. Share the discussion

    Let the user-centred design and accessibility community know that you have posted a new discussion and ask their comments.

    @@ -56,9 +56,9 @@ const Page: FC = ({ location }) => (

    Consider giving your discussion topic a deadline of a few weeks.

    4. Summarise the discussion

    Use the comments to make a suggestion for an improvement or a new entry.

    -

    Contact design@digital.homeoffice.gov.uk if you'd like feedback on your discussion or for the design system working group to review it.

    +

    Contact design@digital.homeoffice.gov.uk if you'd like feedback on your discussion or for the design system working group to review it.

    5. Updating the design system

    -

    The design system working group regularly assess discussions using the GOV.UK design system contribute criteria.

    +

    The design system working group regularly assess discussions using the GOV.UK design system contribute criteria.

    If the pattern or component is ready to be published, the working group will then raise an issue and progress this work further.

    The working group will share updates in the user-centred design community email about proposal decisions and changes to the Home Office design system.

    diff --git a/apps/docs/src/common/pages/contribute/design-system-working-group.tsx b/apps/docs/src/common/pages/contribute/design-system-working-group.tsx index e061c4d6..be810096 100644 --- a/apps/docs/src/common/pages/contribute/design-system-working-group.tsx +++ b/apps/docs/src/common/pages/contribute/design-system-working-group.tsx @@ -35,14 +35,14 @@ const Page: FC = ({ location }) => (

    The working group will also:

    If you have a question or idea, you can contact the working group:

    diff --git a/apps/docs/src/common/pages/contribute/discuss-on-github.tsx b/apps/docs/src/common/pages/contribute/discuss-on-github.tsx index 1a162703..6e555849 100644 --- a/apps/docs/src/common/pages/contribute/discuss-on-github.tsx +++ b/apps/docs/src/common/pages/contribute/discuss-on-github.tsx @@ -25,9 +25,9 @@ const Page: FC = ({ location }) => ( {section} {title} -

    Our GitHub repository discussions is where our designs are discussed and problems explored.

    +

    Our GitHub repository discussions is where our designs are discussed and problems explored.

    Create an account

    -

    Create a GitHub account with any email address, including your Home Office email addresses.

    +

    Create a GitHub account with any email address, including your Home Office email addresses.

    Join a discussion

    If there's an existing discussion, you can:

      @@ -39,7 +39,7 @@ const Page: FC = ({ location }) => (

      Create a new discussion

      Your new discussion can be as simple as a thought you've had, or more well-formed research findings.

        -
      1. Create a new discussion.
      2. +
      3. Create a new discussion.
      4. Select the 'ideas' category.
      5. Summarise your idea or problem in the title.
      6. Write your question or idea - write as much as you need, some are short others a bit longer.
      7. From a119d1faeec40f7fb143347fd2931647bef48fa8 Mon Sep 17 00:00:00 2001 From: AshbyS <109519556+ashby-s@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:01:29 +0100 Subject: [PATCH 3/6] Patterns Section: Update anchor tags --- apps/docs/src/common/pages/patterns/access-a-service.tsx | 2 +- apps/docs/src/common/pages/patterns/add-multiple-things.tsx | 2 +- .../common/pages/patterns/find-information-on-document.tsx | 2 +- apps/docs/src/common/pages/patterns/get-more-details.tsx | 2 +- apps/docs/src/common/pages/patterns/leave-a-service.tsx | 2 +- apps/docs/src/common/pages/patterns/make-a-declaration.tsx | 6 +++--- .../docs/src/common/pages/patterns/search-for-something.tsx | 6 +++--- .../src/common/pages/patterns/stop-a-service-timing-out.tsx | 6 +++--- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/docs/src/common/pages/patterns/access-a-service.tsx b/apps/docs/src/common/pages/patterns/access-a-service.tsx index 27f5e8d8..bbdd67aa 100644 --- a/apps/docs/src/common/pages/patterns/access-a-service.tsx +++ b/apps/docs/src/common/pages/patterns/access-a-service.tsx @@ -101,7 +101,7 @@ const Page: FC = ({ location }) => (

        Get in touch

        If you’ve got a question or suggestion share it on the Slack channel #ho-design-system, on GitHub or - email design@digital.homeoffice.gov.uk.

        + email design@digital.homeoffice.gov.uk.

        diff --git a/apps/docs/src/common/pages/patterns/add-multiple-things.tsx b/apps/docs/src/common/pages/patterns/add-multiple-things.tsx index cb10a390..41f9e266 100644 --- a/apps/docs/src/common/pages/patterns/add-multiple-things.tsx +++ b/apps/docs/src/common/pages/patterns/add-multiple-things.tsx @@ -78,7 +78,7 @@ const Page: FC = ({ location }) => (

        Get in touch

        If you’ve got a question or suggestion share it on the Slack channel #ho-design-system, on GitHub or - email design@digital.homeoffice.gov.uk.

        + email design@digital.homeoffice.gov.uk.

        diff --git a/apps/docs/src/common/pages/patterns/find-information-on-document.tsx b/apps/docs/src/common/pages/patterns/find-information-on-document.tsx index f06ebb6f..bdf8ceeb 100644 --- a/apps/docs/src/common/pages/patterns/find-information-on-document.tsx +++ b/apps/docs/src/common/pages/patterns/find-information-on-document.tsx @@ -101,7 +101,7 @@ const Page: FC = ({ location }) => (

        Get in touch

        If you’ve got a question or suggestion share it on the Slack channel #ho-design-system, on GitHub or - email design@digital.homeoffice.gov.uk.

        + email design@digital.homeoffice.gov.uk.

        diff --git a/apps/docs/src/common/pages/patterns/get-more-details.tsx b/apps/docs/src/common/pages/patterns/get-more-details.tsx index f4dc092b..5cd70c58 100644 --- a/apps/docs/src/common/pages/patterns/get-more-details.tsx +++ b/apps/docs/src/common/pages/patterns/get-more-details.tsx @@ -72,7 +72,7 @@ const Page: FC = ({ location }) => (

        Get in touch

        If you’ve got a question or suggestion share it on the Slack channel #ho-design-system, on GitHub or - email design@digital.homeoffice.gov.uk.

        + email design@digital.homeoffice.gov.uk.

        diff --git a/apps/docs/src/common/pages/patterns/leave-a-service.tsx b/apps/docs/src/common/pages/patterns/leave-a-service.tsx index def35370..8068e849 100644 --- a/apps/docs/src/common/pages/patterns/leave-a-service.tsx +++ b/apps/docs/src/common/pages/patterns/leave-a-service.tsx @@ -98,7 +98,7 @@ const Page: FC = ({ location }) => (

        Get in touch

        If you’ve got a question or suggestion share it on the Slack channel #ho-design-system, on GitHub or - email design@digital.homeoffice.gov.uk.

        + email design@digital.homeoffice.gov.uk.

        diff --git a/apps/docs/src/common/pages/patterns/make-a-declaration.tsx b/apps/docs/src/common/pages/patterns/make-a-declaration.tsx index e5b9b01d..6617326f 100644 --- a/apps/docs/src/common/pages/patterns/make-a-declaration.tsx +++ b/apps/docs/src/common/pages/patterns/make-a-declaration.tsx @@ -92,19 +92,19 @@ const Page: FC = ({ location }) => (

        Research

        More research is needed. If your service uses this - pattern, get in touch to share your user research findings.

        + pattern, get in touch to share your user research findings.

        Accessibility

        Consider alternative ways a user can submit a declaration offline.

        If your service uses this pattern, let us know of any insights you have on accessibility considerations.

        - Read 'Error Prevention (Legal, Financial, Data)' on the W3c website + Read 'Error Prevention (Legal, Financial, Data)' on the W3c website

        Get in touch

        If you've got a question or suggestion share it on the Slack channel #ho-design-system, on GitHub or - email design@digital.homeoffice.gov.uk.

        + email design@digital.homeoffice.gov.uk.

        diff --git a/apps/docs/src/common/pages/patterns/search-for-something.tsx b/apps/docs/src/common/pages/patterns/search-for-something.tsx index ee4ef9a3..ee8a617d 100644 --- a/apps/docs/src/common/pages/patterns/search-for-something.tsx +++ b/apps/docs/src/common/pages/patterns/search-for-something.tsx @@ -85,7 +85,7 @@ const Page: FC = ({ location }) => (

    Research on this pattern

    -

    Multiple Home Office services use search. If you have evidence this also works for your users, you can contribute to our backlog

    +

    Multiple Home Office services use search. If you have evidence this also works for your users, you can contribute to our backlog

    @@ -97,7 +97,7 @@ const Page: FC = ({ location }) => (

    Keyboard navigation

    -

    Tabbing in a logical way to the interactive elements, being able to see the focus, and being able to interact with it. If not using native HTML elements and creating something custom refer to https://www.w3.org/TR/wai-aria-practices/wai-aria-practices for expected interaction.

    +

    Tabbing in a logical way to the interactive elements, being able to see the focus, and being able to interact with it. If not using native HTML elements and creating something custom refer to https://www.w3.org/TR/wai-aria-practices/wai-aria-practices for expected interaction.

    Screen readers

    You should make sure

    @@ -124,7 +124,7 @@ const Page: FC = ({ location }) => (

    Get in touch

    If you've got a question or suggestion share it on the Slack channel #ho-design-system, on GitHub or - email design@digital.homeoffice.gov.uk.

    + email design@digital.homeoffice.gov.uk.

    diff --git a/apps/docs/src/common/pages/patterns/stop-a-service-timing-out.tsx b/apps/docs/src/common/pages/patterns/stop-a-service-timing-out.tsx index 66e1e5cb..250cbdc0 100644 --- a/apps/docs/src/common/pages/patterns/stop-a-service-timing-out.tsx +++ b/apps/docs/src/common/pages/patterns/stop-a-service-timing-out.tsx @@ -46,7 +46,7 @@ const Page: FC = ({ location }) => (

    Adding content to a new page instead of showing it in a modal should be the default approach.

    Modals can be useful when you need to draw a user's attention to something, for example - timeout warnings. Please discuss with the wider community or email design@digital.homeoffice.gov.uk before + timeout warnings. Please discuss with the wider community or email design@digital.homeoffice.gov.uk before using this pattern.

    How it works

    @@ -70,13 +70,13 @@ const Page: FC = ({ location }) => ( get in touch to share your user research findings.

    Accessibility

    -

    Read our accessibility guidance on timeouts.

    +

    Read our accessibility guidance on timeouts.

    Get in touch

    If you’ve got a question or suggestion share it on the Slack channel #ho-design-system, on GitHub or - email design@digital.homeoffice.gov.uk.

    + email design@digital.homeoffice.gov.uk.

    From f3e0c27a86386e864fd3786fc3edc11cc684b1dc Mon Sep 17 00:00:00 2001 From: AshbyS <109519556+ashby-s@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:03:17 +0100 Subject: [PATCH 4/6] Styles Section: Update anchor tags --- apps/docs/src/common/pages/styles/colour.tsx | 2 +- apps/docs/src/common/pages/styles/images.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/docs/src/common/pages/styles/colour.tsx b/apps/docs/src/common/pages/styles/colour.tsx index 13053456..87fe8043 100644 --- a/apps/docs/src/common/pages/styles/colour.tsx +++ b/apps/docs/src/common/pages/styles/colour.tsx @@ -42,7 +42,7 @@ const Page: FC = ({ location }) => (

    Always use the Home Office colour palette when you are designing and building internal services and products. For public facing and transactional sites use the GOV.UK colour palette.

    -

    Ask design@digital.homeoffice.gov.uk if you have any questions.

    +

    Ask design@digital.homeoffice.gov.uk if you have any questions.

    {/* PRIMARY */} diff --git a/apps/docs/src/common/pages/styles/images.tsx b/apps/docs/src/common/pages/styles/images.tsx index dd81f9fc..c7b6c9b9 100644 --- a/apps/docs/src/common/pages/styles/images.tsx +++ b/apps/docs/src/common/pages/styles/images.tsx @@ -48,7 +48,7 @@ const Page: FC = ({ location }) => (

    Images must be relevant to the content, help users understand what they need to do and follow our guidance on the use of alternative text.

    Sourcing images

    -

    Please contact design@digital.homeoffice.gov.uk for advice on image use and for original source files.

    +

    Please contact design@digital.homeoffice.gov.uk for advice on image use and for original source files.

    Illustrations or representative imagery

    Illustrations must have a consistent style to create trust. This includes print products as well.

    @@ -115,7 +115,7 @@ const Page: FC = ({ location }) => (

    Get in touch

    -

    If you’ve got a question or suggestion share it on the Slack channel #ho-design-system, on GitHub or email design@digital.homeoffice.gov.uk.

    +

    If you’ve got a question or suggestion share it on the Slack channel #ho-design-system, on GitHub or email design@digital.homeoffice.gov.uk.

    From 54a0c64324a22dbeb177e7d374cbd8611c242ef3 Mon Sep 17 00:00:00 2001 From: AshbyS <109519556+ashby-s@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:06:03 +0100 Subject: [PATCH 5/6] Cookies Section: Update anchor tags --- apps/docs/src/common/pages/cookies.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/docs/src/common/pages/cookies.tsx b/apps/docs/src/common/pages/cookies.tsx index d3134aff..4d5e4fce 100644 --- a/apps/docs/src/common/pages/cookies.tsx +++ b/apps/docs/src/common/pages/cookies.tsx @@ -1,13 +1,13 @@ import { FC, Fragment, createElement as h } from 'react'; import { Helmet } from 'react-helmet-async'; import { PageProps } from '@not-govuk/app-composer'; -import { Table } from '@not-govuk/components'; +import { A, Table } from '@not-govuk/components'; const interUI = ( - InterUI + InterUI ); const cloudflare = ( - Cloudflare + Cloudflare ); const Page: FC = props => ( @@ -24,7 +24,7 @@ const Page: FC = props => (

    These cookies are not used to identify you personally.

    You’ll see a message on the site before we store a cookie on your computer.

    -

    Find out how to manage cookies.

    +

    Find out how to manage cookies.

    Our cookie message

    You will see a message about cookies when you first visit the Home Office Design System. We’ll store a cookie so that your computer knows you’ve seen it and knows not to show it again.

    Date: Tue, 19 Jul 2022 12:09:09 +0100 Subject: [PATCH 6/6] get-started Section: Update anchor tags --- apps/docs/src/common/pages/get-started.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/common/pages/get-started.tsx b/apps/docs/src/common/pages/get-started.tsx index 15f5fdb2..e20643f8 100644 --- a/apps/docs/src/common/pages/get-started.tsx +++ b/apps/docs/src/common/pages/get-started.tsx @@ -57,7 +57,7 @@ const Page: FC = ({ location }) => (

    Support

    If you have a question or need support you can: