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

Sites Pertecentes a (o) SP

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 392 773
26 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', ''); </script>]]>
392 <![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>]]>
773 <![CDATA[<script> var urls = { api: `//ecrie.com.br/`, site: ``, } </script>]]>