Open GoogleCodeExporter opened 8 years ago
[deleted comment]
When validating as HTML5 I get:
"The frameborder attribute on the iframe element is obsolete. Use CSS instead."
-- Tim.
Original comment by Tim...@gmail.com
on 21 Nov 2011 at 11:32
I am having the same issue. If using PHP to call
"recaptcha_get_html($publickey);" it automatically enters the noscript tag and
iframe with the depreciated frameborder attribute.
I prefer using the PHP version of the reCaptcha, but guess until they fix this
I'll be stuck using the javascript version, where I can adjust the iframe
manually... frameborder="0" changed to style="border-width:0;" (validates now)
Original comment by ikcoll...@gmail.com
on 26 Jan 2012 at 6:21
The ASP.NET binary v1.0.5.0 also has this issue
Original comment by scottrfr...@gmail.com
on 27 Jan 2012 at 7:18
Any solution ?
Original comment by WeN...@gmail.com
on 14 Apr 2013 at 9:36
Regarding comments #3 & #5 above:
I changed "<iframe ... frameborder='0'>" to "<iframe ... style="border:0px">"
directly in the PHP script. Validates fine for me as HTML5.
Any reason this can't be rolled into the baseline?
Original comment by k...@normanhome.com
on 12 Feb 2014 at 5:35
Original issue reported on code.google.com by
brett...@gmail.com
on 10 Dec 2010 at 12:57