WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Chrome's WAVE extension complaining about Google reCapcha v2

for

From: Birkir R. Gunnarsson
Date: Oct 16, 2018 5:05AM


Try adding a title attribute to the iFrame with JavaScript.
That is Wave is complaining about missing label or accessible name on
the rame itself.
If the problem is the content inside the iFrame, file an issue with google.
I was playing around with this a few months ago and managed to include
the frame without issues, I may have to go back and look at it since
updates do not always mean better accessibility.



On 10/16/18, Haim Roman < <EMAIL REMOVED> > wrote:
> Wave flags the following errors/warning about the reCaptcha in our site:
>
> - No LABEL tag.
> - There is an inline frame (iframe).
>
> Should I ignore it? Use a different captcha? Something else?
> I searched the web, but I'd like info that I know is up-to-date.
>
> In case it matters, here's how it's included in our HTML. First, within
> the HEAD block, we have:
>
> <script src='https://www.google.com/recaptcha/api.js?hl=en'></script>
>
>
> Then, in a FORM block in our BODY block, we have the following (I obscured
> our site key):
>
> <div class="g-recaptcha" data-sitekey="KKKK"></div>
>
>
> Thanks
> > Howard (Haim) Roman -- <EMAIL REMOVED> -- 052-8-592-599 -- חיים רומן
> LinkedIn: https://www.linkedin.com/in/haimroman
> > > > >


--
Work hard. Have fun. Make history.