Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) MS

Recomendações Avaliadas
1.4 Ordenar de forma lógica e intuitiva a leitura e tabulação.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.4.3 Presença do atributo tabindex 4 120 124 129 142
120 <![CDATA[<input type="text" name="nome" size="90" maxlength="100" class="txtboxIndex" style="width:400" tabindex="1" />]]>
124 <![CDATA[<input type="text" name="email" size="90" maxlength="50" class="txtboxIndex" style="width:400" tabindex="2" />]]>
129 <![CDATA[<input type="text" name="cidade" size="39" maxlength="50" class="txtboxIndex" style="width:150" disabled="disabled" value="Campo Grande" tabindex="3" />]]>
142 <![CDATA[<textarea name="comentarios" cols="88" rows="8" class="txtboxIndex" style="width:400" tabindex="4"></textarea>]]>