Skip to content

Commit

Permalink
Merge pull request #321 from oaknational/feat/PUPIL-837/make-transcri…
Browse files Browse the repository at this point in the history
…pt-accessible

Feat/pupil 837/make transcript accessible
  • Loading branch information
benprotheroe authored Nov 6, 2024
2 parents 63a6837 + b147754 commit 5a47c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const OakLessonVideoTranscript = ({
isOpen={showTranscript}
$font="body-1"
$color="text-primary"
aria-live="polite"
>
{children}
</OakCollapsibleContent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ exports[`OakLessonVideoTranscript matches snapshot 1`] = `
id="transcript-element"
>
<div
aria-live="polite"
className="c1 c2"
>
<div
Expand Down

0 comments on commit 5a47c38

Please sign in to comment.