Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Releases: Financial-Times/o-video

patch: Don't nest caption link within play button - CI-788

03 Sep 15:54
443acc6
Compare
Choose a tag to compare
Don't nest caption link within play button (#210)

Previously the guidance element which contains a link was nested within the play button.

Interactive elements shouldn't be nested within each other.

Co-authored-by: Jake Champion <[email protected]>

patch: Don't nest caption link within play button (v6) - CI-788

03 Sep 15:50
68f4e1c
Compare
Choose a tag to compare
Don't nest caption link within play button (#211)

Previously the guidance element which contains a link was nested within the play button.

Interactive elements shouldn't be nested within each other.

patch: Update test instructions in README - add link to origami build tools

04 Feb 10:50
Compare
Choose a tag to compare
v6.1.3

Update test instructions in README - add link to origami build tools

patch: Fix ads script loading - store error to reject on subsequent calls

04 Feb 10:50
Compare
Choose a tag to compare
The previous code never resolved or rejected after the ads script tag
failed to load once

patch: Update issues link in README

04 Feb 10:46
Compare
Choose a tag to compare
v6.1.1

Update issues link in README

minor: Track `waiting` event

08 Dec 10:54
Compare
Choose a tag to compare

patch: add extension to relative imports to make the code work directly in a browser

23 Sep 10:51
Compare
Choose a tag to compare

patch: Add general usage to readme

07 Aug 16:43
Compare
Choose a tag to compare
Links to instructions on how to include Origami components. https://github.com/Financial-Times/origami/issues/59

patch: Remove h4 heading from the optional o-video title

15 Jul 15:51
Compare
Choose a tag to compare
1. We cannot assume an `h4` is the correct heading level in context.
2. The video title likely doesn't make sense as a heading in the
document context.
3. The heading is removed when the video is played. Just because a
video is played, the structure of the document shouldn't change.

Given point 2 and 3, we can set the element to a `span`. However as
a `span` the title of the video is read out as text by a screen
reader in the middle of a page without context. The title is then
repeated as part of the play button. To address that set
`aria-label="Video Player”` to the root `o-video` element which is
read `“Video Player, group“` by VoiceOver; giving useful context
when stepping through page content.

https://github.com/Financial-Times/o-video/issues/170

patch: update support details to be content-innovation team

30 Jun 14:22
Compare
Choose a tag to compare
v6.0.8

add correct email to support details