-
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
WebVTT --> should support tabs #183
Labels
Comments
Added tests for this. Uncomment these lines to test a fix for this issue. |
trmb
added a commit
to trmb/video.js
that referenced
this issue
May 29, 2014
one or more tabs and/or spaces fixes videojs#183 Uncommented tests, added new ones for multi and mixed whitespace cases
This should be fixed in pull request #1236. "-->" can now be wrapped by one or more tabs or spaces. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like it has a bug in that it requires "-->" to have spaces around it when parsing (but not when identifying the line type)... But the spec allows tabs or spaces...
The text was updated successfully, but these errors were encountered: