Return to Video

Why Learn Web Accessibility?

  • 0:01 - 0:09
    [♪♪]
  • 0:09 - 0:12
    You may have heard of
    accessibility in the past
  • 0:12 - 0:16
    or maybe you heard somewhere
    that your website should be accessible,
  • 0:16 - 0:18
    but what does that even mean?
  • 0:18 - 0:22
    The idea of anyone being able
    to use a website sounds simple enough,
  • 0:22 - 0:25
    but it's more nuanced than that.
  • 0:25 - 0:27
    There are lots of people in the world,
  • 0:27 - 0:30
    and there's many considerations to be made.
  • 0:30 - 0:31
    In general though,
  • 0:31 - 0:35
    there is one guiding principle
    that should make accessibility
  • 0:35 - 0:38
    a lot easier
    for anyone to understand.
  • 0:38 - 0:44
    Web standards and best practices
    tend to lead towards more accessible websites
  • 0:44 - 0:45
    and vice versa.
  • 0:45 - 0:49
    Designing a website to be
    accessible tends to lead you
  • 0:49 - 0:52
    towards web standards
    and best practices.
  • 0:52 - 0:57
    For example, screen reading software
    that assists users with visual impairments
  • 0:57 - 1:01
    can sometimes have difficulty
    when tables are used for layout
  • 1:01 - 1:04
    rather than being used
    for tabular data.
  • 1:04 - 1:07
    There are many different types
    of impairments that encompass
  • 1:07 - 1:11
    vision, hearing, motor skills, and more.
  • 1:11 - 1:14
    We'll learn about
    specific techniques to accommodate
  • 1:14 - 1:16
    all these different types of users.
  • 1:16 - 1:19
    Before we get into
    the technical details,
  • 1:19 - 1:23
    let's back up because sometimes
    web developers and designers wonder
  • 1:23 - 1:27
    why they should be so concerned
    with accessibility in the first place.
  • 1:27 - 1:28
    There are numerous reasons,
  • 1:28 - 1:31
    but here are three
    really important ones.
  • 1:31 - 1:35
    First and most importantly,
    it's just the right thing to do.
  • 1:35 - 1:39
    The web represents
    a giant leap forward in the quality of life
  • 1:39 - 1:41
    for people with disabilities.
  • 1:41 - 1:45
    For example, before the advent
    of online news and screen readers,
  • 1:45 - 1:49
    it was difficult, expensive,
    and oftentimes impossible
  • 1:49 - 1:53
    for a person with visual impairments
    to read a daily newspaper.
  • 1:53 - 1:56
    That alone should be reason enough.
  • 1:56 - 1:58
    Second, as I mentioned earlier,
  • 1:58 - 2:02
    building accessible websites
    has a tendency to lead towards HTML markup
  • 2:02 - 2:08
    that is semantic and easy for everyone,
    even computers, to understand and interpret.
  • 2:08 - 2:12
    Every designer and developer
    should understand the importance of this.
  • 2:12 - 2:16
    Lastly, you can get into trouble legally
    if you're not careful.
  • 2:16 - 2:19
    Many countries have laws
    that require government agencies
  • 2:19 - 2:24
    along with public and private organizations
    to maintain web content
  • 2:24 - 2:28
    that is accessible to people
    of all abilities and disabilities.
  • 2:28 - 2:32
    In the year 2000,
    a blind Australian man engaged in a court case
  • 2:32 - 2:35
    against the Sydney organizing committee
    of the Olympic Games,
  • 2:35 - 2:41
    and he won the case because,
    under the Australian Disability Discrimination Act of 1992,
  • 2:41 - 2:44
    the official website
    of the Sydney Olympic Games
  • 2:44 - 2:49
    failed to provide
    adequate accessibility to blind users.
  • 2:49 - 2:51
    Legal disputes of this nature
    can be extremely costly,
  • 2:51 - 2:57
    but they're also so easily avoidable
    by simply providing accessible content.
  • 2:57 - 3:00
    As we'll learn,
    it's not as difficult as it might seem.
  • 3:00 - 3:04
    Whether you're creating a new website
    or even if you're updating an old one,
  • 3:04 - 3:09
    you should familiarize yourself
    with the local and federal laws
  • 3:09 - 3:11
    that the website
    will be subjected to.
  • 3:11 - 3:14
    Here are a few documents
    to help you get started.
  • 3:14 - 3:18
    The World Wide Web Consortium,
    or W3C for short,
  • 3:18 - 3:24
    is an organization that sets the rules
    for HTML, CSS, and many other standards.
  • 3:24 - 3:29
    A W3C project known as
    the Web Accessibility Initiative, or WAI,
  • 3:29 - 3:37
    published the first version of the
    Web Content Accessibility Guidelines, or WCAG, in 1999.
  • 3:37 - 3:40
    Since then
    and especially in recent years,
  • 3:40 - 3:44
    it has been accepted as the gold standard
    for creating accessible websites.
  • 3:44 - 3:46
    By the end of 2008,
  • 3:46 - 3:53
    the WCAG 2.0 had been released
    by the WC3 as a recommendation.
  • 3:53 - 3:57
    I highly recommend that you take a look
    at this document and read it over.
  • 3:57 - 3:58
    It is lengthy,
  • 3:58 - 4:01
    and we cover quite a bit
    of the information it contains.
  • 4:01 - 4:05
    But even so,
    you should at least look at it for reference.
  • 4:05 - 4:11
    In 1998, the United States Congress amended
    The Rehabilitation Act of 1973
  • 4:11 - 4:15
    to include Section 508
    which requires federal agencies
  • 4:15 - 4:19
    to make electronic information accessible
    to people with disabilities.
  • 4:19 - 4:21
    The portions regarding web technology
  • 4:21 - 4:27
    are based on the guidelines developed
    by the Web Accessibility Initiative of the W3C,
  • 4:27 - 4:31
    and this is also the case for laws
    and regulations around the world.
  • 4:31 - 4:32
    In the UK, for instance,
  • 4:32 - 4:38
    the Publicly Available Specification,
    or PAS 78, published in 2006
  • 4:38 - 4:41
    also references the WAI guidelines.
  • 4:41 - 4:46
    This is also true in Canada, Spain, Japan,
    and many other countries.
  • 4:46 - 4:49
    But even so, you should
    study the laws that are local to your country
  • 4:49 - 4:52
    and strive to comply with them.
  • 4:52 - 4:55
    Accessibility might seem
    difficult or confusing right now,
  • 4:55 - 4:59
    but we'll go through everything
    one step at a time.
  • 4:59 - 5:02
    [♪♪]
Title:
Why Learn Web Accessibility?
Description:

There are many people in the world and considerations must be made to make content accessible. A few guiding principles should help unravel the how and the why of accessibility. Other videos @ http://teamtreehouse.com

Like Us on Facebook- http://www.facebook.com/TeamTreeHouse

Follow Us on Twitter- http://www.twitter.com/treehouse

more » « less
Video Language:
English
Duration:
05:02

English subtitles

Revisions