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

Sites Verificados

Lista com todos os sítios que foram verificados pela TIC Web Acessibilidade. Dentro de cada domínio, há informações detalhadas sobre as páginas coletadas, bem como os erros e avisos de cada uma *.

Endereço Nota Erros Avisos

transparencia.santarem.pa.gov.br/

72.71 67 161
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.4 Presença de CSS(s) interno 1 32
1.1.6 Presença de javascript(s) interno 4 33 36 747 751
32 <![CDATA[<style >[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style>]]>
33 <![CDATA[<script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = 'BtQPcoP4hvOj5pUVSAP1J65gXhWltVMtN3VKJ3Ds';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script>]]>
36 <![CDATA[<script> if (localStorage.getItem('color-theme') === 'dark') { document.documentElement.classList.add('dark'); } else { document.documentElement.classList.remove('dark') } </script>]]>
747 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
751 <![CDATA[<script> document.addEventListener('alpine:init', () => { Alpine.data('changeFont', () => ({ init(){ this.change(this.getFontSize()) }, change(number) { elements = document.body.querySelectorAll('button, label, p, h1, h2, h3, h4, h5, h6, span, small, strong, li, a') elements.forEach((item, index) => { style = window.getComputedStyle(item) fontSize = parseFloat(style.getPropertyValue('font-size')) item.style.fontSize = (fontSize + parseFloat(number)) + 'px' }) }, increase() { this.change(1) this.storage(1) }, decrease() { this.change(-1) this.storage(-1) }, storage(number) { localStorage.setItem('font-size', parseFloat(this.getFontSize()) + parseFloat(number)) }, getFontSize() { if(!localStorage.getItem('font-size')){ localStorage.setItem('font-size', 0) } return localStorage.getItem('font-size') } })) }) </script>]]>