Blog

  • dai11y 16/03/2020

    Your daily frequent11y newsletter, brought to you by @ChrisBAshton:

    HTML: The Inaccessible Parts

    • Article by Dave Rupert, sharing his frustration and highlighting some cases where native HTML is not as accessible as it ought to be. Inputs of types number, date and search are considered problematic, as are native HTML <video>, role="tablist" for tabs and various HTML5 tags. Dave links off to articles explaining the issues with each in more detail. This is kind of a glossary and is worth a bookmark for referencing.

    Prefer longer newsletters? You can subscribe to week11y, fortnight11y or even month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.

  • dai11y 12/03/2020

    Your daily frequent11y newsletter, brought to you by @ChrisBAshton:

    Online Altruists Are Making Reddit More Accessible

    • Fascinating article about the r/TranscribersOfReddit community that has over 3,000 volunteers who have transcribed almost 100,000 pieces of content on Reddit. A bot links to all image/video related content that gets posted to any partnered subreddits, and transcribers then ‘claim’ the post by commenting underneath, before manually providing a detailed transcription for that content. Everyone has a different motivation for doing it; it’s worth a read to find out more. You may remember a similar story about Facebook groups dedicated to transcribing.

    Prefer longer newsletters? You can subscribe to week11y, fortnight11y or even month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.

  • dai11y 11/03/2020

    Your daily frequent11y newsletter, brought to you by @ChrisBAshton:

    Thisten

    • An interesting site/app: “we transcribe conferences, to make them accessible.” It is an audio-to-text platform that transcribes speaker sessions at conferences, in real-time. Designed to be used whether at small gatherings or at large conferences.

    Prefer longer newsletters? You can subscribe to week11y, fortnight11y or even month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.

  • dai11y 10/03/2020

    Your daily frequent11y newsletter, brought to you by @ChrisBAshton:

    Stop Using ‘Drop-down’

    • Article by Adrian Roselli, asking people to stop using ‘dropdown’ in their vocabulary, as it is ambiguous. Do you actually mean a ‘select’ element, or an ARIA listbox, datalist, ARIA combobox, or autocomplete (or several other possibilities)? Adrian describes the subtle differences in each, and doesn’t preach about the use of ‘select’ (which you may have expected from the title).

    Prefer longer newsletters? You can subscribe to week11y, fortnight11y or even month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.

  • week11y issue 17

    Your weekly frequent11y newsletter, brought to you by @ChrisBAshton:

    ‘Show Me a Sign’ recounts the deaf experience for young readers

    • MV Times article from last December, describing Ann Clare Le Zotte‘s new novel “Show me a Sign”, which is now available online. It is set in early 19th century Chilmark, Massachusetts – a town famous for its unusually high percentage of deaf citizens (one in 25 people, vs one in 6000 on the mainland). Everyone could communicate with one another, deaf or not, through Martha’s Vineyard Sign Language (MVSL). It sounds like an exciting read, centered around a scientist that uses Mary as a “live specimen” in a cruel experiment, tribal/colonial tensions of the time, and an insight into how Mary lives without sound.

    Why the GOV.UK Design System team changed the input type for numbers

    • Article by Hanna Laakso, explaining why GOV.UK has moved away from using <input type="number"> for things like credit card / passport numbers. It has big issues in NVDA and Dragon Naturally Speaking, and its native increment/decrement behaviour (triggered by UP/DOWN arrow keys or scrolling) is often unintended. Some browsers also attempt to round the number or add comma separation. GOV.UK now uses <input type="text" inputmode="numeric" pattern="[0-9]*">, which retains the numeric keyboard without compromising usability.

    7 users share their struggles navigating the (sometimes inaccessible) digital world

    • Real users with disabilities sum up their biggest struggles with the digital world. Robert (who has a visual impairment) struggles with date inputs where websites don’t let you enter the date manually, forcing him to navigate an often inaccessible calendar. Rhian, who is autistic, shares her frustration with auto-playing videos and poor website load speeds. Sally, who has a mobility impairment, says that increasing font sizes is hard in apps, and that zooming causes its own problems. Kasia needs someone’s assistance when online shopping, as they don’t feel comfortable sharing their bank details on inaccessible sites where it is difficult to know if they’re filling it in correctly. Several complain about CAPTCHA forms that force you to prove you’re not a robot.

    Could browsers fix more accessibility problems automatically?

    • Whilst web developers/designers have a duty to make their website accessible, many simply don’t – be it through lack of awareness, skills, resources or empathy. Hidde de Vries proposes that browsers bridge the gap by providing ways of forcing colour contrasts, focus states, text sizes, disabling autoplay and allowing zoom, even if a developer has explicitly disabled such features. Some browsers do some (but not all) of this already, and what does exist is not easily discoverable.

    Did you know that you can subscribe to dai11y, week11y, fortnight11y or month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.

  • dai11y 09/03/2020

    Your daily frequent11y newsletter, brought to you by @ChrisBAshton:

    Could browsers fix more accessibility problems automatically?

    • Whilst web developers/designers have a duty to make their website accessible, many simply don’t – be it through lack of awareness, skills, resources or empathy. Hidde de Vries proposes that browsers bridge the gap by providing ways of forcing colour contrasts, focus states, text sizes, disabling autoplay and allowing zoom, even if a developer has explicitly disabled such features. Some browsers do some (but not all) of this already, and what does exist is not easily discoverable.

    Prefer longer newsletters? You can subscribe to week11y, fortnight11y or even month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.

  • dai11y 05/03/2020

    Your daily frequent11y newsletter, brought to you by @ChrisBAshton:

    7 users share their struggles navigating the (sometimes inaccessible) digital world

    • Real users with disabilities sum up their biggest struggles with the digital world. Robert (who has a visual impairment) struggles with date inputs where websites don’t let you enter the date manually, forcing him to navigate an often inaccessible calendar. Rhian, who is autistic, shares her frustration with auto-playing videos and poor website load speeds. Sally, who has a mobility impairment, says that increasing font sizes is hard in apps, and that zooming causes its own problems. Kasia needs someone’s assistance when online shopping, as they don’t feel comfortable sharing their bank details on inaccessible sites where it is difficult to know if they’re filling it in correctly. Several complain about CAPTCHA forms that force you to prove you’re not a robot.

    Prefer longer newsletters? You can subscribe to week11y, fortnight11y or even month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.

  • dai11y 04/03/2020

    Your daily frequent11y newsletter, brought to you by @ChrisBAshton:

    Why the GOV.UK Design System team changed the input type for numbers

    • Article by Hanna Laakso, explaining why GOV.UK has moved away from using <input type="number"> for things like credit card / passport numbers. It has big issues in NVDA and Dragon Naturally Speaking, and its native increment/decrement behaviour (triggered by UP/DOWN arrow keys or scrolling) is often unintended. Some browsers also attempt to round the number or add comma separation. GOV.UK now uses <input type="text" inputmode="numeric" pattern="[0-9]*">, which retains the numeric keyboard without compromising usability.

    Prefer longer newsletters? You can subscribe to week11y, fortnight11y or even month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.

  • dai11y 03/03/2020

    Your daily frequent11y newsletter, brought to you by @ChrisBAshton:

    ‘Show Me a Sign’ recounts the deaf experience for young readers

    • MV Times article from last December, describing Ann Clare Le Zotte‘s new novel “Show me a Sign”, which is available online from today. It is set in early 19th century Chilmark, Massachusetts – a town famous for its unusually high percentage of deaf citizens (one in 25 people, vs one in 6000 on the mainland). Everyone could communicate with one another, deaf or not, through Martha’s Vineyard Sign Language (MVSL). It sounds like an exciting read, centered around a scientist that uses Mary as a “live specimen” in a cruel experiment, tribal/colonial tensions of the time, and an insight into how Mary lives without sound.

    Prefer longer newsletters? You can subscribe to week11y, fortnight11y or even month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.

  • fortnight11y issue 8

    Your fortnightly frequent11y newsletter, brought to you by @ChrisBAshton:


    The Click-Away Pound Survey 2019

    • This 32 page report (ironically only available as Word/PDF documents) of last year’s survey has some highlights. There are 7.15 million internet users in the UK that have access needs (an increase of 1 million since 2016), with a spending power of £24.8 billion. Around 70% will click away from an inaccessible site, meaning businesses are losing out on £17.1 billion per year. The survey was last run in 2016 and things haven’t improved measurably since then. I’ve attached a graphic from the report that helps show the scale of the problem.
    UK population 2018: 66.44m
UK population (over 16) with internet access: 48.13m
Internet users with a disability: 10.07m
Internet users with access needs: 7.15m
    Source: The Click-Away Pound survey report 2019

    Disproportionate Burden Thoughts

    • A blog post by accessibility consultant George Rhodes, with their views on public organisations’ use of “disproportionate burden” as an excuse to (temporarily) avoid full compliance with the regulations. 60 public sector bodies have claimed disproportionate burden and been asked to provide evidence via Freedom of Information requests. Many of their responses were unsatisfactory.
    • Background: UK public bodies have until September 2020 to ensure compliance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018. Exemptions will be made for those for whom it would be a ‘disproportionate burden’ on the grounds of organisation size, and cost of fixing vs benefit to users.

    An Accessible Digital BBC – 2019 in review

    Bonjour! ¡Bienvenidos! Seeing AI expands to 5 new languages

    • If you’ve not heard of the “Seeing AI” app from Microsoft, it’s an all-encompassing app that uses your phone’s camera for many things, including reading text, scanning product barcodes for info, recognising faces, and describing the scene in front of you. I hadn’t heard of it prior to this article, which describes its expansion to 5 different languages, and describes the ways real people use it, sometimes in unexpected ways. Download it from the app store and give it a try today!

    Apple debuts ‘head pointer’ accessibility feature in macOS beta, a cursor that follows your eyes

    Make your PowerPoint presentations accessible to people with disabilities

    • A Microsoft guide to ensuring your PowerPoint is accessible. A lot of the guidance is the same as it would be for the web: use descriptive links, don’t use colour alone to convey information, use a decent size text, provide alt text for images. Some more specialist advice includes ensuring the reading order of your slide is correct (screen readers will hear content in the order it was added, rather than the position it appears in the slide), and give each slide a unique title.

    These are the standards for new government websites

    • A look at the United States Web Design System (USWDS) released in January, designed to improve the usability and accessibility of federal websites. It encourages focusing on user needs, following user experience guidance and using USWDS components, as per its maturity model. The system meets WCAG 2.0 AA guidelines and follows the 2% rule pioneered by GDS, supporting all major browsers and IE11. The codebase looks very similar to the GOV.UK Design System, with both using Nunjucks and BEM.

    https://whocanuse.com

    • A little look at the “Who Can Use” tool, which takes a text color and background color and shows the accessibility of that combination for various vision types. For example, a #CF0000 red against a white background has AA compliance for regular vision, but AAA compliance for those with achromatomaly (partial colour blindness). What’s particularly useful is the “Simulation” next to each vision types/events, such as showing how your combination might look when viewed in direct sunlight. A worthy tool to have in your arsenal!

    Did you know that you can subscribe to dai11y, week11y, fortnight11y or month11y updates! Every newsletter gets the same content; it is your choice to have short, regular emails or longer, less frequent ones. Curated with ♥ by developer @ChrisBAshton.