- Issue created by @stsharp
- πΊπΈUnited States jenna.tollerson Atlanta, Georgia, USA
Hi there, thank you for your report.
Unfortunately, that code comes directly from Google's script upstream and cannot be removed. As discussed in #3468147 π¬ Document API/pricing requirements Fixed , Google stopped supporting Google Website Translator in 2019, so I don't imagine they'll be making any changes.
I thought about hiding this form with styles, but in all of my tests it looks like the entire ratings form is already hidden with
display: none;
and as such won't have any real accessibility impact. Despite loading translations in different browsers, I can't get the ratings form or a prompt to rate the translation to appear.I will note that these Missing form label errors don't show up in a Lighthouse accessibility report run against http://franklin.uga.edu, likely because of the
display: none;
already applied. It seems WAVE is being imprecise and giving you a false positive.