WebAIM - Web Accessibility In Mind

E-mail List Archives

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

for

Number of posts in this thread: 4 (In chronological order)

From: Haim Roman
Date: Tue, Oct 16 2018 4:11AM
Subject: Chrome's WAVE extension complaining about Google reCapcha v2
No previous message | Next message →

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 ADDRESS REMOVED = -- 052-8-592-599 -- חיים רומן
LinkedIn: https://www.linkedin.com/in/haimroman

From: Birkir R. Gunnarsson
Date: Tue, Oct 16 2018 5:05AM
Subject: Re: Chrome's WAVE extension complaining about Google reCapcha v2
← Previous message | Next message →

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 ADDRESS 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 ADDRESS REMOVED = -- 052-8-592-599 -- חיים רומן
> LinkedIn: https://www.linkedin.com/in/haimroman
> > > > >


--
Work hard. Have fun. Make history.

From: Jared Smith
Date: Tue, Oct 16 2018 12:12PM
Subject: Re: Chrome's WAVE extension complaining about Google reCapcha v2
← Previous message | Next message →

Haim Roman 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?

The missing label is present for a textarea within the reCaptcha. This
textarea, however, is not generally presented to end users, so is
unlikely to cause an accessibility issue.

The iframe alert is simply alerting you to the presence of the iframe
so that additional analysis could be done on the content within the
iframe.

Thanks,

Jared

From:
Date: Wed, Oct 17 2018 4:09AM
Subject: Re: Chrome's WAVE extension complaining about Google reCapcha v2
← Previous message | No next message

This means that reCapcha v2 achieved the conformance with WCAG 2.0 ?

This page does not includes reCaptcha v2:
https://www.w3.org/WAI/GL/wiki/Captcha_Alternatives_and_thoughts.

Thanks,
Zsolt


2018. 10. 16. 20:12 keltezéssel, Jared Smith írta:
> Haim Roman 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?
> The missing label is present for a textarea within the reCaptcha. This
> textarea, however, is not generally presented to end users, so is
> unlikely to cause an accessibility issue.
>
> The iframe alert is simply alerting you to the presence of the iframe
> so that additional analysis could be done on the content within the
> iframe.
>
> Thanks,
>
> Jared
> > > > --
Zsolt Edelényi
= EMAIL ADDRESS REMOVED =