Making Google’s reCAPTCHA iframe form HTML 5 valid
Here’s a quick tip on how to make sure Google’s reCAPTCHA form is HTML 5 valid. Basically, the attribute frameborder="0"
is no longer is necessary in HTML 5 – here’s W3C Schools opinion. However, Google’s reCAPTCHA example code and recaptchalib.php files are not updated to correct this, as you can see here: Continue reading “Making Google’s reCAPTCHA iframe form HTML 5 valid”