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

educacaoconectada.mec.gov.br/o-programa/articuladores

89.4 16 69
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 5 244 252 1071 1147 1160
244 <![CDATA[<script type="text/javascript"> jQuery(document).ready(function() { jQuery('#tableArticuladores').DataTable(); } ); </script>]]>
252 <![CDATA[<script type="text/javascript"> jQuery(document).ready(function () { jQuery("#dataTables").dataTable( { "oLanguage" : { "sEmptyTable": "Nenhum registro encontrado", "sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registros", "sInfoEmpty": "Mostrando 0 até 0 de 0 registros", "sInfoFiltered": "(Filtrados de _MAX_ registros)", "sInfoPostFix": "", "sInfoThousands": ".", "sLengthMenu": "_MENU_ resultados por página", "sLoadingRecords": "Carregando...", "sProcessing": "Processando...", "sZeroRecords": "Nenhum registro encontrado", "sSearch": "Pesquisar", "oPaginate": { "sNext": "Próximo", "sPrevious": "Anterior", "sFirst": "Primeiro", "sLast": "Último" }, "oAria": { "sSortAscending": ": Ordenar colunas de forma ascendente", "sSortDescending": ": Ordenar colunas de forma descendente" }, "select": { "rows": { "_": "Selecionado %d linhas", "0": "Nenhuma linha selecionada", "1": "Selecionado 1 linha" } }, "buttons": { "copy": "Copiar para a área de transferência", "copyTitle": "Cópia bem sucedida", "copySuccess": { "1": "Uma linha copiada com sucesso", "_": "%d linhas copiadas com sucesso" } } } }); var table = jQuery('#dataTables').DataTable(); var estado,funcao = ''; //Filtra dos dados ao clicar no botão "Pesquisar" jQuery('#pesquisar').on('click', function () { estado = jQuery('#cb-estado :selected').text(); funcao = jQuery('#cb-funcao :selected').text(); if (estado == 'Selecione o estado') { estado = ''; } if (funcao == 'Selecione a função') { funcao = ''; } table.columns(2).search(estado); table.columns(1).search(funcao); table.columns(0).search(jQuery('#inp-nome').val()); table.draw(); }); //Filtra dos dados ao clicar "Enter" jQuery('input[type=text]').on('keydown', function(e) { if (e.which == 13) { e.preventDefault(); table.columns(2).search(estado); table.columns(1).search(funcao); table.columns(0).search(jQuery('#inp-nome').val()); table.draw(); } }); /*//Filtra dos dados independetes jQuery('#cb-estado').on('change', function () { table.columns(2).search( this.value ).draw(); }); jQuery('#cb-funcao').on('change', function () { table.columns(1).search( this.value ).draw(); } ); jQuery('#inp-nome').on('change', function () { table.columns(0).search( this.value ).draw(); } );*/ }); </script>]]>
1071 <![CDATA[<script type="text/javascript"> function showUrl() { var urlSite = document.URL; var titleSite = document.title; document.getElementById("novo-btn-wpp").href = 'whatsapp://send?text='+urlSite; document.getElementById("novo-btn-face").href = 'https://www.facebook.com/sharer/sharer.php?u='+urlSite; document.getElementById("novo-btn-gplus").href = 'https://plus.google.com/share?url='+urlSite; document.getElementById("novo-btn-twitter").href = 'https://twitter.com/intent/tweet?text='+titleSite+'&url='+urlSite+'&via=mec_comunicacao'; } showUrl(); function popupwindow(url, title, w, h) { var left = (screen.width/2)-(w/2); var top = (screen.height/2)-(h/2); return window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left); } </script>]]>
1147 <![CDATA[<script type="text/javascript"> jQuery(".logoMenu a").attr("href", "index.php#ancora"); </script>]]>
1160 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-49356531-23'); </script>]]>