Color Contrast and WCAG A look into color contrast and WCAG. What are the guidelines, how to achieve those guidelines, tools people can use for color contrast checking, and other tips and tricks to help people understand and achieve great color contrast in their projects.
Accessibility APIs: Where the magic happens! Are you coding for accessibility? Have you ever wondered how the accessibility information of the elements you’ve used and components you’re building is exposed to assistive technologies, or why every accessibility person ever says: “Use native elements!”?
With this talk I aim to fill in the blanks by discussing how the Accessibility APIs work together with HTML elements, WAI ARIA and the Accessibility Tree to make the magic happen by extracting accessibility information from web interfaces and presenting it to assistive technologies.
Understanding Live Regions Live regions help us expose useful information, and notify users with minimal distraction. However, they are frequently misused in many modern Web applications. Ugi will talk about how to create live regions, how to debug them, and rules to make them truly accessible for all.
Overlays Underwhelm The organizers pitched it to me, so this may change: Accessibility overlays bring promises of accessible sites in one line of code, but experiences from users tell us the opposite. We will look at the guarantees, the marketing efforts, the code efforts, and lived experiences of users.
The Low-Hanging, High Impact Accessibility Issues For Developers In this talk Samuel Proulx, Accessibility Evangelist at Fable and blind since birth, will walk you through low-effort, high yield opportunities for you to improve accessibility in your apps and websites. It is tailored to developers and will cover major items within the context of the W3C principles, as well as informed by his experiences as a screen reader user and member of a community of people with disabilities
Intro to Cross Screen Reader Testing There’s a wide variety of screen readers available today — NVDA, JAWS, VoiceOver, Narrator, and TalkBack to name a few. Much like web browsers, each has its own strengths, weaknesses, and unique quirks.
In this talk, we’ll dive into why testing with screen readers is important, the major differences between them, and strategies you can use to prioritize and debug screen reader issues that surface in your accessibility work.
SpeakingNaturally on Dragons and other alternative navigations Accessibility talks typically focus on understanding standards and code, but there’s something that’s more important to understand before you even start thinking about WCAG or ARIA. It’s assistive technology.
What types are there and how do they work? We’ll dive into the lesser know alternative navigation tools like Dragon NaturallySpeaking, switch systems and on screen keyboards. Once you know more about assistive technology you can better understand the impact of following or not following WCAG and you can test that your accessible code actually makes sense.
Making Motion Inclusive Let’s clear the air about animation and inclusive design. It’s a common misconception that things like inclusive design and accessibility only come at the cost of design details like motion, but that’s just not the case. Whether it’s microinteractions, animated illustrations, or larger animated experiences, a little care and consideration can go a long way towards getting the best of both worlds.
In this session Val will show you how to build animated interactions with inclusivity in mind from the start. We’ll discuss how to apply web accessibility guidelines to modern web animation, when and how to implement reduced motion, and approaches to building up animated interactions for a solid standards base.
Building the most inaccessible site possible with a perfect Lighthouse score Google’s built-in testing tool Lighthouse judges the accessibility of our websites with a score between 0 and 100. It’s laudable to try to get a high grading, but a score of 100 doesn’t mean that the site is perfectly accessible. To prove that Manuel Matuzović carried out a little experiment.
Forced colors explained Forced colors, or Windows high contrast mode (a “misnomer”, we’ll get to that), is a way for browsers to completely overwrite your websites design with a user specified style. The CSS Media query of the same name can help you adapt, or compensate, for this radical change in your sites design. But what should you adapt to, and how? Join Kilian in this talk to explore the what, why and how of forced colors.
PWAs & Project Fugu: Closing The Relevance Gap Alex Russell, Partner Program Manager Microsoft Edge Chromium’s Project Fugu is an open collaboration to push the capabilities of the web platform forward through standards. When combined with Progressive Web Apps, we’re approaching a point where whole classes of applications that were previously exclusive to native apps […]
Desktop PWAs. About time. Diego González, Program Manager Microsoft Edge It’s 2021. Long gone are the times where a PWA was only a shortcut in a user’s home screen. PWAs play nicely with desktop environments. It’s about time. The presentation goes through cutting edge features and APIs that allow a PWA to integrate seamlessly with […]
The 2021 edition of dealing with files on the Web Thomas Steiner, Developer Relations Engineer Google The file input element and the download attribute on anchor elements used to be the primary way for working with files on the Web. Not anymore! In this presentation, I will show modern ways of dealing with files in […]