Sites Pertecentes a (o) RS
Endereço | Nota | Erros | Avisos |
---|---|---|---|
www.westfalia.rs.gov.br/parcerias/formulario-parceria
|
88.22 | 7 | 154 |
Recomendações Avaliadas | |||||
---|---|---|---|---|---|
2.2 Garantir que os objetos programáveis sejam acessíveis. |
Recomendações
Número | Descrição | Quantidade | Linhas Código Fonte |
---|---|---|---|
2.2.6 | Presença do elemento SCRIPT sem o elemento NOSCRIPT | 2 | 44 525 |
44 | <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QJKHML29KD'); </script>]]> |
525 | <![CDATA[<script> $('#formCadastrar').on('submit', onSubmitForm); function onSubmitForm() { event.preventDefault(); grecaptcha.ready(function () { grecaptcha.execute("6LcLTt8bAAAAAIc_08FUa1cz2LIGK8jc3S7CREt6", {action: 'social'}).then(function (token) { let input = $('#recaptcha'); if (!input.length) { input = '<input type="hidden" name="recaptcha" value="${token}">'; $('form').prepend(input); } else { $(input).val(token); } $("#formCadastrar").off("submit", onSubmitForm); $("#formCadastrar").submit(); }) }) } </script>]]> |