Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/01/2006, 12:12
Avatar de Seppo
Seppo
 
Fecha de Ingreso: marzo-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.284
Antigüedad: 19 años, 1 mes
Puntos: 17
Accesibilidad 1 (testings y otros insalvables)

Después de esforzarme por tener la menor cantidad de problemas de accesibilidad, estoy por rendirme...

A nivel Normal sin errores veo que se puede llegar.
A nivel 1 me parece prácticamente imposible...

Mi página http://fullpcinformatica.com.ar/marcar/index.php
Hoja de estilo http://fullpcinformatica.com.ar/marc...lo/estilos.css

¿Cómo puedo hacer para solucionarlos?
La valdiación nivel 1 me tira

línea 6 columna 1 - Acceso: [6.1.1.1]: style sheets require testing (link).
Código HTML:
<link href="estilo/estilos.css" rel="stylesheet" type="text/css"> 
¿Cómo hago el link?

línea 14 columna 2 - Acceso: [6.1.1.3]: style sheets require testing (style attribute).
línea 16 columna 2 - Acceso: [6.1.1.3]: style sheets require testing (style attribute).
línea 17 columna 2 - Acceso: [6.1.1.3]: style sheets require testing (style attribute).
Código HTML:
 <input type="text" name="usuario" class="textForm" style="width:70px "><br />

	<input type="password" name="clave" class="textForm" style="width:70px "><br /></p>
	<p style="float:right "><input name="submit" type="submit" value="Entrar" class="buttonForm">&nbsp;</p> 
¿Cómo uso los styles?

línea 14 columna 2 - Acceso: [2.1.1.5]: ensure information not conveyed through color alone (input).
línea 16 columna 2 - Acceso: [2.1.1.5]: ensure information not conveyed through color alone (input).
línea 17 columna 26 - Acceso: [2.1.1.5]: ensure information not conveyed through color alone (input).

(las mismas líneas que antes) y con problemas similares.......

Gracias