Topic mix

Accessibility engineering

33 moments from 27 videos · 2:00:58 total

Learn how to integrate accessibility engineering into your front-end development workflow with these practical session highlights from seasoned web developers.

Mastering Keyboard Accessibility
Play section Targeting web content accessibility guidelines for keyboards
Targeting web content accessibility guidelines for keyboards thumbnail

Targeting web content accessibility guidelines for keyboards

Applying assistive technologies to leverage operating system keyboard APIs strictly following standardized web guidelines.

Preventing Accessibility Issues Instead Of Fixing Them
Play section Business case for shifting accessibility to the left
Business case for shifting accessibility to the left thumbnail

Business case for shifting accessibility to the left

Moving accessibility requirements to the user experience design phase prevents defects and reduces engineering remediation time.

Play section Addressing inconsistent screen reader and browser environments
Addressing inconsistent screen reader and browser environments thumbnail

Addressing inconsistent screen reader and browser environments

Strictly following documented web standards minimizes rendering failures across highly subjective operating system and accessibility tool setups.

WeAreDevelopers LIVE – Inclusion, Accessibility & Automation
Play section Navigating careers in web accessibility engineering
Navigating careers in web accessibility engineering thumbnail

Navigating careers in web accessibility engineering

How human-computer interaction studies and open-source contributions shape professional development paths.

Shift Left On Accessibility - Geri Reid
Play section Defining engineering readiness criteria using mandatory frontend accessibility inputs
Defining engineering readiness criteria using mandatory frontend accessibility inputs thumbnail

Defining engineering readiness criteria using mandatory frontend accessibility inputs

Developers need explicit instructions on zoom reflow, keyboard state, and reduced motion before beginning implementation.

Accessibility with Web Components
Play section Resolving default accessibility limitations in custom web components
Resolving default accessibility limitations in custom web components thumbnail

Resolving default accessibility limitations in custom web components

Unrecognized custom elements require explicit ARIA attributes and design patterns to function correctly with assistive technologies.

Decoding web accessibility through audit
Play section Introduction to web accessibility and assistive technologies
Introduction to web accessibility and assistive technologies thumbnail

Introduction to web accessibility and assistive technologies

Standard coding guidelines prevent developers from accidentally breaking default web accessibility for users with disabilities.

WeAreDevelopers LIVE - Should We Respect LLMs? Is Rust Taking Over? Developers as Content Creators and more
Play section Fostering an inclusive and accessible engineering culture
Fostering an inclusive and accessible engineering culture thumbnail

Fostering an inclusive and accessible engineering culture

Establishing a genuine accessibility culture depends on hiring dedicated internal experts rather than treating compliance as an afterthought.

The What, Why, Who and How of accessibility on the web
Play section Introduction to building accessible web frontends
Introduction to building accessible web frontends thumbnail

Introduction to building accessible web frontends

How expanding knowledge around accessibility improves overall web interface quality.

Play section Utilizing testing tools to audit web platform compliance
Utilizing testing tools to audit web platform compliance thumbnail

Utilizing testing tools to audit web platform compliance

Integrating automated testing extensions and OS-level screen readers validates technical accessibility before deployment.

Play section Defining individual disabilities and web accessibility
Defining individual disabilities and web accessibility thumbnail

Defining individual disabilities and web accessibility

Recognizing structural mismatches helps developers design for visual, hearing, motor, and cognitive limitations.

Building Bluesky as a Platform - Eric Bailey
Play section Improving application accessibility and the external developer experience
Improving application accessibility and the external developer experience thumbnail

Improving application accessibility and the external developer experience

Resolving full-stack deployment friction and simplifying alt-text input creates a more inclusive technical environment.

Making Interactions Accessible to All Users
Play section Defining interaction and accessibility on the web
Defining interaction and accessibility on the web thumbnail

Defining interaction and accessibility on the web

How diverse users interact with web interfaces using assistive technologies.

Semantic HTML means it's semantic, right? Right?
Play section Managing noisy section elements in assistive technologies
Managing noisy section elements in assistive technologies thumbnail

Managing noisy section elements in assistive technologies

Upgrading standard HTML sections with an accessible name establishes beneficial landmark regions.

Play section The case for semantic HTML in accessibility
The case for semantic HTML in accessibility thumbnail

The case for semantic HTML in accessibility

Using correct elements improves code quality and creates consistent user experiences across different abilities.

Scalable architecture for mobile apps
Play section Implementing inclusive accessibility standards from day one
Implementing inclusive accessibility standards from day one thumbnail

Implementing inclusive accessibility standards from day one

Embedding screen reader compatibility and scalable typography accommodates disabled user needs natively across platforms.

Dizzy users close browsers: balancing creativity and accessibility
Play section Developing practical empathy for non-visual web users
Developing practical empathy for non-visual web users thumbnail

Developing practical empathy for non-visual web users

Treating code accessibility problems as extreme baseline usability bugs ensures a significantly better product rendering experience across all audience segments.

Secure and Accessible Login Systems - Ramona Schwering
Play section Utilizing developer tools to test and improve accessibility
Utilizing developer tools to test and improve accessibility thumbnail

Utilizing developer tools to test and improve accessibility

Leveraging browser inspector panels and automated audits helps identify visual contrast issues and navigational flaws early.

Play section Implementing low-hanging accessibility fixes in frontend web applications
Implementing low-hanging accessibility fixes in frontend web applications thumbnail

Implementing low-hanging accessibility fixes in frontend web applications

Understanding how web frameworks generate structural markup is essential for preventing fundamental accessibility barriers.

Play section Collaborating on nuanced security and accessibility user experiences
Collaborating on nuanced security and accessibility user experiences thumbnail

Collaborating on nuanced security and accessibility user experiences

Discussing localized implementations and specific disabilities with peers broadens technical empathy and inspires stronger design patterns.

WeAreDevelopers LIVE - 11ty and a11y
Play section Prioritizing web accessibility standards for inclusive digital experiences
Prioritizing web accessibility standards for inclusive digital experiences thumbnail

Prioritizing web accessibility standards for inclusive digital experiences

Deliberate incorporation of accessibility principles during initial development guarantees usable experiences across varying physical capabilities and devices.

Oh S***! There's a New Accessibility Law and I'm Not Ready!
Play section Finding accessibility issues through manual keyboard navigation testing
Finding accessibility issues through manual keyboard navigation testing thumbnail

Finding accessibility issues through manual keyboard navigation testing

Relying on semantic HTML elements prevents hidden traps and focus state failures during basic manual testing.

WAD Live 22/01/2025: Exploring AI, Web Development, and Accessibility in Tech with Stefan Judis
Play section W3C accessibility guidelines and essential practices
W3C accessibility guidelines and essential practices thumbnail

W3C accessibility guidelines and essential practices

The ratification of developer tool accessibility standards emphasizes the importance of semantic HTML fundamentals and basic visual accommodations.

Building Interactive Async UI with React 19 and Ariakit
Play section Overcoming challenges in building accessible interfaces
Overcoming challenges in building accessible interfaces thumbnail

Overcoming challenges in building accessible interfaces

Understanding the difficulties of delivering custom design capabilities while meeting strict WCAG standards and preventing asynchronous UI flickering.

AI and Accessibility: The Good and the Bad - Fireside Chat
Play section Bridging the gap between design tools and engineering semantics
Bridging the gap between design tools and engineering semantics thumbnail

Bridging the gap between design tools and engineering semantics

Generating functional HTML from design platforms often lacks essential code hierarchy.

Rethinking Intelligence: AI, Accessibility, and the Future of Inclusive Work - Artur Ortega
Play section Embracing the social model of disability in system engineering
Embracing the social model of disability in system engineering thumbnail

Embracing the social model of disability in system engineering

Why tech industries should focus on building universally accessible processes instead of trying to medically fix disabled individuals.

NoLoJS - Avoiding JavaScript Cruft with HTML and CSS - Aaron T. Grogg
Play section Navigating accessibility standards and screen reader support limitations
Navigating accessibility standards and screen reader support limitations thumbnail

Navigating accessibility standards and screen reader support limitations

The friction between using semantic tags correctly and the reality of outdated assistive technology failing to interpret modern features.

Autism in Tech
Play section Introduction and speaker background in technology
Introduction and speaker background in technology thumbnail

Introduction and speaker background in technology

An introduction to navigating the tech industry through the lens of a neurodivergent background.

Plan CI/CD on the Enterprise level!
Play section Structuring environments and defining manual access limitations
Structuring environments and defining manual access limitations thumbnail

Structuring environments and defining manual access limitations

Restricting engineering access to production forces tighter deployment automation and verifies reliable testing integrations.

WeAreDevelopers LIVE - Gaps in CSS, EU Accessibility Act and more!
Play section Verifying assistive technology compatibility across web browsers
Verifying assistive technology compatibility across web browsers thumbnail

Verifying assistive technology compatibility across web browsers

Testing combinations of screen readers and operating systems reveals specific edge cases requiring functional patching strategies.

Speak, Code, Deploy: Transforming Developer Experience with Voice Commands
Play section Discovering accessibility features as everyday utility tools
Discovering accessibility features as everyday utility tools thumbnail

Discovering accessibility features as everyday utility tools

Accessibility settings on mobile devices offer alternative navigation methods that benefit all users.

Command the Bots: Mastering robots.txt for Generative AI and Search Marketing
Play section Original purpose and evolution of the robots.txt protocol
Original purpose and evolution of the robots.txt protocol thumbnail

Original purpose and evolution of the robots.txt protocol

How the initial protocol established a unified approach to managing search engine access and protecting site rankings.

WeAreDevelopers LIVE - "Fun and games - and all that comes with it", Back to BASIC & more
Play section Accessible tools for building your first video game
Accessible tools for building your first video game thumbnail

Accessible tools for building your first video game

Recommendations on using accessible engines and storytelling platforms for aspiring game creators.

Your mix. Instantly.

More mixes