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

sistemasweb.agricultura.gov.br/sivibe/paginaInicial.a
ction

86.89 15 215
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 3 104 117 202
1.1.4 Presença de CSS(s) interno 1 145
1.1.6 Presença de javascript(s) interno 5 22 49 63 124 213
1.1.8 Não foram respeitados os Padrões Web CSS 189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
104 <![CDATA[<div id="bloquerBrowser" class="ui-widget-overlay" style="z-index: 9998; display: none; position: fixed"> <div class="carregando"> <img src="./img/loading.gif"> </div> </div>]]>
117 <![CDATA[<label style="cursor:pointer;" class="form-label">SIVIBE</label>]]>
202 <![CDATA[<p style="font-size: small; text-align: center"> Versão: 1.0.0 - 21/12/2020 21:07:24 GMT </p>]]>
145 <![CDATA[<style> <!-- #divScroll { width:1270px; height:353px; overflow:auto; } --> </style>]]>
22 <![CDATA[<script type="text/javascript"> var jquery = jQuery.noConflict(); </script>]]>
49 <![CDATA[<script> var larguraPopup = 800; var alturaPopup = 600; </script>]]>
63 <![CDATA[<script> $.ajaxSetup({scriptCharset: "utf-8", contentType: "application/x-www-form-urlencoded; charset=UTF-8"}); function disableDragAndDrop() { if (typeof ondragenter != 'undefined') ondragenter = function () { event.dataTransfer.dropEffect = 'none'; event.stopPropagation(); event.preventDefault(); }; if (typeof ondragover != 'undefined') ondragover = function () { event.dataTransfer.dropEffect = 'none'; event.stopPropagation(); event.preventDefault(); }; if (typeof ondrop != 'undefined') ondrop = function () { event.dataTransfer.dropEffect = 'none'; event.stopPropagation(); event.preventDefault(); }; } </script>]]>
124 <![CDATA[<script type="text/javascript"> function acao(url, id) { document.base.idLocal.value = id; document.base.action = url; document.base.submit(); } </script>]]>
213 <![CDATA[<script> function logout() { document.forms[1].action = "base!logout.action"; document.forms[1].submit(); } $("a").click(function () { click = $(this).attr("onlick"); if (click == undefined && (this.href.indexOf("#") != (this.href.length - 1))) { this.href = addAplicacao(this.href); } }); function addAplicacao(uri) { sgApp = "sivibe"; if (sgApp != null && sgApp != "" && uri.indexOf(".action") > 0 && uri.indexOf("sgJAASAplicacaoPrincipal") < 0) { if (uri.indexOf("?") > 0) { uri = uri.replace(".action?", ".action?sgJAASAplicacaoPrincipal=" + sgApp + "&"); } else { uri = uri.replace(".action", ".action?sgJAASAplicacaoPrincipal=" + sgApp); } } return uri; } </script>]]>
0 Não há código fonte a ser exibido.