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 |
---|---|---|---|
www.causp.gov.br/?cat=32&paged=2 |
78.6 | 99 | 1.390 |
Recomendações Avaliadas | |||||
---|---|---|---|---|---|
6.4 Não provocar automaticamente alteração no contexto. |
Recomendações
Número | Descrição | Quantidade | Linhas Código Fonte |
---|---|---|---|
6.4.1 | Presença do elemento FORM e nos seus elementos a existência do atributo ONCHANGE, ONBLUR,ONFOCUS, ONFORMCHANGE, ONFORMINPUT , ONINPUT , ONINVALID , ONRESET , ONSELECT, ONSUBMIT, ONKEYDOWN , ONKEYPRESS, ONKEYUP, ONCLICK exceto elementos INPUT com type BUTTON, SUBMIT, RESET | 5 | 865 865 1058 1110 1110 |
865 | <![CDATA[<input type="text" size="put_a_size_here" name="s" id="s" value="Pesquisar" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/>]]> |
865 | <![CDATA[<input type="text" size="put_a_size_here" name="s" id="s" value="Pesquisar" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/>]]> |
1058 | <![CDATA[<select id="menu3" name="menu3" onchange="if(menuform.menu3.options[menuform.menu3.selectedIndex].value != '#'){window.open(menuform.menu3.options[menuform.menu3.selectedIndex].value);} return false;"></select>]]> |
1110 | <![CDATA[<input type="text" size="put_a_size_here" name="s" id="s" value=" Pesquisar" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" style="font-weight: bold; border-radius: 2px; color:#006871;">]]> |
1110 | <![CDATA[<input type="text" size="put_a_size_here" name="s" id="s" value=" Pesquisar" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" style="font-weight: bold; border-radius: 2px; color:#006871;">]]> |