Skip to content
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

Ensure classes begin with an alpha character #2829

Closed
wants to merge 1 commit into from

Conversation

nbibler
Copy link
Contributor

@nbibler nbibler commented Nov 19, 2015

HTML5 adds support for HTML elements having numeric characters begin their ID attribute values. However, videojs uses the ID to generate class names. CSS class names are invalid unless they begin with an alpha character. This pull request attempts to fix that issue.

See #2828.

@pam
Copy link

pam commented Nov 19, 2015

Tests passed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED

Commit: c1d36e4
Build details: https://travis-ci.org/pam/video.js/builds/92151360

(Please note that this is a fully automated comment.)

@gkatsev gkatsev closed this in 3a40b10 Nov 20, 2015
@gkatsev gkatsev mentioned this pull request Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants