Sites Pertecentes a (o) MG
Endereço | Nota | Erros | Avisos |
---|---|---|---|
itambacuri.mg.gov.br/convenios |
85.08 | 16 | 46 |
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 | 307 |
1.1.4 | Presença de CSS(s) interno | 1 | 34 |
1.1.6 | Presença de javascript(s) interno | 2 | 435 459 |
307 | <![CDATA[<table id="datatable" class="table" style="width:100%"> <thead> <tr> <th scope="col"> Título </th> <th scope="col"> Data </th> <th scope="col"> Ação </th> </tr> </thead> <tbody></tbody> </table>]]> |
34 | <![CDATA[<style> :root { --color__1: #0078d4; --color__2: #1490df; } </style>]]> |
435 | <![CDATA[<script> $(document).ready(function () { var dt = $('#datatable').DataTable({ "processing": true, "stateSave": true, "serverSide": true, "scrollX": true, "language": {"url": 'https://cdn.datatables.net/plug-ins/1.10.19/i18n/Portuguese-Brasil.json'}, "ajax": "https://itambacuri.mg.gov.br/convenios/get", "columns": [ {"data": "titulo"}, {"data": "data"}, {"data": "action", name: "action", orderable: false, searchable: false, class: "text-center"}, ] }); }); </script>]]> |
459 | <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]> |