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
Hi all,
could it be, that there are at least 2 errors in the actual (2.8.1) 'formvalidation' function?
... var form = createElement('form'); ... testStyles('#modernizr form{position:absolute;top:-99999em}', function( node ) { ...
Should be
... var form = document.createElement('form'); ... Modernizr.testStyles('#modernizr form{position:absolute;top:-99999em}', function( node ) { ...
And thanks for the great work - keep going!
Greetings Gunther
The text was updated successfully, but these errors were encountered:
fix backporting of formvalidation.
de44d4a
fixes Modernizr#1328
Hey @Netsurfer24 Thanks so much for bringing this up! It was fixed in 2.8.2
Sorry, something went wrong.
No branches or pull requests
Hi all,
could it be, that there are at least 2 errors in the actual (2.8.1) 'formvalidation' function?
Should be
And thanks for the great work - keep going!
Greetings
Gunther
The text was updated successfully, but these errors were encountered: