chnm / rrchnm-wordpress

0 stars 1 forks source link

homepage- Missing form label #89

Closed IdaAkiwumi closed 3 years ago

IdaAkiwumi commented 3 years ago

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.

kimisgold commented 3 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?

IdaAkiwumi commented 3 years ago

This is what shows up now after refreshing the page and using the tool again.

Screen Shot 2020-10-05 at 11 25 26 AM

And this is what the WAVE tool is saying about this. Hope this helps:

Screen Shot 2020-10-05 at 11 27 15 AM

It's also still highlighting that code: Screen Shot 2020-10-05 at 11 29 30 AM

IdaAkiwumi commented 3 years ago

Update: This is also happening on the other main pages. Safe to assume it's on the whole website.

kimisgold commented 3 years ago

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.