Sites Pertecentes a (o) RS
Endereço | Nota | Erros | Avisos |
---|---|---|---|
www.riogrande.rs.gov.br/portal/ |
89.08 | 3 | 13 |
Recomendações Avaliadas | |||||
---|---|---|---|---|---|
1.1 Respeitar os Padrões Web. |
Recomendações
Número | Descrição | Quantidade | Linhas Código Fonte |
---|---|---|---|
1.1.5 | Presença de javascript(s) in-line | 1 | 80 |
1.1.6 | Presença de javascript(s) interno | 1 | 135 |
80 | <![CDATA[<a type="button" class="btn btn-default" href="#altocontraste" id="altocontraste" accesskey="3" onclick="window.toggleContrast()" onkeydown="window.toggleContrast()"> <span class="fa fa-adjust fa-lg" aria-hidden="true"></span> </a>]]> |
135 | <![CDATA[<script> if ('serviceWorker' in navigator) { navigator.serviceWorker .register('sw.js') .then(function () { console.log('Service worker registered - ccanet'); }) .catch(function () { console.warn('service worker failed'); }); } //MASCARA PARA TELEFONE function fone(){ if (document.form.inTelefone.value.length == 0){ document.form.inTelefone.value = "(" + document.form.inTelefone.value; } if (document.form.inTelefone.value.length == 3){ document.form.inTelefone.value = document.form.inTelefone.value + ") "; } if (document.form.inTelefone.value.length == 9){ document.form.inTelefone.value = document.form.inTelefone.value + "-";} } //MASCARA PARA CPF function cpf(){ if (document.form.inCnpjCpf.value.length == 3){ document.form.inCnpjCpf.value = document.form.inCnpjCpf.value + "."; } if (document.form.inCnpjCpf.value.length == 7){ document.form.inCnpjCpf.value = document.form.inCnpjCpf.value + "."; } if (document.form.inCnpjCpf.value.length == 11){ document.form.inCnpjCpf.value = document.form.inCnpjCpf.value + "-";} } </script>]]> |