-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Low Adoption of <track>
Element
#10866
Comments
<track>
Element Results in Accessibility Barriers for Web Videos<track>
Element
That feels like it's outside the scope of HTML. Partly because:
Here are existing bugs about lack of AD support:
To address two of your points about barriers to developers:
This is also true for any alternatives to media files, including AD and alternative text, which are realities of supporting all users.
True for any accessibility considerations, and why arguments proliferate around business cases and SEO and branding, but still boil down to risk under existing laws (which incorporate or reference WCAG).
I agree there is a gap from authors, but do you have a proposal for how HTML could make authors do better or how, as a technical standard, HTML could define some sort of fallback? |
Thank you for your thoughtful response! I appreciate the points you've raised. I understand the concerns about the scope of the proposal, particularly around user agents (UAs) generating content from scratch, such as captions. However, I want to emphasize that the issue of the lack of captions in web videos is significant, with only 0.5% of web videos currently having captions, as you can see from resources like Web Almanac by HTTPArchive.
I agree that there are gaps in support for Audio Descriptions (AD), and I'm aware that work is being done on this. However, this shouldn’t detract from the fact that captions, which are more readily available, can still play a crucial role. The track element offers a potential solution, and UAs can certainly take on the responsibility of handling cases where captions are missing.
I completely agree. Captions often need to reflect non-verbal sounds or other relevant context. However, in the absence of comprehensive captions, even a basic fallback would be a huge step forward. It’s certainly not perfect, but it’s better than no captions on the web. It can also get better over time with this mindset.
I don’t feel aligned with the notion that the lack of AD support should dilute the importance of the issue at hand. While AD support is being addressed separately (Compatibility chart), captions are a crucial part of the accessibility conversation, and pursuing solutions for captions should remain a priority.
I’m open to feedback and ideas, and I think it’s important for the community to brainstorm solutions. The existing 0.5% and 0.1% availability rates for captions and audio captions are very low, and I don’t believe that pushing the issue out of scope will help solve the problem. |
So your issue is about low adoption of closed captions specifically (provided in HTML via the Here is my feedback / ideas:
But absent suggestions, I still think this is out of scope for HTML. As an aside...
I am aware of the MDN compat chart. I am responsible for its accuracy. But it does not speak to support "being addressed separately". The issues I linked above speak to that. |
I'm not sure this is the right place to voice this sort of thing—the lack of adoption of the standard does not speak to its efficacy.
|
Thanks a lot! I feel the problem statement, "Only 0.5% of web videos include a I think, unlike Also, as per https://whatwg.org/faq#adding-new-features the kind of issue that the WHATWG process prefers: A problem description, without any proposed solution required or expected, and I shall be looking to draft feature requests to various vendors as well. |
What is the issue with the HTML Standard?
Inaccessibility of Web Videos Due to Low
<track>
AdoptionOnly 0.5% of web videos include a
<track>
tag (Web Almanac 2024 Report), leaving the vast majority of online video content inaccessible for individuals who rely on captions.Impact
Why This Matters
The
<track>
element was introduced to provide captions, but its low adoption highlights significant barriers for developers, such as:<track>
element.Gap in the Standard
The standard does not currently address how browsers or user agents might provide fallback mechanisms for captions when no
<track>
is present. This gap leaves accessibility largely dependent on content authors, which is not a scalable or equitable solution.The text was updated successfully, but these errors were encountered: