Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

embuguacu.sp.gov.br/noticias/esportes-e-lazer/handeb
ol-62594

78.22 66 172
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 3 26 395 791
26 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', ''); </script>]]>
395 <![CDATA[<script> function resizePhoto(img) { var container = document.querySelector(".gallery-photos"); var rowGap = parseInt(window.getComputedStyle(container).getPropertyValue("grid-row-gap")); var autoRows = parseInt(window.getComputedStyle(container).getPropertyValue("grid-auto-rows")); var span = Math.floor((img.getBoundingClientRect().height + rowGap) / (autoRows + rowGap)); img.parentElement.style.gridRowEnd = 'span ' + span; } </script>]]>
791 <![CDATA[<script> var urls = { api: `//ecrie.com.br/`, site: ``, } </script>]]>