Closed IdaAkiwumi closed 4 years ago
Hmm, this looks like markup from a recaptcha form that shouldn't be there. I recently applied some changes to how the recaptcha form is handled; can you double check to see if you're still seeing this from the home page?
This is what shows up now after refreshing the page and using the tool again.
And this is what the WAVE tool is saying about this. Hope this helps:
It's also still highlighting that code:
Update: This is also happening on the other main pages. Safe to assume it's on the whole website.
It's odd to me that WAVE is still flagging it, as screen readers will never see this form due to it having the visibility: hidden
. Their own documentation recommends this as the correct way to hide content from all users. As this is markup controlled by an external source, I'm going to let this one go.
While using the WAVE tool, I was alerted to there being a missing form label.
This is the code it's saying has an error:
<textarea id="g-recaptcha-response-100000" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;">
I think this has to do with the search form, but we can discuss this next week.