dai11y 13/07/2020

13 July 2020

Blindness cure in sight Macular degeneration is a common eye disease affecting 200 million people worldwide. It can lead to complete blindness. Scientists are working on a new treatment utilising gene therapy and near-infrared light. Early tests on human retinas show that ‘near-infrared light exposures reactivate the human retina’s visual circuitry’.

dai11y 10/07/2020

10 July 2020

iOS 14 is filled with accessibility improvements iOS 14 introduces sound recognition, which alerts you when it detects the sound of a doorbell, siren, smoke alarm or baby crying. You can now tap the back of your phone to access the notification centre, which those with motor disabilities may find easier than swiping down from… [Read More]

dai11y 09/07/2020

09 July 2020

Meaning without markup: Accessibility Object Model Hidde de Vries writes about the Accessibility Object Model proposal for JavaScript, which allows devs to hook into the accessibility tree (like Service Workers are able to hook into the network). It should make code easier to test, and HTML less verbose, since you would operate on the element… [Read More]

dai11y 07/07/2020

07 July 2020

A Complete Guide to Links and Buttons An excellent resource by CSS-Tricks. I learned that the download attribute on links instructs the browser to download the resource; that links can have a rel attribute that define the relationship to the target (e.g. rel=”author”); that you can chain link styles (a:focus:hover {}); and that if you… [Read More]

dai11y 06/07/2020

06 July 2020

An app for everything, but can everyone use it? Anne Spencer Ross tested almost 9000 apps and found that a quarter were missing labels for >90% of their icons. ‘Floating action buttons’, representing the most important action on the screen, lacked labels in 92% of cases. The tools used to build apps can greatly affect… [Read More]

dai11y 03/07/2020

03 July 2020

The Latest Barbie Dreamhouse Now Includes A Wheelchair-Accessible Elevator Mattel, the manufacturer behind the Barbie brand, started producing Barbies with wheelchairs in February 2019. They’ve now released a ‘Dreamhouse’ dollhouse that has a button-operated lift, big enough to accommodate the wheelchair. It’s a great step forward in seeing a full range of diversity from a… [Read More]

dai11y 02/07/2020

02 July 2020

#accessiBe Will Get You Sued Adrian Roselli writes about accessiBe, a company (whose article I’ve shared before) that offers an add-on for sites to automatically make them ‘accessible’. Adrian presents a scathing review of their practices, including that they incorrectly interpret WCAG, are cited in accessibility lawsuits and attempt to spoof automated checkers.

dai11y 01/07/2020

01 July 2020

How Does HTML Microdata Help With Accessibility? Scott Vinkle explains how pages marked up with microdata helps the ‘Reader Mode’ in browsers to find and arrange content. For example, <img src=”source.jpg” alt=”” itemprop=”image” /> determines the image that will be displayed in Reader Mode. Reader Mode is a useful feature for many, especially for people… [Read More]

dai11y 30/06/2020

30 June 2020

Enhancing ARIA landmarks with aria-labelledby Article by Léonie Watson describing how to use aria-labelledby to distinguish between multiple navigational elements. Example: <nav role=”navigation” aria-labelledby=”firstLabel”><p>Choose an <span id=”firstLabel”>aisle</span> to browse</p><ul><li><a href=”fresh.html”>Fresh foods</a></li>…</ul>.

dai11y 29/06/2020

29 June 2020

Quick Tips for High Contrast Mode Sarah Higley shares some tips for supporting Windows High Contrast Mode (WHCM). WHCM ignores ARIA roles/states/properties, so <a role=”button”> will be styled as a link. Use svg { fill: currentColor } to have it match the color of the surrounding text. Beware that the -ms-high-contrast media query is being… [Read More]

Loading...