SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
7.
PROGRAMADOR BACK-END
.NET (C#)
writer.RenderBeginTag(HtmlTextWriterTag.Li);
IDictionary<HtmlTextWriterAttribute, string> attributeList = new
Dictionary<HtmlTextWriterAttribute, string>();
attributeList.Add(HtmlTextWriterAttribute.Href, subDomainNameAuth);
WriteHTMLTag(HtmlTextWriterTag.A, attributeList , regionLink.RegionName,
writer);
writer.RenderEndTag();
Links que no son links
<a id="ToppageUC1_Mainmenubuild2_BemestingButton1_Lin kButton1"
class="MenuButton" href="javascript:__doPostBack('ToppageUC1$Mainmenu
build2$BemestingButton1$LinkButton1','')">Inicio</a>
HTML: <li><a href="index.html">Un simple link</a></li>
¡El enemigo!
8.
MAQUETADOR (FRONT-END)
Deberían ser nuestros amigos.
“Claramente no se nada
sobre accesibilidad”
“ARIA, me suena”
http://www.wordsbyf.at/2012/05/21/jsconf-argentina-2012/
9.
MAQUETADOR (FRONT-END)
Reclaman que falta información.
Ejemplos prácticos en lugar de “listas
de cosas que hiciste mal”.
Video-tutoriales de uso de screen
readers.
Prioridades: ¿qué es lo más
importante que tengo que hacer?
http://paulirish.com/2012/accessibility-and-developers/
11.
SETENTA MIL PESOS
https://github.com/mercadolibre/chico/issues/632
12.
MAQUETADOR (FRONT-END)
No validan en W3C. Validan cross-browser.
+
¿Enseñarles lectores de pantalla, en lugar de
mostrar cuantos errores de validación tienen?
13.
CLIENTES
SEO: ¡El enemigo!
¿La ley argentina?
¿ Sirven los argumentos de “business case”?
Piden accesibilidad en el requerimiento,
pero después ¿lo auditan?
http://www.w3.org/WAI/bcase/Overview#custom