Book Image

Joomla! Accessibility

Book Image

Joomla! Accessibility

Overview of this book

Understanding how to create accessible websites is an essential skill these days . You may even be obliged by law to create websites that are usable by the widest audience, including people with a range of disabilities.This book looks at what accessibility is and the various reasons, such as legislative or legal, as to why you really need to understand accessibility and then create websites that can be used by everyone. This book therefore examines the diverse range of user requirements that need to be considered for humans to successfully use web technologies.If you have no experience of being around, or working with, people with disabilities then it can be very difficult to successfully design user interfaces that cover their needs. This book will show you how you can both understand some of the various needs of people with disabilities and the technology they use to interact with computers and the Web.
Table of Contents (11 chapters)
Joomla! Accessibility
Credits
About the Author
About the Reviewers
Preface

Describe What it is, Not How it Looks


We often format a piece of written content by changing the way it looks. For example, we may increase a heading's font size so it looks prominent and important, or highlight the text with a bright color or use bold or italics for emphasis.

So how do you describe the importance of these big headings or imply expressions like emphasis to someone who cannot see? One of the most important rules when creating accessible content is to describe what the text means in terms of importance, not just how it looks. Leave how it looks to the template designer (and if you are the template designer, then leave it until the next chapter!).

So how do you describe what something is or what it means, rather than just how it looks? How can you make a browser, interpret that meaning correctly? This is what HTML does very well.

Note

One of the first things you learn when you build accessible websites is that you should separate the structure (which describes what a piece of...