Sites Pertecentes a (o) SE
Endereço | Nota | Erros | Avisos |
---|---|---|---|
itaporanga.se.gov.br/esic/itaporanga-pm/estatistica/ |
78.82 | 8 | 17 |
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 | 110 111 112 |
1.1.6 | Presença de javascript(s) interno | 1 | 75 |
110 | <![CDATA[<img width="20" height="20" style="background-color:#006699">]]> |
111 | <![CDATA[<img width="20" height="20" style="background-color:#FF9900">]]> |
112 | <![CDATA[<img width="20" height="20" style="background-color:#FF0000">]]> |
75 | <![CDATA[<script> $(document).ready(function () { var bar = new RGraph.Bar({ id: 'cvs', data: [[17,16,1], [8,8,0], [19,2,0], [11,0,0], [1,0,0]], options: { colors: ['Gradient(white:#006699:#006699)', 'Gradient(white:#FF9900:#FF9900)','Gradient(white:#FF0000:#FF0000)'], gutter: { top: 15, left: 50, right: 115 }, background: { grid: { vlines: false, border: false } }, ymax: 29, noyaxis: false, ylabels: true, labels: { self: [], above: true }, linewidth: 2, hmargin: 15 } }).draw() !RGraph.ISOLD ? $('#cvs').addClass('animated expand') : null;; }) </script>]]> |