adhocracy
adhocracy copied to clipboard
a11y
Accessibility is very important. If we want to work with public institutions it becomes even more so. So we should try to comply to basic accessibility guidelines. Most importantly:
- write semantic HTML (
header,nav,aside,em,strong, ...) - give textual representations for images, audio and video
As we do not only produce static HTML but a "Rich Internet Application Accessibility" we should also take ARIA guidelines into account:
- http://www.w3.org/TR/wai-aria/
- http://www.w3.org/WAI/PF/aria-practices/
- http://dev.w3.org/html5/markup/aria/aria.html