Sites Pertecentes a (o) SC
Endereço | Nota | Erros | Avisos |
---|---|---|---|
aluno.criciuma.sc.gov.br/componente-curricular/matem
|
71.83 | 13 | 62 |
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 | 17 253 |
17 | <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-10896942-20'); </script>]]> |
253 | <![CDATA[<script type="text/javascript"> mybutton = document.getElementById("topo"); window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "flex"; } else { mybutton.style.display = "none"; } } function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } </script>]]> |