-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Text tracks documentation updates #3256
Conversation
There is one functional change where it logs a warning if it thinks that the lack of |
<track src="http://example.com/oceans.vtt" kind="captions" srclang="en" label="English"> | ||
</video> | ||
``` | ||
One thing to be aware of is that in this case the video files themselves will *also* needs CORS headers applied to it. Since is because some browsers apply the crossorigin attribute to the video source itself and not just the tracks and is considered a [security concern by the spec](https://html.spec.whatwg.org/multipage/embedded-content.html#security-and-privacy-considerations). |
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" instead of "Since"
A few minor editorial suggestions, otherwise LGTM. |
Good changes, thanks. |
LGTM (in case my previous one didn't count!) |
Heh, thanks. I still have to add the other section about caption/subs+descriptions precedence with regards to defaults and menu selection and programmatic interfaces. |
@OwenEdwards the new section is in this commit: 33a7bca |
LGTM |
Description
Update the documentation for Text Tracks.
Fixes #1888, #1958, #2628, and #3202.