Difference between revisions of "Introduction to web content accessibility"

From Joomla! Documentation

m
Line 1: Line 1:
Web Accessibility is based around maintaining certain techniques in the design of a web page so as to allow people with disabilities to easy access the information contained on the page. Some of the things that effect accessibility include markup, use of javascript, image and media usage as well as basic layout techniques.
+
Web Accessibility is based around maintaining certain techniques in the design of a web page to allow people with disabilities easy access to the information contained on the page. Some of the things that effect accessibility include markup, use of javascript, image and media usage as well as basic layout techniques.
  
Consider your audience... they may not be able to see, hear or move, they may have a text only browser or and older browser. Accessibility standards are designed to make web sites usable for these people and its increasingly becomeing important that Web designers and developers take note of their requirements. In fact in certain countries its a legal requirement whilst in some others there are legal precedence for the requirement of accessible web sites.
+
Consider your audience... they may not be able to see, hear or move, they may have a text only browser or an older browser. Accessibility standards are designed to make web sites usable for these people and it's becoming increasingly important that Web designers and developers take note of their requirements. In fact in certain countries it's a legal requirement whilst in others there are legal precedence for the requirement of accessible web sites.

Revision as of 07:45, 22 April 2009

Web Accessibility is based around maintaining certain techniques in the design of a web page to allow people with disabilities easy access to the information contained on the page. Some of the things that effect accessibility include markup, use of javascript, image and media usage as well as basic layout techniques.

Consider your audience... they may not be able to see, hear or move, they may have a text only browser or an older browser. Accessibility standards are designed to make web sites usable for these people and it's becoming increasingly important that Web designers and developers take note of their requirements. In fact in certain countries it's a legal requirement whilst in others there are legal precedence for the requirement of accessible web sites.