adhocracy icon indicating copy to clipboard operation
adhocracy copied to clipboard

a11y

Open xi opened this issue 12 years ago • 0 comments

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

xi avatar Jul 18 '13 11:07 xi