Clicksco / Front-End

Organisation Front End Documentation & Tooling
http://docs.clicksco.com/frontend
2 stars 1 forks source link

You MUST provide alt tag values when adding an image element #75

Closed BenjaminRCooper closed 10 years ago

BenjaminRCooper commented 10 years ago

Providing meaningful alternative text for images allows for a textual alternative for assistive technology users.

Example:

<img src="logo.svg" alt="Clicksco" />
lewismorris commented 10 years ago

+1

timgale commented 10 years ago

+1

BenjaminRCooper commented 10 years ago

Implemented