a11yTOConf2020

Finding Root Causes

Speaker: Sarah Higley
Twitter: @codingchaos
Slides

Debugging

Bugs

Table Bug

Focus

document.addEventListener('focusin', () => {
    console.log(document.activeElement);
});

Voice Over should read… but reads…

Accessibility on 3rd Party Tools