-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/411/sign language interpretation not available for video content …
…wcag 22 level aaa (#3119) * ⬆️ Back To Top Link ⬆️ (#2990) * Page template for length * Add macro * Add component foundations * Build stylesheet * Add additional functionality * Improved functionality * Fix border and layout * Fix resize behaviour * Changes to CSS * Add more tests * Update VR Tests * Change to full width --------- Co-authored-by: Alessio Venturini <[email protected]> * Description list not structured properly for screen readers (#3053) * initial change * update test * update test * update comment * update comment * Update placeholder text colour (#3062) * Fix/3004/icon in footer not clickable (#3036) * Fix checkbox appearance on safari (#3066) * Adding the change in readme (#3067) * updated youtube video to a more accessible one * updated reference files --------- Co-authored-by: Aditya Unnithan_ONS <[email protected]> Co-authored-by: Precious Onyenaucheya <[email protected]> Co-authored-by: rmccar <[email protected]> Co-authored-by: Bali Birch-Lee_ONS <[email protected]> Co-authored-by: SriHV <[email protected]>
- Loading branch information
1 parent
8d6239b
commit ade7695
Showing
9 changed files
with
113 additions
and
31 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...rence/ds-vr-test__components_tabs_example-tabs-details_0_document_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...erence/ds-vr-test__components_tabs_example-tabs-details_0_document_1_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...erence/ds-vr-test__components_tabs_example-tabs-details_0_document_2_mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...s_reference/ds-vr-test__components_video_example-video_0_document_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...ps_reference/ds-vr-test__components_video_example-video_0_document_1_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...ps_reference/ds-vr-test__components_video_example-video_0_document_2_mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{% from "components/video/_macro.njk" import onsVideo %} | ||
{{ | ||
onsVideo({ | ||
"videoEmbedUrl": 'https://www.youtube.com/embed/_EGJlvkgbPo', | ||
"videoLinkURL": 'https://www.youtube.com/watch?v=_EGJlvkgbPo', | ||
"videoEmbedUrl": 'https://www.youtube.com/embed/OwYVwPPxPj4', | ||
"videoLinkURL": 'https://www.youtube.com/watch?v=OwYVwPPxPj4', | ||
"image": { | ||
"largeSrc": '/patternlib-img/youtube-example-cover.png', | ||
"smallSrc": '/patternlib-img/youtube-example-cover.png', | ||
"alt": "Youtube video" | ||
}, | ||
"title": 'Census 2021 promotional TV advert', | ||
"linkText": 'Watch “Census 2021 promotional TV advert“ on Youtube' | ||
"title": 'Transforming the way we produce statistics | Explaining the Dynamic Population Model | BSL', | ||
"linkText": 'Watch “Transforming the way we produce statistics | Explaining the Dynamic Population Model | BSL“ on Youtube' | ||
}) | ||
}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.