SlideShare una empresa de Scribd logo
1 de 47
CN5111 – Week 9
Dr. Andres Baravalle
1
Lecture content
• Introduction to accessibility
• Web accessibility
• The WCAG initiative
• Examples
2
Learning outcomes
• This week we will be working on:
– LO2: Apply appropriate design and
specification standards
– LO4: Effectively evaluate various systems and
make appropriate design decisions
3
Introduction to accessibility
4
What is accessibility
• “Accessibility is a general term used to
describe the degree to which a product,
device, service, or environment is
accessible by as many people as possible”
(Wikipedia)
5
ISO 16071 (2003)
• Accessibility is the “usability of a product,
service, environment or facility by people
with the widest range of capabilities”
6
ISO 13407
• "The usability of an interface is a measure
of the effectiveness, efficiency and
satisfaction with which specified users
can achieve specified goals in a
particular environment with that
interface." (ISO 13407).
7
Accessibility and usability
• Tying in usability’s definition (ISO 13407),
we can say that:
• "The accessibility of an interface is a
measure of the effectiveness, efficiency
and satisfaction with which people with the
widest range of capabilities can achieve
specified goals in a particular environment
with that interface."
8
Accessibility and usability
• If accessibility and usability are a
measure, you have to be able to establish
their magnitude, relative to a unit of
measurement
9
Accessibility is about multiple
paths (1)
• An accessible artefact must support
multiple paths to achieve the same task
– For example, you (often) can use a mobile
phone through voice recognition or using the
hardware interface
• An interface is accessible to an audience
when there is at least one path which can
be usable by each individual within the set
of intended users
10
Accessibility is about multiple
paths (2)
• To ensure accessibility, interaction paths should
be based on the characteristics of:
– Users
– Interfaces
– Goals
• A vocal interface to a hammer might not
increase its accessibility
• A vocal interface for a computer is likely to be
more useful
11
Web accessibility
12
Web accessibility: introduction
• The World Wide Web was conceived by Tim Berners Lee
in a scientific environment and was intended to be used
to exchange ideas freely among the scientific
community.
• The original form of the HyperText Markup Language
(HTML), the language used to build web pages, provided
structured documentation around headings, paragraphs
and other structures that define the information content
of a textual document.
• Presentation was a secondary concern.
13
Web accessibility: introduction
(2)
• As the internet grew and access to computer
networks widened, people other than scientists
were able to access the Web and new
professional figures, in charge of developing
web pages, emerged.
• The focus shifted a little from content towards
presentation: web pages started to be more
appealing and rich with graphics.
14
Focus on content vs. focus on
presentation
15
Improving presentation with
HTML 4.x
• Widespread techniques include:
– Proprietary, non-standard and browser-specific extensions to the
HTML standard, for adding formatting properties (e.g. the tags
<wbr> and <nobr>)
– Using images (with a wider font selection) for rendering text to
replace plain text on the page
– Using images to create graphical elements for presentation,
such as ‘fancy’ borders around the page
– Using data tables for page layout structures, often with blank
images to control the white space
– Using plugins or scripting to produce additional effects not
provided by HTML
16
Consequences (some
examples)
• Inconsistencies amongst browsers: due to the use of
proprietary tags, different browsers could be showing the
content quite differently
• Accessibility was strongly affected by the unexpected
use of HTML tags. HTML tags carry a semantic meaning:
<h1> for example, refers to a page heading, and should
not be used just to make text bigger.
• Using tables for layout, or images for borders, was
overloading the tags with functions that they didn’t
originally have.
17
Disabilities that can affect web
access (non-exaustive list)
• Hearing disabilities (people who are deaf, hard of
hearing, or hearing impaired)
• Visual disabilities (people who are blind, colour-blind or
visually impaired)
• Mobility disabilities (people who are physically disabled
or with impaired motor skills)
• Learning disabilities (such as people with dyslexia).
• It has been estimated that between 15% and 30% of
world population, and almost 10% of internet users,
has some kind of disability
18
That was wrong!
• A series of “magic numbers” - numbers that
appeared by “magic” - were used in the previous
slide
• Never forget to include appropriate references
and support your statements with relevant
quotes
• Thatcher, J., Waddell, C., Henry, S., Swierenga,
S., Urban, M., Burks, M. and Bohman, P. (2003)
Constructing Accessible Websites, Apress,
chapter 1.
19
Why web accessibility is so
important
• As the Web displaces more traditional
information sources and becomes a key
resource for information, commerce,
entertainment, distance learning, job
searching and government services, it
becomes more important that everyone
has access to it.
20
Making the web accessible
• Accessible websites and Web applications, where
people with disabilities can perceive, understand,
navigate, and interact
• Accessible user-agents, such as Web browsers and Web
applications in general (such as rich media players), that
can be used effectively by people with disabilities, and
that work well with assistive technologies that some
people with disabilities use to access the Web
• Accessible Web authoring tools, which support the
production of accessible Web content and websites, and
that can be used effectively by people with disabilities.
21
The WCAG initiative
22
WCAG guidelines
• The Web Content Accessibility Guidelines
have been compiled by the Web
Accessibility Initiative project (WAI - W3C)
to explain how to make web content
accessible
23
WCAG guidelines: #1
• Provide equivalent alternatives to auditory
and visual content.
24
WCAG guidelines: #2
• Don't rely on color alone
25
WCAG guidelines: #3
• Use markup and style sheets and do so
properly
26
WCAG guidelines: #4
• Clarify natural language usage
27
WCAG guidelines: #5
• Create tables that transform gracefully
28
WCAG guidelines: #6
• Ensure that pages featuring new
technologies transform gracefully
29
WCAG guidelines: #7
• Ensure user control of time-sensitive
content changes
30
WCAG guidelines: #8
• Ensure direct accessibility of embedded
user interfaces
31
WCAG guidelines: #9
• Design for device-independence
32
WCAG guidelines: #10
• Use interim solutions
33
WCAG guidelines: #11
• Use W3C technologies and guidelines
34
WCAG guidelines: #12
• Provide context and orientation
information
35
WCAG guidelines: #13
• Provide clear navigation mechanisms
36
WCAG guidelines: #14
• Ensure that documents are clear and
simple
37
Examples
38
Examples
• The next examples are for discussion
• Which ones are usable?
• Which ones are accessbile?
• WHY?
39
Example 1: CAPTCHAs
• CAPTCHAs are commonly used as a
countermeasure to the action of robots, software
that crawls the Web to gather information or to
post content.
• CAPTCHAs, used together with an
authentication system, (should) ensure that
robots can’t post content or access some areas
of a website.
40
Example 2: Drop-down menu at
Adobe.com
41
Example 3: auto-completion at
script.aculo.us
42
Example 4: Mojo
• <div dojoType="dijit.layout.BorderContainer" design="sidebar"
liveSplitters="false">
• <div dojoType="dijit.layout.ContentPane" region="leading">
• <div id="feature-menu"> <div class="cp" id="DojoLinkPane"> <div
class="cpContent"> <div
dojoType="dojoc.sandbox.menu.AccordionMenu" id="DojoMenu"
store="navStore" init="Dojo [...]
• (see
http://dojocampus.org/explorer/#Dojox_Image_Lightbox_Grouped)
43
Example 5: script.aculo.us
• <div class="c">
• <div class="example" id="demo-effect-blinddown"
onclick="new Effect.BlindDown(this)"> <div
style="height: 120px;"> <img
src="http://script.aculo.us/images/demo-logo.gif" alt="">
• <span>Click for Effect.BlindDown demo</span> </div>
[...]
• (see
http://wiki.github.com/madrobby/scriptaculous/combinati
on-effects-demo)
44
Testing tools
• The web developer toolbar:
– WCAG test
– No stylesheets
– Hide images
– Validate HTML/CSS
• Lynx!
45
Lynx
46
Readings
• The WCAG (Web Accessibility Initiative) website:
http://www.w3.org/WAI/
• Web Content Accessibility Guidelines 1.0
http://www.w3.org/TR/WCAG10/
• Web Content Accessibility Guidelines
2.0: http://www.w3.org/TR/WCAG20/
• Checklist of Checkpoints for Web Content Accessibility
Guidelines 1.0: http://www.w3.org/TR/WCAG10/full-
checklist.html
47

Más contenido relacionado

La actualidad más candente

User interface design: definitions, processes and principles
User interface design: definitions, processes and principlesUser interface design: definitions, processes and principles
User interface design: definitions, processes and principlesDavid Little
 
Human computer interaction
Human computer interactionHuman computer interaction
Human computer interactionemaan waseem
 
HCI 3e - Ch 6: HCI in the software process
HCI 3e - Ch 6:  HCI in the software processHCI 3e - Ch 6:  HCI in the software process
HCI 3e - Ch 6: HCI in the software processAlan Dix
 
SELECT THE PROPER KINDS OF WINDOWS
SELECT THE PROPER KINDS OF WINDOWSSELECT THE PROPER KINDS OF WINDOWS
SELECT THE PROPER KINDS OF WINDOWSDhanya LK
 
Exploring GOMs
Exploring GOMsExploring GOMs
Exploring GOMsjbellWCT
 
Accessibility and inclusive design
Accessibility and inclusive designAccessibility and inclusive design
Accessibility and inclusive designLindaHurd
 
Understanding Web Accessibility
Understanding Web AccessibilityUnderstanding Web Accessibility
Understanding Web AccessibilityAndrea Dubravsky
 
HCI : Activity 1
HCI : Activity 1 HCI : Activity 1
HCI : Activity 1 autamata4
 
Web accessibility
Web accessibilityWeb accessibility
Web accessibilityAGILEDROP
 
Introduction To Web Accessibility
Introduction To Web AccessibilityIntroduction To Web Accessibility
Introduction To Web AccessibilitySteven Swafford
 
HCI 3e - Ch 4: Paradigms
HCI 3e - Ch 4:  ParadigmsHCI 3e - Ch 4:  Paradigms
HCI 3e - Ch 4: ParadigmsAlan Dix
 
User Interface Design-Module 4 Windows
User Interface Design-Module 4  WindowsUser Interface Design-Module 4  Windows
User Interface Design-Module 4 WindowsbrindaN
 
Human Computer Interaction Chapter 5 Universal Design and User Support - Dr....
Human Computer Interaction Chapter 5 Universal Design and User Support -  Dr....Human Computer Interaction Chapter 5 Universal Design and User Support -  Dr....
Human Computer Interaction Chapter 5 Universal Design and User Support - Dr....VijiPriya Jeyamani
 
SELECT THE PROPER DEVICE BASED CONTROLS
SELECT THE PROPER DEVICE BASED CONTROLSSELECT THE PROPER DEVICE BASED CONTROLS
SELECT THE PROPER DEVICE BASED CONTROLSDhanya LK
 
HUMAN COMPUTER INTERACTION
HUMAN COMPUTER INTERACTIONHUMAN COMPUTER INTERACTION
HUMAN COMPUTER INTERACTIONJaved Ahmed Samo
 
HCI 3e - Ch 5: Interaction design basics
HCI 3e - Ch 5:  Interaction design basicsHCI 3e - Ch 5:  Interaction design basics
HCI 3e - Ch 5: Interaction design basicsAlan Dix
 
Human Computer Interaction-Basics
Human Computer Interaction-BasicsHuman Computer Interaction-Basics
Human Computer Interaction-BasicsMuhammad Asif
 

La actualidad más candente (20)

User interface design: definitions, processes and principles
User interface design: definitions, processes and principlesUser interface design: definitions, processes and principles
User interface design: definitions, processes and principles
 
Human computer interaction
Human computer interactionHuman computer interaction
Human computer interaction
 
HCI 3e - Ch 6: HCI in the software process
HCI 3e - Ch 6:  HCI in the software processHCI 3e - Ch 6:  HCI in the software process
HCI 3e - Ch 6: HCI in the software process
 
SELECT THE PROPER KINDS OF WINDOWS
SELECT THE PROPER KINDS OF WINDOWSSELECT THE PROPER KINDS OF WINDOWS
SELECT THE PROPER KINDS OF WINDOWS
 
Exploring GOMs
Exploring GOMsExploring GOMs
Exploring GOMs
 
Accessibility and inclusive design
Accessibility and inclusive designAccessibility and inclusive design
Accessibility and inclusive design
 
Understanding Web Accessibility
Understanding Web AccessibilityUnderstanding Web Accessibility
Understanding Web Accessibility
 
HCI : Activity 1
HCI : Activity 1 HCI : Activity 1
HCI : Activity 1
 
Hci [6]interaction design
Hci [6]interaction designHci [6]interaction design
Hci [6]interaction design
 
Web accessibility
Web accessibilityWeb accessibility
Web accessibility
 
Chapter1(hci)
Chapter1(hci)Chapter1(hci)
Chapter1(hci)
 
Introduction To Web Accessibility
Introduction To Web AccessibilityIntroduction To Web Accessibility
Introduction To Web Accessibility
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
HCI 3e - Ch 4: Paradigms
HCI 3e - Ch 4:  ParadigmsHCI 3e - Ch 4:  Paradigms
HCI 3e - Ch 4: Paradigms
 
User Interface Design-Module 4 Windows
User Interface Design-Module 4  WindowsUser Interface Design-Module 4  Windows
User Interface Design-Module 4 Windows
 
Human Computer Interaction Chapter 5 Universal Design and User Support - Dr....
Human Computer Interaction Chapter 5 Universal Design and User Support -  Dr....Human Computer Interaction Chapter 5 Universal Design and User Support -  Dr....
Human Computer Interaction Chapter 5 Universal Design and User Support - Dr....
 
SELECT THE PROPER DEVICE BASED CONTROLS
SELECT THE PROPER DEVICE BASED CONTROLSSELECT THE PROPER DEVICE BASED CONTROLS
SELECT THE PROPER DEVICE BASED CONTROLS
 
HUMAN COMPUTER INTERACTION
HUMAN COMPUTER INTERACTIONHUMAN COMPUTER INTERACTION
HUMAN COMPUTER INTERACTION
 
HCI 3e - Ch 5: Interaction design basics
HCI 3e - Ch 5:  Interaction design basicsHCI 3e - Ch 5:  Interaction design basics
HCI 3e - Ch 5: Interaction design basics
 
Human Computer Interaction-Basics
Human Computer Interaction-BasicsHuman Computer Interaction-Basics
Human Computer Interaction-Basics
 

Destacado

Social, professional, ethical and legal issues
Social, professional, ethical and legal issuesSocial, professional, ethical and legal issues
Social, professional, ethical and legal issuesAndres Baravalle
 
Background on Usability Engineering
Background on Usability EngineeringBackground on Usability Engineering
Background on Usability EngineeringAndres Baravalle
 
Usability evaluations (part 2)
Usability evaluations (part 2) Usability evaluations (part 2)
Usability evaluations (part 2) Andres Baravalle
 
Accessibility: introduction
Accessibility: introduction  Accessibility: introduction
Accessibility: introduction Andres Baravalle
 
Usability evaluations (part 3)
Usability evaluations (part 3) Usability evaluations (part 3)
Usability evaluations (part 3) Andres Baravalle
 
Measuring the user experience
Measuring the user experienceMeasuring the user experience
Measuring the user experienceAndres Baravalle
 
Usability evaluation methods (part 2) and performance metrics
Usability evaluation methods (part 2) and performance metricsUsability evaluation methods (part 2) and performance metrics
Usability evaluation methods (part 2) and performance metricsAndres Baravalle
 
SPEL (Social, professional, ethical and legal) issues in Usability
SPEL (Social, professional, ethical and legal) issues in UsabilitySPEL (Social, professional, ethical and legal) issues in Usability
SPEL (Social, professional, ethical and legal) issues in UsabilityAndres Baravalle
 
Design rules and usability requirements
Design rules and usability requirementsDesign rules and usability requirements
Design rules and usability requirementsAndres Baravalle
 
Planning and usability evaluation methods
Planning and usability evaluation methodsPlanning and usability evaluation methods
Planning and usability evaluation methodsAndres Baravalle
 
Dark web markets: from the silk road to alphabay, trends and developments
Dark web markets: from the silk road to alphabay, trends and developmentsDark web markets: from the silk road to alphabay, trends and developments
Dark web markets: from the silk road to alphabay, trends and developmentsAndres Baravalle
 
Introduction to JavaScript
Introduction to JavaScriptIntroduction to JavaScript
Introduction to JavaScriptAndres Baravalle
 

Destacado (19)

Other metrics
Other metricsOther metrics
Other metrics
 
Designing and prototyping
Designing and prototypingDesigning and prototyping
Designing and prototyping
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuery
 
Social, professional, ethical and legal issues
Social, professional, ethical and legal issuesSocial, professional, ethical and legal issues
Social, professional, ethical and legal issues
 
Background on Usability Engineering
Background on Usability EngineeringBackground on Usability Engineering
Background on Usability Engineering
 
Issue-based metrics
Issue-based metricsIssue-based metrics
Issue-based metrics
 
Interfaces
InterfacesInterfaces
Interfaces
 
Usability evaluations (part 2)
Usability evaluations (part 2) Usability evaluations (part 2)
Usability evaluations (part 2)
 
Accessibility: introduction
Accessibility: introduction  Accessibility: introduction
Accessibility: introduction
 
Usability evaluations (part 3)
Usability evaluations (part 3) Usability evaluations (part 3)
Usability evaluations (part 3)
 
Measuring the user experience
Measuring the user experienceMeasuring the user experience
Measuring the user experience
 
Usability evaluation methods (part 2) and performance metrics
Usability evaluation methods (part 2) and performance metricsUsability evaluation methods (part 2) and performance metrics
Usability evaluation methods (part 2) and performance metrics
 
SPEL (Social, professional, ethical and legal) issues in Usability
SPEL (Social, professional, ethical and legal) issues in UsabilitySPEL (Social, professional, ethical and legal) issues in Usability
SPEL (Social, professional, ethical and legal) issues in Usability
 
Design rules and usability requirements
Design rules and usability requirementsDesign rules and usability requirements
Design rules and usability requirements
 
Planning and usability evaluation methods
Planning and usability evaluation methodsPlanning and usability evaluation methods
Planning and usability evaluation methods
 
Don't make me think
Don't make me thinkDon't make me think
Don't make me think
 
Dark web markets: from the silk road to alphabay, trends and developments
Dark web markets: from the silk road to alphabay, trends and developmentsDark web markets: from the silk road to alphabay, trends and developments
Dark web markets: from the silk road to alphabay, trends and developments
 
Layout rules
Layout rulesLayout rules
Layout rules
 
Introduction to JavaScript
Introduction to JavaScriptIntroduction to JavaScript
Introduction to JavaScript
 

Similar a CN5111 - Accessibility Standards

Web Accessibility and Design
Web Accessibility and DesignWeb Accessibility and Design
Web Accessibility and Designcolinbdclark
 
Research at work Design for Accessibility
Research at work Design for AccessibilityResearch at work Design for Accessibility
Research at work Design for AccessibilityRuilin Zhang
 
Social Networking Extensions for EPrints
Social Networking Extensions for EPrintsSocial Networking Extensions for EPrints
Social Networking Extensions for EPrintsRichard Davis
 
Web 3.0 and english language teaching by dr meenu pandey
Web 3.0 and english language teaching by dr meenu pandeyWeb 3.0 and english language teaching by dr meenu pandey
Web 3.0 and english language teaching by dr meenu pandeymeenu pandey
 
Web accessibility workshop 2
Web accessibility workshop 2Web accessibility workshop 2
Web accessibility workshop 2Vladimir Tomberg
 
Accessibility Tips: How to create accessible learning content
Accessibility Tips: How to create accessible learning contentAccessibility Tips: How to create accessible learning content
Accessibility Tips: How to create accessible learning contentJacqueline L. Frank
 
Shirley Evans
Shirley EvansShirley Evans
Shirley EvansJisc
 
Accessibility Best Practices for Online Learning Content
Accessibility Best Practices for Online Learning ContentAccessibility Best Practices for Online Learning Content
Accessibility Best Practices for Online Learning ContentJacqueline L. Frank
 
UXPA2019 Enhancing the User Experience for People with Disabilities: Top 10 ...
UXPA2019  Enhancing the User Experience for People with Disabilities: Top 10 ...UXPA2019  Enhancing the User Experience for People with Disabilities: Top 10 ...
UXPA2019 Enhancing the User Experience for People with Disabilities: Top 10 ...UXPA International
 
Web accessibility workshop 2
Web accessibility workshop 2Web accessibility workshop 2
Web accessibility workshop 2Vladimir Tomberg
 
Accessibility & Inclusive Design to Enable Success
Accessibility & Inclusive Design to Enable Success Accessibility & Inclusive Design to Enable Success
Accessibility & Inclusive Design to Enable Success Jacqueline L. Frank
 
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎Libcorpio
 
Corporate Web Accessibility Implementation Strategies
Corporate Web Accessibility Implementation StrategiesCorporate Web Accessibility Implementation Strategies
Corporate Web Accessibility Implementation StrategiesUA WEB, A.C.
 
Internet tech &amp; web prog. p1,2,3-ver1
Internet tech &amp; web prog.  p1,2,3-ver1Internet tech &amp; web prog.  p1,2,3-ver1
Internet tech &amp; web prog. p1,2,3-ver1Taymoor Nazmy
 
Jupytercon 2023 Accessibility talk.pdf
Jupytercon 2023 Accessibility talk.pdfJupytercon 2023 Accessibility talk.pdf
Jupytercon 2023 Accessibility talk.pdfStephannieJimnezGach
 

Similar a CN5111 - Accessibility Standards (20)

Web Accessibility and Design
Web Accessibility and DesignWeb Accessibility and Design
Web Accessibility and Design
 
Research at work Design for Accessibility
Research at work Design for AccessibilityResearch at work Design for Accessibility
Research at work Design for Accessibility
 
Social Networking Extensions for EPrints
Social Networking Extensions for EPrintsSocial Networking Extensions for EPrints
Social Networking Extensions for EPrints
 
Web 3.0 and english language teaching by dr meenu pandey
Web 3.0 and english language teaching by dr meenu pandeyWeb 3.0 and english language teaching by dr meenu pandey
Web 3.0 and english language teaching by dr meenu pandey
 
ICT introduction
ICT introductionICT introduction
ICT introduction
 
Web accessibility workshop 2
Web accessibility workshop 2Web accessibility workshop 2
Web accessibility workshop 2
 
Accessibility Tips: How to create accessible learning content
Accessibility Tips: How to create accessible learning contentAccessibility Tips: How to create accessible learning content
Accessibility Tips: How to create accessible learning content
 
Shirley Evans
Shirley EvansShirley Evans
Shirley Evans
 
Accessibility Best Practices for Online Learning Content
Accessibility Best Practices for Online Learning ContentAccessibility Best Practices for Online Learning Content
Accessibility Best Practices for Online Learning Content
 
UXPA2019 Enhancing the User Experience for People with Disabilities: Top 10 ...
UXPA2019  Enhancing the User Experience for People with Disabilities: Top 10 ...UXPA2019  Enhancing the User Experience for People with Disabilities: Top 10 ...
UXPA2019 Enhancing the User Experience for People with Disabilities: Top 10 ...
 
Web accessibility workshop 2
Web accessibility workshop 2Web accessibility workshop 2
Web accessibility workshop 2
 
World wide web
World wide webWorld wide web
World wide web
 
Accessibility & Inclusive Design to Enable Success
Accessibility & Inclusive Design to Enable Success Accessibility & Inclusive Design to Enable Success
Accessibility & Inclusive Design to Enable Success
 
NISO Virtual Conference: Web-Scale Discovery Services: Transforming Access to...
NISO Virtual Conference: Web-Scale Discovery Services: Transforming Access to...NISO Virtual Conference: Web-Scale Discovery Services: Transforming Access to...
NISO Virtual Conference: Web-Scale Discovery Services: Transforming Access to...
 
Viko Eahil 2009
Viko Eahil 2009Viko Eahil 2009
Viko Eahil 2009
 
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎
INNOVATION AND ‎RESEARCH (Digital Library ‎Information Access)‎
 
Corporate Web Accessibility Implementation Strategies
Corporate Web Accessibility Implementation StrategiesCorporate Web Accessibility Implementation Strategies
Corporate Web Accessibility Implementation Strategies
 
WEB2.0 And CLOUD
WEB2.0 And CLOUDWEB2.0 And CLOUD
WEB2.0 And CLOUD
 
Internet tech &amp; web prog. p1,2,3-ver1
Internet tech &amp; web prog.  p1,2,3-ver1Internet tech &amp; web prog.  p1,2,3-ver1
Internet tech &amp; web prog. p1,2,3-ver1
 
Jupytercon 2023 Accessibility talk.pdf
Jupytercon 2023 Accessibility talk.pdfJupytercon 2023 Accessibility talk.pdf
Jupytercon 2023 Accessibility talk.pdf
 

Más de Andres Baravalle

Data collection and analysis
Data collection and analysisData collection and analysis
Data collection and analysisAndres Baravalle
 
Interaction design and cognitive aspects
Interaction design and cognitive aspects Interaction design and cognitive aspects
Interaction design and cognitive aspects Andres Baravalle
 
Usability: introduction (Week 1)
Usability: introduction (Week 1)Usability: introduction (Week 1)
Usability: introduction (Week 1)Andres Baravalle
 

Más de Andres Baravalle (7)

Don’t make me think
Don’t make me thinkDon’t make me think
Don’t make me think
 
Data collection and analysis
Data collection and analysisData collection and analysis
Data collection and analysis
 
Interaction design and cognitive aspects
Interaction design and cognitive aspects Interaction design and cognitive aspects
Interaction design and cognitive aspects
 
Designing and prototyping
Designing and prototypingDesigning and prototyping
Designing and prototyping
 
Usability requirements
Usability requirements Usability requirements
Usability requirements
 
Usability: introduction (Week 1)
Usability: introduction (Week 1)Usability: introduction (Week 1)
Usability: introduction (Week 1)
 
Don’t make me think!
Don’t make me think!Don’t make me think!
Don’t make me think!
 

Último

Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 

Último (20)

Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 

CN5111 - Accessibility Standards

  • 1. CN5111 – Week 9 Dr. Andres Baravalle 1
  • 2. Lecture content • Introduction to accessibility • Web accessibility • The WCAG initiative • Examples 2
  • 3. Learning outcomes • This week we will be working on: – LO2: Apply appropriate design and specification standards – LO4: Effectively evaluate various systems and make appropriate design decisions 3
  • 5. What is accessibility • “Accessibility is a general term used to describe the degree to which a product, device, service, or environment is accessible by as many people as possible” (Wikipedia) 5
  • 6. ISO 16071 (2003) • Accessibility is the “usability of a product, service, environment or facility by people with the widest range of capabilities” 6
  • 7. ISO 13407 • "The usability of an interface is a measure of the effectiveness, efficiency and satisfaction with which specified users can achieve specified goals in a particular environment with that interface." (ISO 13407). 7
  • 8. Accessibility and usability • Tying in usability’s definition (ISO 13407), we can say that: • "The accessibility of an interface is a measure of the effectiveness, efficiency and satisfaction with which people with the widest range of capabilities can achieve specified goals in a particular environment with that interface." 8
  • 9. Accessibility and usability • If accessibility and usability are a measure, you have to be able to establish their magnitude, relative to a unit of measurement 9
  • 10. Accessibility is about multiple paths (1) • An accessible artefact must support multiple paths to achieve the same task – For example, you (often) can use a mobile phone through voice recognition or using the hardware interface • An interface is accessible to an audience when there is at least one path which can be usable by each individual within the set of intended users 10
  • 11. Accessibility is about multiple paths (2) • To ensure accessibility, interaction paths should be based on the characteristics of: – Users – Interfaces – Goals • A vocal interface to a hammer might not increase its accessibility • A vocal interface for a computer is likely to be more useful 11
  • 13. Web accessibility: introduction • The World Wide Web was conceived by Tim Berners Lee in a scientific environment and was intended to be used to exchange ideas freely among the scientific community. • The original form of the HyperText Markup Language (HTML), the language used to build web pages, provided structured documentation around headings, paragraphs and other structures that define the information content of a textual document. • Presentation was a secondary concern. 13
  • 14. Web accessibility: introduction (2) • As the internet grew and access to computer networks widened, people other than scientists were able to access the Web and new professional figures, in charge of developing web pages, emerged. • The focus shifted a little from content towards presentation: web pages started to be more appealing and rich with graphics. 14
  • 15. Focus on content vs. focus on presentation 15
  • 16. Improving presentation with HTML 4.x • Widespread techniques include: – Proprietary, non-standard and browser-specific extensions to the HTML standard, for adding formatting properties (e.g. the tags <wbr> and <nobr>) – Using images (with a wider font selection) for rendering text to replace plain text on the page – Using images to create graphical elements for presentation, such as ‘fancy’ borders around the page – Using data tables for page layout structures, often with blank images to control the white space – Using plugins or scripting to produce additional effects not provided by HTML 16
  • 17. Consequences (some examples) • Inconsistencies amongst browsers: due to the use of proprietary tags, different browsers could be showing the content quite differently • Accessibility was strongly affected by the unexpected use of HTML tags. HTML tags carry a semantic meaning: <h1> for example, refers to a page heading, and should not be used just to make text bigger. • Using tables for layout, or images for borders, was overloading the tags with functions that they didn’t originally have. 17
  • 18. Disabilities that can affect web access (non-exaustive list) • Hearing disabilities (people who are deaf, hard of hearing, or hearing impaired) • Visual disabilities (people who are blind, colour-blind or visually impaired) • Mobility disabilities (people who are physically disabled or with impaired motor skills) • Learning disabilities (such as people with dyslexia). • It has been estimated that between 15% and 30% of world population, and almost 10% of internet users, has some kind of disability 18
  • 19. That was wrong! • A series of “magic numbers” - numbers that appeared by “magic” - were used in the previous slide • Never forget to include appropriate references and support your statements with relevant quotes • Thatcher, J., Waddell, C., Henry, S., Swierenga, S., Urban, M., Burks, M. and Bohman, P. (2003) Constructing Accessible Websites, Apress, chapter 1. 19
  • 20. Why web accessibility is so important • As the Web displaces more traditional information sources and becomes a key resource for information, commerce, entertainment, distance learning, job searching and government services, it becomes more important that everyone has access to it. 20
  • 21. Making the web accessible • Accessible websites and Web applications, where people with disabilities can perceive, understand, navigate, and interact • Accessible user-agents, such as Web browsers and Web applications in general (such as rich media players), that can be used effectively by people with disabilities, and that work well with assistive technologies that some people with disabilities use to access the Web • Accessible Web authoring tools, which support the production of accessible Web content and websites, and that can be used effectively by people with disabilities. 21
  • 23. WCAG guidelines • The Web Content Accessibility Guidelines have been compiled by the Web Accessibility Initiative project (WAI - W3C) to explain how to make web content accessible 23
  • 24. WCAG guidelines: #1 • Provide equivalent alternatives to auditory and visual content. 24
  • 25. WCAG guidelines: #2 • Don't rely on color alone 25
  • 26. WCAG guidelines: #3 • Use markup and style sheets and do so properly 26
  • 27. WCAG guidelines: #4 • Clarify natural language usage 27
  • 28. WCAG guidelines: #5 • Create tables that transform gracefully 28
  • 29. WCAG guidelines: #6 • Ensure that pages featuring new technologies transform gracefully 29
  • 30. WCAG guidelines: #7 • Ensure user control of time-sensitive content changes 30
  • 31. WCAG guidelines: #8 • Ensure direct accessibility of embedded user interfaces 31
  • 32. WCAG guidelines: #9 • Design for device-independence 32
  • 33. WCAG guidelines: #10 • Use interim solutions 33
  • 34. WCAG guidelines: #11 • Use W3C technologies and guidelines 34
  • 35. WCAG guidelines: #12 • Provide context and orientation information 35
  • 36. WCAG guidelines: #13 • Provide clear navigation mechanisms 36
  • 37. WCAG guidelines: #14 • Ensure that documents are clear and simple 37
  • 39. Examples • The next examples are for discussion • Which ones are usable? • Which ones are accessbile? • WHY? 39
  • 40. Example 1: CAPTCHAs • CAPTCHAs are commonly used as a countermeasure to the action of robots, software that crawls the Web to gather information or to post content. • CAPTCHAs, used together with an authentication system, (should) ensure that robots can’t post content or access some areas of a website. 40
  • 41. Example 2: Drop-down menu at Adobe.com 41
  • 42. Example 3: auto-completion at script.aculo.us 42
  • 43. Example 4: Mojo • <div dojoType="dijit.layout.BorderContainer" design="sidebar" liveSplitters="false"> • <div dojoType="dijit.layout.ContentPane" region="leading"> • <div id="feature-menu"> <div class="cp" id="DojoLinkPane"> <div class="cpContent"> <div dojoType="dojoc.sandbox.menu.AccordionMenu" id="DojoMenu" store="navStore" init="Dojo [...] • (see http://dojocampus.org/explorer/#Dojox_Image_Lightbox_Grouped) 43
  • 44. Example 5: script.aculo.us • <div class="c"> • <div class="example" id="demo-effect-blinddown" onclick="new Effect.BlindDown(this)"> <div style="height: 120px;"> <img src="http://script.aculo.us/images/demo-logo.gif" alt=""> • <span>Click for Effect.BlindDown demo</span> </div> [...] • (see http://wiki.github.com/madrobby/scriptaculous/combinati on-effects-demo) 44
  • 45. Testing tools • The web developer toolbar: – WCAG test – No stylesheets – Hide images – Validate HTML/CSS • Lynx! 45
  • 47. Readings • The WCAG (Web Accessibility Initiative) website: http://www.w3.org/WAI/ • Web Content Accessibility Guidelines 1.0 http://www.w3.org/TR/WCAG10/ • Web Content Accessibility Guidelines 2.0: http://www.w3.org/TR/WCAG20/ • Checklist of Checkpoints for Web Content Accessibility Guidelines 1.0: http://www.w3.org/TR/WCAG10/full- checklist.html 47