dai11y 16/06/2020

16 June 2020

Legacy Applications and Accessibility A deque.com blog post describing approaches to finding accessibility issues in legacy code; for example, scanning the codebase for positive tab index values (tabindex=”1″ etc). An interesting idea is an ‘accessibility JavaScript file’ that you can include on pages to help fix a11y issues without having to modify the legacy code…. [Read More]

fortnight11y issue 15

15 June 2020

Sa11y – accessibility quality assurance assistant An accessibility quality assurance tool geared towards content authors: Sa11y visually highlights common errors, with contextual information. Try out the demo. Text link Accessibilty: aria-label and title Deque article testing <a> links with various combinations of title and aria-label. The conclusion is that aria-label is the best supported attribute,… [Read More]

week11y issue 30

15 June 2020

I Don’t Care What Google or Apple or Whoever Did Adrian Roselli complains that when he raises accessibility/usability issues with clients, their response is “but Google does this”. He then lists several poor UI changes the big companies have made and subsequently U-turned on, such as Google’s form fields without boxes, or Apple’s super thin… [Read More]

dai11y 15/06/2020

15 June 2020

Deaf fitness instructor calls for more accessibility in workout classes India Morse (@youleanmeup) is a fitness instructor on Instagram. She was born deaf, and found that workout classes aren’t visual enough for the deaf community, and Instagram as a platform is lacking live-captions. So she launched Coaching by India; an online coaching app with captions… [Read More]

dai11y 12/06/2020

12 June 2020

The Last of Us Part II: Accessibility features detailed A comprehensive article on the PlayStation blog, detailing how The Last of Us Part II comes with three presets for different kinds of disabilities, but every setting can be individually overwritten. Gameplay alterations such as ‘invisible while prone’ allow gamers to enjoy stealth mode they might… [Read More]

dai11y 10/06/2020

10 June 2020

I Don’t Care What Google or Apple or Whoever Did Adrian Roselli complains that when he raises accessibility/usability issues with clients, their response is “but Google does this”. He then lists several poor UI changes the big companies have made and subsequently U-turned on, such as Google’s form fields without boxes, or Apple’s super thin… [Read More]

week11y issue 29

08 June 2020

After a week on holiday (as best as possible in the lockdown!), I have a bumper issue for you this week! Sa11y – accessibility quality assurance assistant An accessibility quality assurance tool geared towards content authors: Sa11y visually highlights common errors, with contextual information. Try out the demo. Text link Accessibilty: aria-label and title Deque… [Read More]

dai11y 08/06/2020

08 June 2020

Is it ok to ‘grey out’ disabled buttons? UX Collective article that makes some interesting points: WCAG 2.1 success criterion 1.4.3 (“Contrast”) does not apply to text that is “part of an inactive user interface component”. However, if providing low-contrast styles for disabled buttons, the author encourages measures such as ensuring colour is not the… [Read More]

dai11y 05/06/2020

05 June 2020

HTMHell special: close buttons Article by HTMHell picking apart the real-world implementations of the ‘close’ button. Some sites use images or SVGs with no alt text, some use ‘X’ to represent ‘close’ (which is lost on screen readers), some use <div> or <a> elements where a <button> is required. There are a few recommended solutions… [Read More]

dai11y 04/06/2020

04 June 2020

Could coronavirus kickstart more accessible tech? In this BBC video, we discover how live captioning enables deaf colleagues to participate in remote meetings in this era of coronavirus. It references an article on bighack.org comparing the best video conferencing software for accessibility, which found that some popular platforms such as Zoom do not provide live… [Read More]

Loading...