SlideShare a Scribd company logo
1 of 33
intopia.digital
creating an inclusive digital world
Andrew Arch
@amja @IntopiaDigital
Advances in Web Accessibility
WCAG 2.1 and more
WAI updates during 2017-18
Topics
 W3C and Web Accessibility Initiative (WAI) updates
 WCAG 2.1 release
 Silver guidelines
 Other advances observed
Lots of new recommendations
ARIA Working Group has finalised recs for:
• WAI ARIA 1.1
• completes the HTML + ARIA accessibility model
• WAI ARIA Authoring Practices 1.1 also published
• Core Accessible API Mappings 1.1
• describes how user agents should expose semantics of web content
languages to accessibility APIs
• Digital Publishing WAI-ARIA Module 1.0
• defines a set of WAI-ARIA roles specific to AT users navigate EPUB
• Digital Publishing Accessibility API Mappings
• defines a WAI-ARIA module specific to the digital publishing industry
Working Drafts for review
• Accessibility Conformance Testing (ACT) Rules Format
• specifies requirements for writing accessibility test rules
• Personalization Semantics 1.0
• tailoring aspects of the user experience to meet the needs and
preferences of the user
• WAI ARIA Graphics Module + Accessibility API
• defines core roles specific to web graphics that allow an author to
express the logical structure of the graphic to assistive
technologies
Updated resources
• Planning and Managing Web Accessibility
• Web Accessibility First Aid: Approaches for Interim Repairs
• Developing Organizational Policies on Web Accessibility
• Planning and Managing Web Accessibility
• Easy Checks - A First Review of Web Accessibility
• Added a new check on Moving, Flashing, or Blinking Content
• Tutorials on Web Accessibility
• Updated Menus, Page Structure, Forms, Images, Tables, and Carousels
• Web Accessibility Laws and Policies Listing
• Updated and restructured
• Video Introduction to Web Accessibility and W3C Standards
New WAI website real soon - https://www.w3.org/WAI/beta/
Updated resources – WAI website
WCAG 2.1 update
What can we expect in the new release?
WCAG 1.0
released
5 May 1999
History
WCAG 2.0
released
11 December
2008
History (2)
History (3)
• WCAG 1.0 released 5 May 1999
• WCAG 2.0 released 11 December 2008
• Task forces established to address WCAG gaps:
• Mobile & Cognitive task forces established late 2013
• Low Vision task force established August 2015
• WCAG 2.1 announced October 2016
• WAI Silver (AG) task force established November 2016
WCAG 2.1 additions
• Principles – still 4 (POUR)
• Guidelines – 1 new
• Input Modalities (2.5)
• Success Criteria – 17 new
• 5 @ Level A
• 7 @ Level AA
• 5 @ Level AAA
Guideline 1.3 – Adaptable
SC 1.3.4 – Orientation (AA)
• Content is not locked to a specific display orientation, and
functionality of the content is operable in all display orientations,
except where display orientation is essential for use of the content
Guideline 1.3 – Adaptable (2)
SC 1.3.5 – Identify Input Purpose (AA)
• Help people ​better recognize​ and understand ​ ​the intention of
form inputs by attaching additional information (metadata) to the
identified form inputs
SC 1.3.6 – Identify Purpose (AAA)
• Enable the purpose of User Interface Components, icons, and
regions can be programmatically determined
• To support personalization and support user preferences and user
needs
Guideline 1.4 – Distinguishable
SC 1.4.10 – Reflow (AA)
• Increases zoom requirements to 400% without horizontal scroll
SC 1.4.11 – Non-text Contrast (AA)
• The visual presentation of ‘user interface components’ and
‘graphical objects’ that are essential for understanding the
content or functionality have a contrast ratio of at least 3.0:1
against the adjacent colours
Guideline 1.4 – Distinguishable (2)
SC 1.4.12 – Text Spacing(AA)
• Requires websites not to interfere with user style sheets or similar
for line height, paragraph spacing, letter spacing, and word
spacing
SC 1.4.13 – Content on Hover or Focus (AA)
• Content triggered by hover or focus (and often obscures he
trigger) can be
• Dismissed without moving focus
• Remains visible if the pointer is moved over it
• Persist until dismissed or the hover or focus is moved away
Guideline 2.1 – Keyboard Accessible
SC 2.1.4 – Character Key Shortcuts (A)
• If a keyboard shortcut is implemented in content using only letter
(including upper- and lower-case letters), punctuation, number, or
symbol characters, then at least one of the following is true:
• They can be turned off
• They can be remapped
• They are only active on focus
• Intended to prevent or minimise conflicts with assistive technology
keyboard actions
Guideline 2.2 – Enough Time
SC 2.2.6 – Timeouts (AAA)
• Where data can be lost due to user inactivity, users are warned at
the start about the length of inactivity that generates the timeout
• Essentially adding what most banks and many other transactional
sites already do
Guideline 2.3 – Seizures and Physical Reactions
SC 2.3.3 – Animation from Interactions
• Motion animation triggered by interaction can be disabled, unless
the animation is essential to the functionality or the information
being conveyed
• Refers primarily to the parallax movement (3D effect) that occurs
on some pages with vertical scrolling and causes motion sickness
in some people
Guideline 2.5 – Pointer Accessible [new]
SC 2.5.1 – Pointer Gestures (A)
• All functionality can be operated with a single untimed pointer
gesture
• Do not require a path-based gesture, unless a multipoint or path-
based gesture is essential
SC 2.5.2 – Pointer Cancellation (AA)
• Requires authors to use up-event triggering (which is standard) on
interactive components (with exceptions)
• Helps users with dexterity disabilities who miss the target
Guideline 2.5 – Pointer Accessible [new] (2)
SC 2.5.3 – Label in Name (A)
• Where an active control has a visible label, the accessible name for
the control includes the text string used for its visible label
• Important for voice input users in particular
SC 2.5.4 – Motion Actuation (A)
• Functionality that can be operated by device motion or user
motion can also be operated by user interface components
• Responding to the motion can be disabled to prevent accidental
actuation
Guideline 2.5 – Pointer Accessible [new] (3)
SC 2.5.5 – Target size (AAA)
• The size of the target is at least 44 by 44 CSS pixels for pointer
inputs except when, for example
• The target is available through an equivalent link or control on the same
page that is at least 44 by 44 CSS pixels
• The target is in a sentence or block of text
SC 2.5.6 – Concurrent Input Mechanisms (AAA)
• Web content does not restrict use of input modalities available on
a platform (with exceptions)
• Allow for a combination of mechanisms such as a keyboard or keyboard-
like interfaces and pointer devices like a mouse, stylus or touchscreen
Guideline 4.1 - Compatible
SC 4.1.3 – Status Messages (AA)
• Status messages can be programmatically determined through role
or properties such that they can be presented to the user by
assistive technologies without receiving focus
Next steps for WCAG
Next steps
• W3C members to vote on Proposed Draft
• WAI to provide additional guidance on the new requirements
• Understanding WCAG 2.1
• Techniques for new criteria
• How to meet WCAG 2.1 quick reference
• Australia and other countries to adopt the new version
www.w3.org/TR/UNDERSTANDING-WCAG21/
Understanding WCAG 2.1
www.w3.org/WAI/WCAG20/quickref
How to meet WCAG 2.0 (quick ref)
Source: What comes after WCAG 2.1
• Based on evidence and data
• Broadly communicate our efforts
• Clear project milestones
• Inclusive communication paths
• Inclusive of more perspectives
• Involve more stakeholders
• Easier to maintain and update
• Clearer update path
Process and Structure
• Easier to use
• Easier to reference
• Easier to understand
• Expanded scope
• Inclusive of more disabilities
• Inclusive of more perspectives
• Inclusive of more technologies
• Useful for more people
Content
Accessibility Guidelines post WCAG – aka Silver
Other changes benefiting accessibility
ICT Procurement Standard
Accessibility requirements suitable for public procurement of ICT
products and services – AS EN 301 549: 2016
• Adopted from EU standard
• Australian Standard Dec 2016
• Commonwealth Government
• NSW Government
• SA Government
NB. PDF version is free to download
Accessibility is becoming mainstream
Accessibility is being talked about in mainstream discussion:
• Design
• User experience and user research
• Content design and authoring
• Development – WAI ARIA everywhere
• Business strategy and benefits from accessibility
Organisations are increasingly looking to include people with
disability in user research and usability testing
• Definitely in DTA and other parts of government
• Also across Intopia’s clients and others
Intopia Connect is being established to facilitate this growth
• Contact us at connect@intopia.digital to participate
• Intopia pays participants – this is not a volunteer role!
Usability research
intopia.digital
creating an inclusive digital world
Contact me:
andrew@intopia.digital
@amja
Contact W3C/WAI
wai@w3.org
https://www.w3.org/WAI/
Questions

More Related Content

What's hot

Boosted Framework for Web Accessible and responsvie Websites, OW2con'16, Paris.
Boosted Framework for Web Accessible and responsvie Websites, OW2con'16, Paris. Boosted Framework for Web Accessible and responsvie Websites, OW2con'16, Paris.
Boosted Framework for Web Accessible and responsvie Websites, OW2con'16, Paris. OW2
 
Lib guide presentation_lisa_curran
Lib guide presentation_lisa_curranLib guide presentation_lisa_curran
Lib guide presentation_lisa_curranLisa Curran
 
ALT-C 2012 Mainstreaming grass roots innovation in open educational practice:...
ALT-C 2012 Mainstreaming grass roots innovation in open educational practice:...ALT-C 2012 Mainstreaming grass roots innovation in open educational practice:...
ALT-C 2012 Mainstreaming grass roots innovation in open educational practice:...Chris Follows
 
IWMW 2004: Beyond Web Accessibility Providing A Holistic User Experience
IWMW 2004: Beyond Web Accessibility Providing A Holistic User ExperienceIWMW 2004: Beyond Web Accessibility Providing A Holistic User Experience
IWMW 2004: Beyond Web Accessibility Providing A Holistic User ExperienceIWMW
 
Integrate your mojo - Unity platform - Research Research ltd
Integrate your mojo - Unity platform - Research Research ltdIntegrate your mojo - Unity platform - Research Research ltd
Integrate your mojo - Unity platform - Research Research ltdaadamishmael
 
H817open reflections
H817open reflectionsH817open reflections
H817open reflectionsMartin Weller
 
HTML5 Accessibility
HTML5 AccessibilityHTML5 Accessibility
HTML5 AccessibilityUser Vision
 
Empathy training & the accessible web experience
Empathy training & the accessible web experienceEmpathy training & the accessible web experience
Empathy training & the accessible web experienceMedia Access Australia
 
Decentralizing your library
Decentralizing your libraryDecentralizing your library
Decentralizing your librarySteve Bahnaman
 
Decentralizing your library
Decentralizing your libraryDecentralizing your library
Decentralizing your libraryNCLA2011
 
BarrierBreak in 2015 - A Recap
BarrierBreak in 2015 - A RecapBarrierBreak in 2015 - A Recap
BarrierBreak in 2015 - A RecapBarrierBreak
 
Inclusive Education - Making education accessible to all.
Inclusive Education - Making education accessible to all.Inclusive Education - Making education accessible to all.
Inclusive Education - Making education accessible to all.BarrierBreak
 
Changing Copyright Practices in Teaching and Learning: Blackboard Integration...
Changing Copyright Practices in Teaching and Learning: Blackboard Integration...Changing Copyright Practices in Teaching and Learning: Blackboard Integration...
Changing Copyright Practices in Teaching and Learning: Blackboard Integration...Blackboard APAC
 
Professional Certificate in Web Accessibility case study
Professional Certificate in Web Accessibility case studyProfessional Certificate in Web Accessibility case study
Professional Certificate in Web Accessibility case studyMedia Access Australia
 
Tech Tools with Tine - 1 Hour of Slideshare
Tech Tools with Tine - 1 Hour of SlideshareTech Tools with Tine - 1 Hour of Slideshare
Tech Tools with Tine - 1 Hour of SlideshareChristine *Tine* Walczyk
 

What's hot (17)

Boosted Framework for Web Accessible and responsvie Websites, OW2con'16, Paris.
Boosted Framework for Web Accessible and responsvie Websites, OW2con'16, Paris. Boosted Framework for Web Accessible and responsvie Websites, OW2con'16, Paris.
Boosted Framework for Web Accessible and responsvie Websites, OW2con'16, Paris.
 
Lib guide presentation_lisa_curran
Lib guide presentation_lisa_curranLib guide presentation_lisa_curran
Lib guide presentation_lisa_curran
 
ALT-C 2012 Mainstreaming grass roots innovation in open educational practice:...
ALT-C 2012 Mainstreaming grass roots innovation in open educational practice:...ALT-C 2012 Mainstreaming grass roots innovation in open educational practice:...
ALT-C 2012 Mainstreaming grass roots innovation in open educational practice:...
 
IWMW 2004: Beyond Web Accessibility Providing A Holistic User Experience
IWMW 2004: Beyond Web Accessibility Providing A Holistic User ExperienceIWMW 2004: Beyond Web Accessibility Providing A Holistic User Experience
IWMW 2004: Beyond Web Accessibility Providing A Holistic User Experience
 
Integrate your mojo - Unity platform - Research Research ltd
Integrate your mojo - Unity platform - Research Research ltdIntegrate your mojo - Unity platform - Research Research ltd
Integrate your mojo - Unity platform - Research Research ltd
 
H817open reflections
H817open reflectionsH817open reflections
H817open reflections
 
HTML5 Accessibility
HTML5 AccessibilityHTML5 Accessibility
HTML5 Accessibility
 
Roadmap to WordPress Accessibility CSUN 2014
Roadmap to WordPress Accessibility CSUN 2014Roadmap to WordPress Accessibility CSUN 2014
Roadmap to WordPress Accessibility CSUN 2014
 
Empathy training & the accessible web experience
Empathy training & the accessible web experienceEmpathy training & the accessible web experience
Empathy training & the accessible web experience
 
Decentralizing your library
Decentralizing your libraryDecentralizing your library
Decentralizing your library
 
Decentralizing your library
Decentralizing your libraryDecentralizing your library
Decentralizing your library
 
BarrierBreak in 2015 - A Recap
BarrierBreak in 2015 - A RecapBarrierBreak in 2015 - A Recap
BarrierBreak in 2015 - A Recap
 
Inclusive Education - Making education accessible to all.
Inclusive Education - Making education accessible to all.Inclusive Education - Making education accessible to all.
Inclusive Education - Making education accessible to all.
 
Changing Copyright Practices in Teaching and Learning: Blackboard Integration...
Changing Copyright Practices in Teaching and Learning: Blackboard Integration...Changing Copyright Practices in Teaching and Learning: Blackboard Integration...
Changing Copyright Practices in Teaching and Learning: Blackboard Integration...
 
Professional Certificate in Web Accessibility case study
Professional Certificate in Web Accessibility case studyProfessional Certificate in Web Accessibility case study
Professional Certificate in Web Accessibility case study
 
Tech Tools with Tine - 1 Hour of Slideshare
Tech Tools with Tine - 1 Hour of SlideshareTech Tools with Tine - 1 Hour of Slideshare
Tech Tools with Tine - 1 Hour of Slideshare
 
TSUGI: A Framework for Building PHP-Based Learning Tools
TSUGI: A Framework for Building PHP-Based Learning ToolsTSUGI: A Framework for Building PHP-Based Learning Tools
TSUGI: A Framework for Building PHP-Based Learning Tools
 

Similar to Advances in web accessibility

Accessibility (WCAG) Draft 1
Accessibility (WCAG) Draft 1Accessibility (WCAG) Draft 1
Accessibility (WCAG) Draft 1Jaime Brown
 
Original Access U 2013 - 508 Refresh
Original Access U 2013 - 508 RefreshOriginal Access U 2013 - 508 Refresh
Original Access U 2013 - 508 RefreshBarry Johnson
 
What's New in WCAG 2.1
What's New in WCAG 2.1What's New in WCAG 2.1
What's New in WCAG 2.1Jennifer Smith
 
Accessibility for Content Developer, Designer, Code Developer and Tester
Accessibility for Content Developer, Designer, Code Developer and TesterAccessibility for Content Developer, Designer, Code Developer and Tester
Accessibility for Content Developer, Designer, Code Developer and TesterJatin Kochhar
 
Rapid Introduction to Web Accessibility
Rapid Introduction to Web AccessibilityRapid Introduction to Web Accessibility
Rapid Introduction to Web AccessibilityAll Things Open
 
1.3.5 more than autocomplete
1.3.5 more than autocomplete1.3.5 more than autocomplete
1.3.5 more than autocompleteJohn Foliot
 
All change for WCAG 2.0 - what you need to know about the new accessibility g...
All change for WCAG 2.0 - what you need to know about the new accessibility g...All change for WCAG 2.0 - what you need to know about the new accessibility g...
All change for WCAG 2.0 - what you need to know about the new accessibility g...Patrick Lauke
 
WCAG 2.1 and POUR
WCAG 2.1 and POURWCAG 2.1 and POUR
WCAG 2.1 and POURAlena Huang
 
WAI-ARIA and the OpenAjax Alliance Accessibility Working Group.
WAI-ARIA and the OpenAjax Alliance Accessibility Working Group.WAI-ARIA and the OpenAjax Alliance Accessibility Working Group.
WAI-ARIA and the OpenAjax Alliance Accessibility Working Group.AEGIS-ACCESSIBLE Projects
 
Rich internet application accessibility - a quick overview
Rich internet application accessibility - a quick overviewRich internet application accessibility - a quick overview
Rich internet application accessibility - a quick overviewDavid Sloan
 
Ideas 5 - Roger Hudson - Understanding WCAG 2.0
Ideas 5 - Roger Hudson - Understanding WCAG 2.0Ideas 5 - Roger Hudson - Understanding WCAG 2.0
Ideas 5 - Roger Hudson - Understanding WCAG 2.0awia
 
What's New in WCAG 2.2? - AbilityNet webinar
What's New in WCAG 2.2? - AbilityNet webinarWhat's New in WCAG 2.2? - AbilityNet webinar
What's New in WCAG 2.2? - AbilityNet webinarAbilityNet
 
Web Accessibility for Web Developers
Web Accessibility for Web DevelopersWeb Accessibility for Web Developers
Web Accessibility for Web DevelopersAlexander Loechel
 
Wipa Seminar WCAG 2.0
Wipa Seminar WCAG 2.0Wipa Seminar WCAG 2.0
Wipa Seminar WCAG 2.0Roger Hudson
 
SpringIO 2016 - Spring Cloud MicroServices, a journey inside a financial entity
SpringIO 2016 - Spring Cloud MicroServices, a journey inside a financial entitySpringIO 2016 - Spring Cloud MicroServices, a journey inside a financial entity
SpringIO 2016 - Spring Cloud MicroServices, a journey inside a financial entityjordigilnieto
 
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entity
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entitySpring IO 2016 - Spring Cloud Microservices, a journey inside a financial entity
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entityToni Jara
 
Universal Access Design & Web Accessibility - Mekong ICT Camp 2010
Universal Access Design & Web Accessibility - Mekong ICT Camp 2010Universal Access Design & Web Accessibility - Mekong ICT Camp 2010
Universal Access Design & Web Accessibility - Mekong ICT Camp 2010Poakpong Phongsasanongkul
 
VAST 8.0
VAST 8.0VAST 8.0
VAST 8.0ESUG
 

Similar to Advances in web accessibility (20)

Accessibility (WCAG) Draft 1
Accessibility (WCAG) Draft 1Accessibility (WCAG) Draft 1
Accessibility (WCAG) Draft 1
 
Original Access U 2013 - 508 Refresh
Original Access U 2013 - 508 RefreshOriginal Access U 2013 - 508 Refresh
Original Access U 2013 - 508 Refresh
 
What's New in WCAG 2.1
What's New in WCAG 2.1What's New in WCAG 2.1
What's New in WCAG 2.1
 
Accessibility for Content Developer, Designer, Code Developer and Tester
Accessibility for Content Developer, Designer, Code Developer and TesterAccessibility for Content Developer, Designer, Code Developer and Tester
Accessibility for Content Developer, Designer, Code Developer and Tester
 
Rapid Introduction to Web Accessibility
Rapid Introduction to Web AccessibilityRapid Introduction to Web Accessibility
Rapid Introduction to Web Accessibility
 
1.3.5 more than autocomplete
1.3.5 more than autocomplete1.3.5 more than autocomplete
1.3.5 more than autocomplete
 
All change for WCAG 2.0 - what you need to know about the new accessibility g...
All change for WCAG 2.0 - what you need to know about the new accessibility g...All change for WCAG 2.0 - what you need to know about the new accessibility g...
All change for WCAG 2.0 - what you need to know about the new accessibility g...
 
WCAG 2.1 and POUR
WCAG 2.1 and POURWCAG 2.1 and POUR
WCAG 2.1 and POUR
 
WAI-ARIA and the OpenAjax Alliance Accessibility Working Group.
WAI-ARIA and the OpenAjax Alliance Accessibility Working Group.WAI-ARIA and the OpenAjax Alliance Accessibility Working Group.
WAI-ARIA and the OpenAjax Alliance Accessibility Working Group.
 
Rich internet application accessibility - a quick overview
Rich internet application accessibility - a quick overviewRich internet application accessibility - a quick overview
Rich internet application accessibility - a quick overview
 
Ideas 5 - Roger Hudson - Understanding WCAG 2.0
Ideas 5 - Roger Hudson - Understanding WCAG 2.0Ideas 5 - Roger Hudson - Understanding WCAG 2.0
Ideas 5 - Roger Hudson - Understanding WCAG 2.0
 
What's New in WCAG 2.2? - AbilityNet webinar
What's New in WCAG 2.2? - AbilityNet webinarWhat's New in WCAG 2.2? - AbilityNet webinar
What's New in WCAG 2.2? - AbilityNet webinar
 
Web Accessibility for Web Developers
Web Accessibility for Web DevelopersWeb Accessibility for Web Developers
Web Accessibility for Web Developers
 
Wipa Seminar WCAG 2.0
Wipa Seminar WCAG 2.0Wipa Seminar WCAG 2.0
Wipa Seminar WCAG 2.0
 
SpringIO 2016 - Spring Cloud MicroServices, a journey inside a financial entity
SpringIO 2016 - Spring Cloud MicroServices, a journey inside a financial entitySpringIO 2016 - Spring Cloud MicroServices, a journey inside a financial entity
SpringIO 2016 - Spring Cloud MicroServices, a journey inside a financial entity
 
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entity
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entitySpring IO 2016 - Spring Cloud Microservices, a journey inside a financial entity
Spring IO 2016 - Spring Cloud Microservices, a journey inside a financial entity
 
Introduction To WCAG 2.0
Introduction To WCAG 2.0Introduction To WCAG 2.0
Introduction To WCAG 2.0
 
Universal Access Design & Web Accessibility - Mekong ICT Camp 2010
Universal Access Design & Web Accessibility - Mekong ICT Camp 2010Universal Access Design & Web Accessibility - Mekong ICT Camp 2010
Universal Access Design & Web Accessibility - Mekong ICT Camp 2010
 
VAST 8.0
VAST 8.0VAST 8.0
VAST 8.0
 
Microsoft Word - Sample Report
Microsoft Word - Sample ReportMicrosoft Word - Sample Report
Microsoft Word - Sample Report
 

More from Intopia

The value of measuring your accessibility maturity
The value of measuring your accessibility maturityThe value of measuring your accessibility maturity
The value of measuring your accessibility maturityIntopia
 
Annotating designs for accessibility
Annotating designs for accessibilityAnnotating designs for accessibility
Annotating designs for accessibilityIntopia
 
Making Content Creation Tools Accessible
Making Content Creation Tools AccessibleMaking Content Creation Tools Accessible
Making Content Creation Tools AccessibleIntopia
 
Annotating designs for accessibility
Annotating designs for accessibilityAnnotating designs for accessibility
Annotating designs for accessibilityIntopia
 
The why, when and how of including people with disability in the design process
The why, when and how of including people with disability in the design processThe why, when and how of including people with disability in the design process
The why, when and how of including people with disability in the design processIntopia
 
Annotating designs for accessibility
Annotating designs for accessibilityAnnotating designs for accessibility
Annotating designs for accessibilityIntopia
 
Accessible procurement: Stories from the trenches
Accessible procurement: Stories from the trenchesAccessible procurement: Stories from the trenches
Accessible procurement: Stories from the trenchesIntopia
 
From Empathy to Research with People with Disability
From Empathy to Research with People with DisabilityFrom Empathy to Research with People with Disability
From Empathy to Research with People with DisabilityIntopia
 
Designing for people with cognitive impairments
Designing for people with cognitive impairmentsDesigning for people with cognitive impairments
Designing for people with cognitive impairmentsIntopia
 
How to create a kick ass business case for accessibility
How to create a kick ass business case for accessibilityHow to create a kick ass business case for accessibility
How to create a kick ass business case for accessibilityIntopia
 
Personalised technical accessibility training: a case study
Personalised technical accessibility training: a case studyPersonalised technical accessibility training: a case study
Personalised technical accessibility training: a case studyIntopia
 
Making Accessible Web Animations
Making Accessible Web AnimationsMaking Accessible Web Animations
Making Accessible Web AnimationsIntopia
 
Using the black art of marketing to sell accessibility
Using the black art of marketing to sell accessibilityUsing the black art of marketing to sell accessibility
Using the black art of marketing to sell accessibilityIntopia
 
Design Systems that supports inclusive experiences
Design Systems that supports inclusive experiencesDesign Systems that supports inclusive experiences
Design Systems that supports inclusive experiencesIntopia
 
Using cognitive walkthroughs for a task-oriented accessibility review
Using cognitive walkthroughs for a task-oriented accessibility reviewUsing cognitive walkthroughs for a task-oriented accessibility review
Using cognitive walkthroughs for a task-oriented accessibility reviewIntopia
 
WCAG 2.1 update for designers
WCAG 2.1 update for designersWCAG 2.1 update for designers
WCAG 2.1 update for designersIntopia
 
Creating accessible design systems - OZeWAI 2018
Creating accessible design systems - OZeWAI 2018Creating accessible design systems - OZeWAI 2018
Creating accessible design systems - OZeWAI 2018Intopia
 
Investing in your family's future - OZeWAI 2018
Investing in your family's future - OZeWAI 2018Investing in your family's future - OZeWAI 2018
Investing in your family's future - OZeWAI 2018Intopia
 
WCAG 2.1 for Designers - OZeWAI 2018
WCAG 2.1 for Designers - OZeWAI 2018WCAG 2.1 for Designers - OZeWAI 2018
WCAG 2.1 for Designers - OZeWAI 2018Intopia
 
Even more accessible! What WCAG 2.1 means for designers - Web Directions Summ...
Even more accessible! What WCAG 2.1 means for designers - Web Directions Summ...Even more accessible! What WCAG 2.1 means for designers - Web Directions Summ...
Even more accessible! What WCAG 2.1 means for designers - Web Directions Summ...Intopia
 

More from Intopia (20)

The value of measuring your accessibility maturity
The value of measuring your accessibility maturityThe value of measuring your accessibility maturity
The value of measuring your accessibility maturity
 
Annotating designs for accessibility
Annotating designs for accessibilityAnnotating designs for accessibility
Annotating designs for accessibility
 
Making Content Creation Tools Accessible
Making Content Creation Tools AccessibleMaking Content Creation Tools Accessible
Making Content Creation Tools Accessible
 
Annotating designs for accessibility
Annotating designs for accessibilityAnnotating designs for accessibility
Annotating designs for accessibility
 
The why, when and how of including people with disability in the design process
The why, when and how of including people with disability in the design processThe why, when and how of including people with disability in the design process
The why, when and how of including people with disability in the design process
 
Annotating designs for accessibility
Annotating designs for accessibilityAnnotating designs for accessibility
Annotating designs for accessibility
 
Accessible procurement: Stories from the trenches
Accessible procurement: Stories from the trenchesAccessible procurement: Stories from the trenches
Accessible procurement: Stories from the trenches
 
From Empathy to Research with People with Disability
From Empathy to Research with People with DisabilityFrom Empathy to Research with People with Disability
From Empathy to Research with People with Disability
 
Designing for people with cognitive impairments
Designing for people with cognitive impairmentsDesigning for people with cognitive impairments
Designing for people with cognitive impairments
 
How to create a kick ass business case for accessibility
How to create a kick ass business case for accessibilityHow to create a kick ass business case for accessibility
How to create a kick ass business case for accessibility
 
Personalised technical accessibility training: a case study
Personalised technical accessibility training: a case studyPersonalised technical accessibility training: a case study
Personalised technical accessibility training: a case study
 
Making Accessible Web Animations
Making Accessible Web AnimationsMaking Accessible Web Animations
Making Accessible Web Animations
 
Using the black art of marketing to sell accessibility
Using the black art of marketing to sell accessibilityUsing the black art of marketing to sell accessibility
Using the black art of marketing to sell accessibility
 
Design Systems that supports inclusive experiences
Design Systems that supports inclusive experiencesDesign Systems that supports inclusive experiences
Design Systems that supports inclusive experiences
 
Using cognitive walkthroughs for a task-oriented accessibility review
Using cognitive walkthroughs for a task-oriented accessibility reviewUsing cognitive walkthroughs for a task-oriented accessibility review
Using cognitive walkthroughs for a task-oriented accessibility review
 
WCAG 2.1 update for designers
WCAG 2.1 update for designersWCAG 2.1 update for designers
WCAG 2.1 update for designers
 
Creating accessible design systems - OZeWAI 2018
Creating accessible design systems - OZeWAI 2018Creating accessible design systems - OZeWAI 2018
Creating accessible design systems - OZeWAI 2018
 
Investing in your family's future - OZeWAI 2018
Investing in your family's future - OZeWAI 2018Investing in your family's future - OZeWAI 2018
Investing in your family's future - OZeWAI 2018
 
WCAG 2.1 for Designers - OZeWAI 2018
WCAG 2.1 for Designers - OZeWAI 2018WCAG 2.1 for Designers - OZeWAI 2018
WCAG 2.1 for Designers - OZeWAI 2018
 
Even more accessible! What WCAG 2.1 means for designers - Web Directions Summ...
Even more accessible! What WCAG 2.1 means for designers - Web Directions Summ...Even more accessible! What WCAG 2.1 means for designers - Web Directions Summ...
Even more accessible! What WCAG 2.1 means for designers - Web Directions Summ...
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 

Recently uploaded (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 

Advances in web accessibility

  • 1. intopia.digital creating an inclusive digital world Andrew Arch @amja @IntopiaDigital Advances in Web Accessibility WCAG 2.1 and more
  • 3. Topics  W3C and Web Accessibility Initiative (WAI) updates  WCAG 2.1 release  Silver guidelines  Other advances observed
  • 4. Lots of new recommendations ARIA Working Group has finalised recs for: • WAI ARIA 1.1 • completes the HTML + ARIA accessibility model • WAI ARIA Authoring Practices 1.1 also published • Core Accessible API Mappings 1.1 • describes how user agents should expose semantics of web content languages to accessibility APIs • Digital Publishing WAI-ARIA Module 1.0 • defines a set of WAI-ARIA roles specific to AT users navigate EPUB • Digital Publishing Accessibility API Mappings • defines a WAI-ARIA module specific to the digital publishing industry
  • 5. Working Drafts for review • Accessibility Conformance Testing (ACT) Rules Format • specifies requirements for writing accessibility test rules • Personalization Semantics 1.0 • tailoring aspects of the user experience to meet the needs and preferences of the user • WAI ARIA Graphics Module + Accessibility API • defines core roles specific to web graphics that allow an author to express the logical structure of the graphic to assistive technologies
  • 6. Updated resources • Planning and Managing Web Accessibility • Web Accessibility First Aid: Approaches for Interim Repairs • Developing Organizational Policies on Web Accessibility • Planning and Managing Web Accessibility • Easy Checks - A First Review of Web Accessibility • Added a new check on Moving, Flashing, or Blinking Content • Tutorials on Web Accessibility • Updated Menus, Page Structure, Forms, Images, Tables, and Carousels • Web Accessibility Laws and Policies Listing • Updated and restructured • Video Introduction to Web Accessibility and W3C Standards
  • 7. New WAI website real soon - https://www.w3.org/WAI/beta/ Updated resources – WAI website
  • 8. WCAG 2.1 update What can we expect in the new release?
  • 9. WCAG 1.0 released 5 May 1999 History
  • 11. History (3) • WCAG 1.0 released 5 May 1999 • WCAG 2.0 released 11 December 2008 • Task forces established to address WCAG gaps: • Mobile & Cognitive task forces established late 2013 • Low Vision task force established August 2015 • WCAG 2.1 announced October 2016 • WAI Silver (AG) task force established November 2016
  • 12. WCAG 2.1 additions • Principles – still 4 (POUR) • Guidelines – 1 new • Input Modalities (2.5) • Success Criteria – 17 new • 5 @ Level A • 7 @ Level AA • 5 @ Level AAA
  • 13. Guideline 1.3 – Adaptable SC 1.3.4 – Orientation (AA) • Content is not locked to a specific display orientation, and functionality of the content is operable in all display orientations, except where display orientation is essential for use of the content
  • 14. Guideline 1.3 – Adaptable (2) SC 1.3.5 – Identify Input Purpose (AA) • Help people ​better recognize​ and understand ​ ​the intention of form inputs by attaching additional information (metadata) to the identified form inputs SC 1.3.6 – Identify Purpose (AAA) • Enable the purpose of User Interface Components, icons, and regions can be programmatically determined • To support personalization and support user preferences and user needs
  • 15. Guideline 1.4 – Distinguishable SC 1.4.10 – Reflow (AA) • Increases zoom requirements to 400% without horizontal scroll SC 1.4.11 – Non-text Contrast (AA) • The visual presentation of ‘user interface components’ and ‘graphical objects’ that are essential for understanding the content or functionality have a contrast ratio of at least 3.0:1 against the adjacent colours
  • 16. Guideline 1.4 – Distinguishable (2) SC 1.4.12 – Text Spacing(AA) • Requires websites not to interfere with user style sheets or similar for line height, paragraph spacing, letter spacing, and word spacing SC 1.4.13 – Content on Hover or Focus (AA) • Content triggered by hover or focus (and often obscures he trigger) can be • Dismissed without moving focus • Remains visible if the pointer is moved over it • Persist until dismissed or the hover or focus is moved away
  • 17. Guideline 2.1 – Keyboard Accessible SC 2.1.4 – Character Key Shortcuts (A) • If a keyboard shortcut is implemented in content using only letter (including upper- and lower-case letters), punctuation, number, or symbol characters, then at least one of the following is true: • They can be turned off • They can be remapped • They are only active on focus • Intended to prevent or minimise conflicts with assistive technology keyboard actions
  • 18. Guideline 2.2 – Enough Time SC 2.2.6 – Timeouts (AAA) • Where data can be lost due to user inactivity, users are warned at the start about the length of inactivity that generates the timeout • Essentially adding what most banks and many other transactional sites already do
  • 19. Guideline 2.3 – Seizures and Physical Reactions SC 2.3.3 – Animation from Interactions • Motion animation triggered by interaction can be disabled, unless the animation is essential to the functionality or the information being conveyed • Refers primarily to the parallax movement (3D effect) that occurs on some pages with vertical scrolling and causes motion sickness in some people
  • 20. Guideline 2.5 – Pointer Accessible [new] SC 2.5.1 – Pointer Gestures (A) • All functionality can be operated with a single untimed pointer gesture • Do not require a path-based gesture, unless a multipoint or path- based gesture is essential SC 2.5.2 – Pointer Cancellation (AA) • Requires authors to use up-event triggering (which is standard) on interactive components (with exceptions) • Helps users with dexterity disabilities who miss the target
  • 21. Guideline 2.5 – Pointer Accessible [new] (2) SC 2.5.3 – Label in Name (A) • Where an active control has a visible label, the accessible name for the control includes the text string used for its visible label • Important for voice input users in particular SC 2.5.4 – Motion Actuation (A) • Functionality that can be operated by device motion or user motion can also be operated by user interface components • Responding to the motion can be disabled to prevent accidental actuation
  • 22. Guideline 2.5 – Pointer Accessible [new] (3) SC 2.5.5 – Target size (AAA) • The size of the target is at least 44 by 44 CSS pixels for pointer inputs except when, for example • The target is available through an equivalent link or control on the same page that is at least 44 by 44 CSS pixels • The target is in a sentence or block of text SC 2.5.6 – Concurrent Input Mechanisms (AAA) • Web content does not restrict use of input modalities available on a platform (with exceptions) • Allow for a combination of mechanisms such as a keyboard or keyboard- like interfaces and pointer devices like a mouse, stylus or touchscreen
  • 23. Guideline 4.1 - Compatible SC 4.1.3 – Status Messages (AA) • Status messages can be programmatically determined through role or properties such that they can be presented to the user by assistive technologies without receiving focus
  • 25. Next steps • W3C members to vote on Proposed Draft • WAI to provide additional guidance on the new requirements • Understanding WCAG 2.1 • Techniques for new criteria • How to meet WCAG 2.1 quick reference • Australia and other countries to adopt the new version
  • 28. Source: What comes after WCAG 2.1 • Based on evidence and data • Broadly communicate our efforts • Clear project milestones • Inclusive communication paths • Inclusive of more perspectives • Involve more stakeholders • Easier to maintain and update • Clearer update path Process and Structure • Easier to use • Easier to reference • Easier to understand • Expanded scope • Inclusive of more disabilities • Inclusive of more perspectives • Inclusive of more technologies • Useful for more people Content Accessibility Guidelines post WCAG – aka Silver
  • 29. Other changes benefiting accessibility
  • 30. ICT Procurement Standard Accessibility requirements suitable for public procurement of ICT products and services – AS EN 301 549: 2016 • Adopted from EU standard • Australian Standard Dec 2016 • Commonwealth Government • NSW Government • SA Government NB. PDF version is free to download
  • 31. Accessibility is becoming mainstream Accessibility is being talked about in mainstream discussion: • Design • User experience and user research • Content design and authoring • Development – WAI ARIA everywhere • Business strategy and benefits from accessibility
  • 32. Organisations are increasingly looking to include people with disability in user research and usability testing • Definitely in DTA and other parts of government • Also across Intopia’s clients and others Intopia Connect is being established to facilitate this growth • Contact us at connect@intopia.digital to participate • Intopia pays participants – this is not a volunteer role! Usability research
  • 33. intopia.digital creating an inclusive digital world Contact me: andrew@intopia.digital @amja Contact W3C/WAI wai@w3.org https://www.w3.org/WAI/ Questions

Editor's Notes

  1. Third time I’ve spoken at Round Table conf Manager of web a11y consulting and training and VA A11y and Inclusivity lead at DTA Now at Intopia Also been doing this web and digital a11y stuff for nigh on 20 years Allows me to reflect on changes and where we’re going
  2. APIs are the rules for exposing WAI-ARIA attributes and semantics to assistive technologies
  3. We’ll talk later abut WCAG 2.1
  4. After careful deliberation and consultation, the Working Group has now decided not to put the new guidance in extensions, and instead to work on an updated version of Web Content Accessibility Guidelines. This dot-release, WCAG 2.1, will build on WCAG 2.0 to provide guidance urgently needed for today’s technologies
  5. After careful deliberation and consultation, the Working Group has now decided not to put the new guidance in extensions, and instead to work on an updated version of Web Content Accessibility Guidelines. This dot-release, WCAG 2.1, will build on WCAG 2.0 to provide guidance urgently needed for today’s technologies
  6. After careful deliberation and consultation, the Working Group has now decided not to put the new guidance in extensions, and instead to work on an updated version of Web Content Accessibility Guidelines. This dot-release, WCAG 2.1, will build on WCAG 2.0 to provide guidance urgently needed for today’s technologies
  7. POUR – Perceivable, Operable, Understandable, Robust
  8. These two are about longer term personalisation of web pages
  9. 1.4.10 Basically requires Responsive design – it’s more technical than 400% zoom, but sort of equates to that 1.4.11 contrast - User Interface ComponentsVisual information used to indicate states and boundaries of user interface components, except for inactive components or where the appearance of the component is determined by the user agent and not modified by the author; Graphical ObjectsParts of graphics required to understand the content, except when a particular presentation of graphics is essential to the information being conveyed.
  10. Adding what most banks and many other transactional sites already do
  11. 2.5.6 - Users may employ a variety of input mechanisms when interacting with web content. These may be a combination of mechanisms such as a keyboard or keyboard-like interfaces and pointer devices like a mouse, stylus or touchscreen. - exceptions: where the restriction is essential, required to ensure the security of the content, or required to respect user settings.
  12. Most sighted users can observe text peripherally added to the viewport. When appropriate roles or properties are assigned to status messages, the new content is spoken by screen readers in such a way as to assist blind and low vision users
  13. Working draft – iteratively improved Last call working draft – final draft Candidate recommendation – needs proof of implementation Proposed recommendation - submitted to the W3C Membership for endorsement W3C recommendation (web standard)
  14. BUT maybe a WCAG 2.2 before Silver gets out as many possible SC’s not in 2.1 from the low vision or cognitive TFs
  15. Delighted to talk to anyone in the break about our usability work in particular