-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update ee13b5 and 1a02b0 rules to clarify that transcript for video content does not need to be visible #2187
base: develop
Are you sure you want to change the base?
Conversation
#### Failed Example 3 | ||
This `video` element has a text transcript available on the same page, but the transcript is not [included in the accessibility tree][]. | ||
```html | ||
<html lang="en"> | ||
<video controls> | ||
<source src="/test-assets/rabbit-video/video.mp4" type="video/mp4"></source> | ||
<source src="/test-assets/rabbit-video/video.webm" type="video/webm"></source> | ||
</video> | ||
<p aria-hidden="true">The above video shows a giant fat rabbit climbing out of a hole in the ground. | ||
He stretches, yaws, and then starts walking. | ||
Then he stops to scratch his bottom.</p> | ||
</html> | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This collides with the changes made in #2064.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching that. Requested more details in #2186
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is removing "included in the accessibility tree" from the expectation. This will be a passed example since a transcript is available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is the correct direction. We remove the change from 2064. AG decided that transcripts aren't strictly required to be visible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although please accept the editorial
#### Failed Example 3 | ||
This `video` element has a text transcript available on the same page, but the transcript is not [included in the accessibility tree][]. | ||
```html | ||
<html lang="en"> | ||
<video controls> | ||
<source src="/test-assets/rabbit-video/video.mp4" type="video/mp4"></source> | ||
<source src="/test-assets/rabbit-video/video.webm" type="video/webm"></source> | ||
</video> | ||
<p aria-hidden="true">The above video shows a giant fat rabbit climbing out of a hole in the ground. | ||
He stretches, yaws, and then starts walking. | ||
Then he stops to scratch his bottom.</p> | ||
</html> | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is the correct direction. We remove the change from 2064. AG decided that transcripts aren't strictly required to be visible.
#### Failed Example 3 | ||
This `video` element has a text transcript available on the same page, but the transcript is not [included in the accessibility tree][]. | ||
```html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Failed Example 3 | |
This `video` element has a text transcript available on the same page, but the transcript is not [included in the accessibility tree][]. | |
```html | |
#### Failed Example 3 | |
This `video` element has a text transcript available on the same page, but the transcript is not [included in the accessibility tree][]. | |
```html |
Closes issue(s): #2186
Updates:
Need for Call for Review:
This will require a 2 weeks Call for Review
Pull Request Etiquette
When creating PR:
develop
branch (left side).After creating PR:
Rule
,Definition
orChore
.When merging a PR:
How to Review And Approve