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

Sites Atualizados

Lista dos novos sites adicionados a plataforma na última atualização

Endereço Nota Erros Avisos

www.diariooficial.sp.gov.br/FaleConosco.aspx

82.74 14 56
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 1 293
1.1.4 Presença de CSS(s) interno 1 403
1.1.6 Presença de javascript(s) interno 4 13 19 365 377
293 <![CDATA[<span class="dropdown-toggle" style="cursor: pointer;" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="fas fa-user-circle"></i> ;Minha área </span>]]>
403 <![CDATA[<style type="text/css"> .auto-style2 { height: 12px; } .auto-style9 { width: 565px; } </style>]]>
13 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-129106988-1'); </script>]]>
19 <![CDATA[<script> var $buoop = { required: { e: -4, f: -3, o: -3, s: -1, c: -3 }, insecure: true, api: 2018.12 }; function $buo_f() { var e = document.createElement("script"); e.src = "//browser-update.org/update.min.js"; document.body.appendChild(e); }; try { document.addEventListener("DOMContentLoaded", $buo_f, false) } catch (e) { window.attachEvent("onload", $buo_f) } </script>]]>
365 <![CDATA[<script> var url = $(location).attr('href'), parts = url.split("/"); $(".nav a[href$='" + parts[parts.length - 1] + "']").addClass('text-primary'); </script>]]>
377 <![CDATA[<script language="javascript"> function limitTextarea(e, textarea, maxlength) { var key = 0; var escapeKeys = '8,9,13,35,36,37,38,39,40,46'; if (!e) { if (window.event) { e = window.event; } else { return; } } if (typeof (e.keyCode) == 'number' && e.keyCode > 0) { key = e.keyCode; } else if (typeof (e.which) == 'number') { key = e.which; } else if (typeof (e.charCode) == 'number') { key = e.charCode; } else { return; } if (textarea.value.length >= maxlength) { textarea.value = textarea.value.substr(0, maxlength); if (escapeKeys.indexOf(key) > -1) { return true; } e.returnValue = false; return false; } } </script>]]>