@dbraceHey, I just wanted to flag something for your team's attention regarding the new Canvas Shorts video. Right now, the transcript is being hidden using display: none, which poses an accessibility issue.
Using display: none completely removes the element from the accessibility tree and the visual experience. That might seem fine since you're just hiding text, but in this case, it means the transcript is unavailable to users who rely on visual cues or alternative navigation methods—but who don’t use screen readers.
A lot of people think that all users who need accessible features, like transcripts, are blind or using screen readers. But many screen reader users are also sighted, and plenty of people who benefit from transcripts—like those with cognitive disabilities, non-native speakers, or users in noisy environments—don’t use assistive tech at all.
A better approach would be to keep the transcript in the DOM and available to everyone. Happy to collaborate if needed -- but it should be a relatively easy fix, especially since your old Overview Videos seemed to have this feature.