week11y issue 22

13 April 2020

CSS Can Influence Screenreaders Ben Myers explains that some CSS may have unintended side-effects on assistive technologies. <button style=”text-transform: uppercase”>Add</button>, for example, is read out as the acronym “A.D.D.” on VoiceOver. The line between presentation and content is increasingly blurred with ::before/::after pseudo elements, the output of which is compiled into the same accessibility tree… [Read More]

dai11y 14/04/2020

14 April 2020

Google develops virtual braille keyboard for Android, rolling out now Currently, people plug in physical braille keyboards when they want to type, which can be inconvenient on mobile. Google have developed a virtual TalkBack keyboard integrated into Android, which you hold in landscape orientation, supporting both grade 1 and grade 2 braille.

dai11y 13/04/2020

13 April 2020

The WebAIM Million – An annual accessibility analysis of the top 1,000,000 home pages A discouraging report on the accessibility of the top 1 million homepages. 98.1% failed at least one WCAG 2 criterion. Most commonly, this was low contrast text (86.3% of all homepages), missing alt text (66% – over half of these were… [Read More]

dai11y 10/04/2020

10 April 2020

How accessible is the HTML video player? Scott Vinkle concludes that the native HTML video player is not particularly accessible, citing a number of issues in certain browser / AT combinations. For example, content ‘behind’ full screen video can still be navigable when it shouldn’t be; controls aren’t always announced when using the tab key;… [Read More]

dai11y 09/04/2020

09 April 2020

As a disabled person, it’s hard to watch accessibility only improve now that able-bodied are affected John Loeppky, a writer who has cerebral palsy, describes the frustration watching “the adaptations many of us beg for — remote working, live streamed art, food delivery — become ubiquitous and unchallenged as soon as abled people find themselves… [Read More]

dai11y 07/04/2020

07 April 2020

CSS Can Influence Screenreaders Ben Myers explains that some CSS may have unintended side-effects on assistive technologies. <button style=”text-transform: uppercase”>Add</button>, for example, is read out as the acronym “A.D.D.” on VoiceOver. The line between presentation and content is increasingly blurred with ::before/::after pseudo elements, the output of which is compiled into the same accessibility tree… [Read More]

week11y issue 21

06 April 2020

Accessibility Maze A game developed by The Chang School, Ryerson University (Ontario). It simulates various challenges which are only overcome by good accessible design, providing good metaphors that encourage things like alt text. I don’t want to give too much away as it would ruin the game – it’s extremely well made and only takes… [Read More]

dai11y 06/04/2020

06 April 2020

Accessibility Maze A game developed by The Chang School, Ryerson University (Ontario). It simulates various challenges which are only overcome by good accessible design, providing good metaphors that encourage things like alt text. I don’t want to give too much away as it would ruin the game – it’s extremely well made and only takes… [Read More]

dai11y 03/04/2020

03 April 2020

Unexpected accessibility tips An article in broken English, but don’t let that put you off. Chris Cid shares tips for testing your app: use it on your train commute to work (one-handed usage, motion sickness, etc). Test it on people who are in a hurry (grab someone outside a WC!) to simulate lots of distractions,… [Read More]

dai11y 02/04/2020

02 April 2020

Quick Tip: How to Convert Image Text to Text If you have an image with text and want to retrieve the text from it without typing it all out by hand, you can upload the image to Google Drive. Once uploaded, “Open with Google Docs” (by right-clicking and selecting the option from the contextual menu)…. [Read More]

Loading...