SlideShare a Scribd company logo
1 of 88
Download to read offline
Design principles for accessibility on Mac OS X
Gregory Hughes, Ph.D.
Software Engineer
Usable by Everybody
2
What Is Universal Design?
3
Three Main Focus Areas
4
Yellow Dog Productions · Digital Vision · Getty Images
5
Focus Areas
Users
6
7
Technologies
Focus Areas
Users
8
9
Developers
Technologies
Focus Areas
Users
10
Developers
Technologies
Focus Areas
Users
11
10 Million
Americans are visually impaired
www.afb.org/info_documents.asp?collectionid=15 [Mar 25, 2008]
12
S. Kochkin. Marketrak vii: Hearing loss population tops 31 million. The Hearing Review, (2005), July 2005.
31 Million
Americans are hearing impaired
13
12 Million
Americans have a learning disability
C. Smith and L. Strick. Learning Disabilities: A to Z. The Free Press, 1997.
14
50 Million
1 in 5
Americans have a disability
http://www.census.gov/Press-Release/www/releases/archives/facts_for_features_special_editions/001823.html
15
User Considerations
Visual Auditory
Cognitive
Physical
16
Developers
Technologies
Focus Areas
Users
17
Developers
Technologies
Focus Areas
Users
18
19
20
21
Talking iPods
22
VoiceOver
5 Years
Macs with VoiceOver
Millions
23
?>>>>
24
Developers
Technologies
Focus Areas
Users
25
Developers
Technologies
Focus Areas
Users
26
Universal Design Considerations
Visual Auditory
Cognitive
Physical
27
Implementing Universal Design
Perceivable
Operable
Understandable
Robust
28
How to Implement Universal Design?
29
Perceivable
Visual Considerations
30
31
Resolution
•Usable at low resolutions
■ 1024x768 recommended
■ Aids users with visual impairments
■ Aids elderly users
■ Helps when displaying on a projector
32
33
Blurry on
purpose
34
Blurry on purpose
35
36
Font Size
•Provide adjustable font sizes for key UI
■ Aids users with visual impairments
■ Aids elderly users
■ Helps during demonstrations
37
- (NSUInteger)adjustedSystemFontSize
{
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
CGFloat fontSize = [defaults floatForKey:@”fontSize”];
if ( fontSize < 8.0f )
{
return [NSFont systemFontSize];
}
return fontSize;
}
Adjust UI Font Size
38
- (NSFont *)adjustedSystemFont
{
CGFloat newSize = [self adjustedSystemFontSize];
return [NSFont systemFontOfSize:newSize];
}
Adjust system fonts
Adjust UI Font Size
39
- (void)updateFonts
{
[myTextLabel setFont:[self offsetFontForElement:myTextLabel];
[myTextLabel2 setFont:[self offsetFontForElement:myTextLabel2];
}
Apply to an element
Adjust UI Font Size
40
- (void)updateFonts
{
NSLayoutManager *layoutManager = [[NSLayoutManager alloc] init];
NSFont *newFont = [self adjustedSystemFont];
for ( NSTableColumn *column in [myTable tableColumns] )
{
id dataCell = [column dataCell];
[dataCell setFont:newFont];
}
CGFloat desiredHeight = [layoutManager defaultLineHeightForFont:newFont];
[myTable setRowHeight:desiredHeight + 1];
[layoutManager release];
}
Apply to an NSTable
Adjust UI Font Size
41
DOW J 0.30 %
Nasdaq 0.12 %
DOW J + 0.30 %
Nasdaq - 0.12 %
42
DOW J 0.30 %
Nasdaq 0.12 %
DOW J + 0.30 %
Nasdaq - 0.12 %
43
Blank on purpose
44
Accessibility API
Most items can be given a description in Interface Builder
45
- (void)accessibilitySetOverrideValue:(id)value
forAttribute:(NSString *)attribute
Programmatic accessibility
•Convenience method for anything that can be set in IB
NSAccessibility
46
Demo
47
Perceivable
Auditory Considerations
48
Blank on purpose
49
50
Blank on purpose
51
Every Mac includes a
range of built in features
to address those
with disabilities,
vision, hearing,
motor skills,
and learning disabilities and
all of these technologies
come standard on
every new Mac.
52
Blank on purpose
53
Auditory Considerations
•Don’t provide audio-only feedback
•All sounds should work in mono audio
•Be conscious of sound frequency choices
•Consider allowing user-selectable sounds
54
NSBeep()
55
NSBeep()
56
Dock Icon
Change icon to represent state
57
Dock Icon
Change icon to represent state
58
Dock Icon
Change icon to represent state
59
Dock Icon
Change icon to represent state
NSImage *myImage = [NSImage imageNamed:imageName];
[NSApp setApplicationIconImage: myImage];
60
Dock Icon
Badge the icon
[[NSApp dockTile] setBadgeLabel:@"1"];
1
61
Dock Icon
Bounce your icon
[NSApp requestUserAttention:NSCriticalRequest];
62
Dock Icon
Bounce your icon
[NSApp requestUserAttention:NSCriticalRequest];
63
Dock Icon
Bounce your icon
[NSApp requestUserAttention:NSCriticalRequest];
64
Demo
65
Operable
Physical Considerations
66
67
Physical Considerations
Provide interaction alternatives
•Provide keyboard shortcuts for common tasks
•Ensure full keyboard navigation
•Provide keyboard alternatives to mouse actions
68
Drag and Drop Keyboard Support
Provide a keyboard shortcut
•Add commands to change ordering
•Add cut/copy/paste support alongside
drag and drop
69
Enable Full Keyboard Access
Check tab order
70
Demo
71
Understandable
Cognitive Considerations
72
73
74
75
76
Fullscreen Mode
Bring an NSView into fullscreen to limit distractions
- (IBAction)enterFullScreen:(id)sender
{
[fullScreenView enterFullScreenMode:[NSScreen mainScreen] withOptions:nil];
}
77
Hiding Advanced UI
78
Hiding Advanced UI
79
Hiding Advanced UI
80
Demo
81
Summary
Resolution
Font size
Color choice
NSAccessibility API
Non-audible feedback
Closed captions
Mono audio
Full keyboard access
Tab order
Menu shortcuts
Simplify interface
Hide advanced options
Fullscreen mode
82
Bill Dudney
Application Technologies Evangelist
dudney@apple.com
Accessibility Mailing List
Public developer list
accessibility-dev@lists.apple.com
Documentation
http://developer.apple.com/wwdc
Apple Developer Forums
http://devforums.apple.com
More Information
83
Accessibility Web Page
www.apple.com/accessibility
84
Accessibility on iPhone OS Nob Hill
Wednesday 4:30PM
Related Sessions
85
OS X Accessibility Lab
Application Frameworks
Lab B
Tuesday 2:00PM
iPhone Accessibility Lab
Application Frameworks
Lab B
Thursday 9:00AM
Labs
86
87
88
89

More Related Content

Viewers also liked

Prevention of blindness
Prevention of blindnessPrevention of blindness
Prevention of blindness
JB Chand
 
Community ophthalmology
Community ophthalmologyCommunity ophthalmology
Community ophthalmology
Satish Jeria
 
National prevention of blindness program
National prevention of blindness programNational prevention of blindness program
National prevention of blindness program
Abigail Abalos
 
Control of blindness
Control of blindnessControl of blindness
Control of blindness
Abino David
 
national blindness control programme
national blindness control programmenational blindness control programme
national blindness control programme
vikramjit_singh
 
Presentation blindness
Presentation blindnessPresentation blindness
Presentation blindness
smurfetteg2011
 
Different Types of Advertising Appeals
Different Types of Advertising Appeals Different Types of Advertising Appeals
Different Types of Advertising Appeals
sanah08
 

Viewers also liked (18)

Prevention of blindness
Prevention of blindnessPrevention of blindness
Prevention of blindness
 
Social Platform Design
Social Platform DesignSocial Platform Design
Social Platform Design
 
The Fuzzy Tail
The Fuzzy TailThe Fuzzy Tail
The Fuzzy Tail
 
Community ophthalmology
Community ophthalmologyCommunity ophthalmology
Community ophthalmology
 
Preventive ophthalmology
Preventive ophthalmology Preventive ophthalmology
Preventive ophthalmology
 
Low vision rehabilitation
Low vision rehabilitationLow vision rehabilitation
Low vision rehabilitation
 
National prevention of blindness program
National prevention of blindness programNational prevention of blindness program
National prevention of blindness program
 
NATIONAL PROGRAMME FOR CONTROL OF BLINDNESS
NATIONAL PROGRAMME FOR CONTROL OF BLINDNESSNATIONAL PROGRAMME FOR CONTROL OF BLINDNESS
NATIONAL PROGRAMME FOR CONTROL OF BLINDNESS
 
Control of blindness
Control of blindnessControl of blindness
Control of blindness
 
Gestalt Principles in UI Design
Gestalt Principles in UI DesignGestalt Principles in UI Design
Gestalt Principles in UI Design
 
national blindness control programme
national blindness control programmenational blindness control programme
national blindness control programme
 
Blindness
BlindnessBlindness
Blindness
 
Presentation blindness
Presentation blindnessPresentation blindness
Presentation blindness
 
Different Types of Advertising Appeals
Different Types of Advertising Appeals Different Types of Advertising Appeals
Different Types of Advertising Appeals
 
Advertising appeal
Advertising appealAdvertising appeal
Advertising appeal
 
Ppt of advertising appeal
Ppt of advertising appealPpt of advertising appeal
Ppt of advertising appeal
 
Types of Advertising & Execution Styles - MAR 3023 Topic Talk Presentation
Types of Advertising & Execution Styles - MAR 3023 Topic Talk PresentationTypes of Advertising & Execution Styles - MAR 3023 Topic Talk Presentation
Types of Advertising & Execution Styles - MAR 3023 Topic Talk Presentation
 
Advertising appeals
Advertising appealsAdvertising appeals
Advertising appeals
 

Similar to Session 100 usable by everybody design principles for accessibility on mac os x

Int2 infosysmultimedia
Int2 infosysmultimediaInt2 infosysmultimedia
Int2 infosysmultimedia
itslides2009
 
Challenges in HCI for Mobile Devices
Challenges in HCI for Mobile DevicesChallenges in HCI for Mobile Devices
Challenges in HCI for Mobile Devices
Amol Kamble
 
mobile application development mobile application development
mobile application development mobile application developmentmobile application development mobile application development
mobile application development mobile application development
Kamrankhan925215
 
speech recognition calculater
speech recognition calculaterspeech recognition calculater
speech recognition calculater
anil u
 

Similar to Session 100 usable by everybody design principles for accessibility on mac os x (20)

Why Innovation Itself Must Be The Next Big Thing
Why Innovation Itself Must Be The Next Big ThingWhy Innovation Itself Must Be The Next Big Thing
Why Innovation Itself Must Be The Next Big Thing
 
What's new in Android Lollipop
What's new in Android LollipopWhat's new in Android Lollipop
What's new in Android Lollipop
 
How Software Creates the Sizzle on Mobile Silicon
How Software Creates the Sizzle on Mobile SiliconHow Software Creates the Sizzle on Mobile Silicon
How Software Creates the Sizzle on Mobile Silicon
 
How Software Creates the Sizzle on Mobile Silicon
How Software Creates the Sizzle on Mobile SiliconHow Software Creates the Sizzle on Mobile Silicon
How Software Creates the Sizzle on Mobile Silicon
 
H010424954
H010424954H010424954
H010424954
 
Int2 infosysmultimedia
Int2 infosysmultimediaInt2 infosysmultimedia
Int2 infosysmultimedia
 
Challenges in HCI for Mobile Devices
Challenges in HCI for Mobile DevicesChallenges in HCI for Mobile Devices
Challenges in HCI for Mobile Devices
 
A Toolkit for Peer-to-Peer Distributed User Interfaces: Concepts, Implementat...
A Toolkit for Peer-to-Peer Distributed User Interfaces: Concepts, Implementat...A Toolkit for Peer-to-Peer Distributed User Interfaces: Concepts, Implementat...
A Toolkit for Peer-to-Peer Distributed User Interfaces: Concepts, Implementat...
 
Phonebook Directory or Address Book In Android
Phonebook Directory or Address Book In AndroidPhonebook Directory or Address Book In Android
Phonebook Directory or Address Book In Android
 
Optical Multi Touch Technology
Optical Multi Touch TechnologyOptical Multi Touch Technology
Optical Multi Touch Technology
 
mobile application development mobile application development
mobile application development mobile application developmentmobile application development mobile application development
mobile application development mobile application development
 
Opportunities and challenges of mobile apps development in the oil industry
Opportunities and challenges of mobile apps development in the oil industryOpportunities and challenges of mobile apps development in the oil industry
Opportunities and challenges of mobile apps development in the oil industry
 
Android Application And Unity3D Game Documentation
Android Application And Unity3D Game DocumentationAndroid Application And Unity3D Game Documentation
Android Application And Unity3D Game Documentation
 
Develop For BlackBerry10
Develop For BlackBerry10 Develop For BlackBerry10
Develop For BlackBerry10
 
Android Programming Seminar
Android Programming SeminarAndroid Programming Seminar
Android Programming Seminar
 
speech recognition calculater
speech recognition calculaterspeech recognition calculater
speech recognition calculater
 
What is the NeoKeys mixed media keypad? v2 - 11.2010
What is the NeoKeys mixed media keypad? v2 - 11.2010What is the NeoKeys mixed media keypad? v2 - 11.2010
What is the NeoKeys mixed media keypad? v2 - 11.2010
 
[University] Capstone Design Project 2 (SAIOT)
[University] Capstone Design Project 2 (SAIOT)[University] Capstone Design Project 2 (SAIOT)
[University] Capstone Design Project 2 (SAIOT)
 
Developing a NodeBot using Intel XDK IoT Edition
Developing a NodeBot using Intel XDK IoT EditionDeveloping a NodeBot using Intel XDK IoT Edition
Developing a NodeBot using Intel XDK IoT Edition
 
iOS and Android accessibility APIs (AccessU 2017)
iOS and Android accessibility APIs (AccessU 2017)iOS and Android accessibility APIs (AccessU 2017)
iOS and Android accessibility APIs (AccessU 2017)
 

Recently uploaded

How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
mark11275
 
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
amitlee9823
 
Just Call Vip call girls dharamshala Escorts ☎️9352988975 Two shot with one g...
Just Call Vip call girls dharamshala Escorts ☎️9352988975 Two shot with one g...Just Call Vip call girls dharamshala Escorts ☎️9352988975 Two shot with one g...
Just Call Vip call girls dharamshala Escorts ☎️9352988975 Two shot with one g...
gajnagarg
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
nirzagarg
 
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
amitlee9823
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
instagramfab782445
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
nirzagarg
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecture
saipriyacoool
 
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
gajnagarg
 

Recently uploaded (20)

How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
 
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men  🔝dharamshala🔝  ...
➥🔝 7737669865 🔝▻ dharamshala Call-girls in Women Seeking Men 🔝dharamshala🔝 ...
 
Lecture 01 Introduction To Multimedia.pptx
Lecture 01 Introduction To Multimedia.pptxLecture 01 Introduction To Multimedia.pptx
Lecture 01 Introduction To Multimedia.pptx
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Just Call Vip call girls dharamshala Escorts ☎️9352988975 Two shot with one g...
Just Call Vip call girls dharamshala Escorts ☎️9352988975 Two shot with one g...Just Call Vip call girls dharamshala Escorts ☎️9352988975 Two shot with one g...
Just Call Vip call girls dharamshala Escorts ☎️9352988975 Two shot with one g...
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
 
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experiencedWhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
WhatsApp Chat: 📞 8617697112 Call Girl Baran is experienced
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecture
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Etawah Escorts ☎️9352988975 Two shot with one girl (...
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 

Session 100 usable by everybody design principles for accessibility on mac os x