Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{Freeway-Bug}[Adaptive Cards- Home Page] : Captions and transcription is not available while playing the pre-recorded video. #9031

Closed
vagpt opened this issue Oct 3, 2024 · 2 comments · Fixed by #9079
Labels
A11yCT For CT Test Pass A11yRT For RT Test Pass A11ySev2 Accessibility issue with severity 2. This may impact the accessibility score A11yWCAG Accessibility issue that affects compliance AdaptiveCards_Web a11y tag Area-Accessibility Bugs around feature accessibility Area-Renderers Bug HCL-AdaptiveCards-Web Used by accessibility team for scorecard categorization HCL-E+D Product-AC

Comments

@vagpt
Copy link
Collaborator

vagpt commented Oct 3, 2024

Target Platforms

Other

SDK Version

1.6

Application Name

Adaptive Cards

Problem Description

Test Environment:
URL: https://adaptivecards.io/
OS Version: Dev (OS Build 27695.1000)
Browser Version: Version 130.0.2849.1 (Official build) dev (64-bit)

Repro Steps:

  1. Open the above URL in the browser.
  2. Home page will be appeared.
  3. Press tab key and navigate to the 'Watch Video' button and press enter key to activate it.
  4. Observe the issue.

Actual Result:
Captions and transcription options are not present for the pre-recorder video under Watch Video.

Expected Result:
Captions and transcription options should be available for the pre-recorder video under Watch Video.

Note:
Same issue is repro for the video player under Product Video and Media screens as there are no transcript options are present.

User Experience:
A person who can't listen to the voice after playing the video will find difficulty understanding voice if 'sub title' and Transcript' will not be available.

MAS Reference:
https://liquid.microsoft.com/Web/Object/Read/MS.Accessibility/Requirements/07.01

Have feedback to share on Bugs? please tag bug as “A11yRCA” and add your feedback in the comment section

Screenshots

Captions or transcription is not available while playing the pre-recorded video

Card JSON

NA

Sample Code Language

No response

Sample Code

No response

@vagpt vagpt added Bug Area-Renderers Area-Accessibility Bugs around feature accessibility A11ySev2 Accessibility issue with severity 2. This may impact the accessibility score A11yWCAG Accessibility issue that affects compliance HCL-E+D Product-AC HCL-AdaptiveCards-Web Used by accessibility team for scorecard categorization A11yCT For CT Test Pass labels Oct 3, 2024
@vagpt vagpt changed the title [Adaptive Cards- Home Page] : Captions or transcription is not available while playing the pre-recorded video. {Freeway-Bug}[Adaptive Cards- Home Page] : Captions or transcription is not available while playing the pre-recorded video. Oct 8, 2024
@vagpt vagpt changed the title {Freeway-Bug}[Adaptive Cards- Home Page] : Captions or transcription is not available while playing the pre-recorded video. {Freeway-Bug}[Adaptive Cards- Home Page] : Captions and transcription is not available while playing the pre-recorded video. Oct 9, 2024
@vagpt vagpt added the A11yRT For RT Test Pass label Dec 3, 2024
@anna-dingler
Copy link
Contributor

Note: Need to add caption sources to

<div id="videoModal" class="w3-modal w3-card-4">
<div class="w3-modal-content w3-animate-zoom">
<video id="overviewVideo" tabIndex="0" controls="" width="100" style="width: 100%" poster="<%- url_for('content/poster-video.png') %>">
<source src="https://adaptivecardsblob.blob.core.windows.net/assets/AdaptiveCardsOverviewVideo.mp4"
type="video/mp4" />
</video>
<span id="closeVideo" tabIndex="0" aria-label="Close video" class="w3-button w3-xlarge w3-transparent w3-display-topright"
title="Close video">×</span>
</div>
</div>

@anna-dingler
Copy link
Contributor

We have released another version of the website, and this fix is available. Thanks!

@anna-dingler anna-dingler removed the NotReadyToTest Label to indicate that this issue has been resolved, but the fix has not been released. label Jan 28, 2025
@vagpt vagpt added the AdaptiveCards_Web a11y tag label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A11yCT For CT Test Pass A11yRT For RT Test Pass A11ySev2 Accessibility issue with severity 2. This may impact the accessibility score A11yWCAG Accessibility issue that affects compliance AdaptiveCards_Web a11y tag Area-Accessibility Bugs around feature accessibility Area-Renderers Bug HCL-AdaptiveCards-Web Used by accessibility team for scorecard categorization HCL-E+D Product-AC
Projects
None yet
2 participants