recordar

Debug images without alt attribute with CSS

TIL: Pequeño tip, debuguear imagenes que no tienen el atributo alt usando CSS.

img:not([alt]) {
  outline: 2px dashed pink;
}

Publicado el por José Leiva

Tags: CSS, A11y, HTML, Accesibilidad, TIL