AgID / agid-forms-frontend

General purpose custom CMS to store authenticated form data (Gatsby frontend)
European Union Public License 1.2
5 stars 2 forks source link

14 - Eliminazione errore W3C - Bad value _hjRemoteVarsFrame for attribute name on element iframe #83

Open Git30072019 opened 4 years ago

Git30072019 commented 4 years ago

Comportamento atteso

Eliminare errore W3C

Comportamento attuale

Effettuando il test W3C (https://validator.w3.org/#validate_by_input) viene segnalato l'errore: Bad value _hjRemoteVarsFrame for attribute name on element iframe

Possibili soluzioni

In <iframe name="_hjRemoteVarsFrame" title="_hjRemoteVarsFrame"; rinominare il valore _hjRemoteVarsFrame del name; senza underscore è accettato (hjRemoteVarsFrame)

Contesto

pdavide commented 4 years ago

L'errore proviene dalla servizio Hotjar incluso nella pagina. Si tratta di un valore non valido ma innocuo.

Non sembra che possa avere un impatto in termini di accessibilità.