|
Menu |
|
|
 |
|
|
Web Accessibility: Appropriate Content
Provide Appropriate Content
- Include links to other versions of content, such as translations. For example, the link "Refer to the French version of this document" links to the French version.
- Indicate content type or language through markup (e.g., in HTML use TYPE and HREFLANG).
- Use content negotiation to serve content per the client request. For example, serve the French version of a document to clients requesting French.
[ From http://www.w3.org/TR/WCAG10-CORE-TECHS/#content-negotiation ]
|