We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are times when the progress control has an aria-valuenow="NaN" attribute. This likely needs to default to 0 instead.
aria-valuenow="NaN"
0
I will flesh out this issue later.
Explain in detail the exact steps necessary to reproduce the issue. 1. 2. 3.
Please describe what you expected to see.
Please describe what actually happened.
If there are any errors at all, please include them here.
Please include any additional information necessary here. Including the following:
what version of videojs does this occur with?
what browser are affected?
what platforms (operating systems and devices) are affected?
are any videojs plugins being used on the page? If so, please list them below.
The text was updated successfully, but these errors were encountered:
7008777
Successfully merging a pull request may close this issue.
Description
There are times when the progress control has an
aria-valuenow="NaN"
attribute. This likely needs to default to0
instead.I will flesh out this issue later.
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
1.
2.
3.
Results
Expected
Please describe what you expected to see.
Actual
Please describe what actually happened.
Error output
If there are any errors at all, please include them here.
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
what version of videojs does this occur with?
browsers
what browser are affected?
OSes
what platforms (operating systems and devices) are affected?
plugins
are any videojs plugins being used on the page? If so, please list them below.
The text was updated successfully, but these errors were encountered: