act-rules / act-rules.github.io

Accessibility conformance testing rules for HTML
https://act-rules.github.io/
Other
136 stars 67 forks source link

Updating the Transcript Rules #2064

Open HelenBurge opened 1 year ago

HelenBurge commented 1 year ago

Are being updated from Task force feedback

Amending the rule from TF feedback: https://docs.google.com/spreadsheets/d/1OSkPFocXk4K3zYLnwS78WLsWO4PvE5yRcsauyefuIUI/edit#gid=1605073031

Closes issue(s):

Need for Call for Review: This will require a 2 weeks Call for Review


How to Review And Approve

daniel-montalvo commented 5 months ago

Discussed at the TF meeting 29 Feb https://www.w3.org/2024/02/29-wcag-act-minutes.html#t03

kengdoj commented 1 month ago

I couldn't add this in my review comments - Like the change you made in 2eb176, please change this failed example 4 to passed example 3 in ee13b5.

Failed Example 4

This video element, which has no audio, has a text transcript available on the same page, but the transcript is not [included in the accessibility tree][].

<html lang="en">
<video controls>
  <source src="/test-assets/rabbit-video/silent.mp4" type="video/mp4"></source>
  <source src="/test-assets/rabbit-video/silent.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, yawns, and then starts walking.
Then he stops to scratch his bottom.</p>
</html>