dai11y 26/08/2021

26 August 2021

Hyperlegible: an approach to accessible type design (video, 10 minutes) Linus Boman, who I was lucky enough to have as a housemate a few years ago, is a design expert. Here, he talks about the new Atkinson Hyperlegible Font – which he helped to develop – and which is now freely available on Google Fonts… [Read More]

dai11y 25/08/2021

25 August 2021

Accessibility of the section element Scott O’Hara writes about the <section> element, designed for representing a group of content that has an “overarching theme”. Headings within each <section> are meant to be scoped semantically within that section (you could in theory put <h1> tags inside each <section>), but in practice, nothing different gets programmatically exposed… [Read More]

dai11y 24/08/2021

24 August 2021

Do not assume users turn off CSS or JavaScript I’ve seen this before, but Stefan Judis’ newsletter pointed it out to me again. This is the Government Digital Service’s “service manual” on “Building a resilient frontend using progressive enhancement”. It maintains that we don’t support no-JS / no-CSS browsers for the sake of a minority… [Read More]

dai11y 23/08/2021

23 August 2021

ā€˜May be an image’: What it’s like browsing Instagram while blind Kait Sanchez writes about the experience of screen reader users on social media. The auto generated alt text for photos on Instagram and other sites is often poor: “two brown cats lying on a textured surface” turned out to be a woman in a… [Read More]

week11y issue 87

20 August 2021

A Deep Dive on Skipping to Content Paul Ratcliffe describes a “2021-friendly” implementation of a skip link. It looks something like this (note that the text is hidden visually until it is focused – I’ve omitted this from the code below): <a href=”#skip-link-target”>Skip to main content</a> <a href=”#skip-link-target” id=”skip-link-target”>Start of main content</a><main>the content</main> Paul points… [Read More]

dai11y 20/08/2021

20 August 2021

A Deep Dive on Skipping to Content Paul Ratcliffe describes a “2021-friendly” implementation of a skip link. It looks something like this (note that the text is hidden visually until it is focused – I’ve omitted this from the code below): <a href=”#skip-link-target”>Skip to main content</a> <a href=”#skip-link-target” id=”skip-link-target”>Start of main content</a><main>the content</main> Paul points… [Read More]

dai11y 19/08/2021

19 August 2021

What people should know BEFORE writing articles or creating products about accessibility Sheri Byrne-Haber writes about getting disabled users involved in your product development early on. It is possible to build a product that is technically accessible but is inefficient and unusable in practice. “You cannot retrofit lived experience”. Some products don’t support an intersectionality… [Read More]

dai11y 18/08/2021

18 August 2021

It is time to ditch the title ā€œEvangelistā€ from Accessibility Ronise Nepomuceno explains why she hates the term ‘Accessibility Evangelist’: It reinforces the idea that accessibility is a ‘nice to have’ that can be deprioritised It has its roots in tech in the 1980’s, when Apple put together a team to ‘evangelise’ developers to develop… [Read More]

dai11y 17/08/2021

17 August 2021

Twitter’s new design to get fix after headache complaints BBC article from 16th August. Highlights: “Twitter is making changes to its new redesign, after users complained of headaches and discomfort.” “Unveiled only last week, the redesign mainly involved high-contrast colours and a custom-designed font, Chirp.” Its aim was to “improve content consumption and clean up… [Read More]

dai11y 16/08/2021

16 August 2021

Writing great alt text: Emotion matters Jake Archibald describes how he was trying to decide what alt text to use for his avatar, which would appear alongside his name, in a list of conference speakers. His (and my) instinct was that it should be nullified (alt=””) because it would otherwise be repeating information elsewhere in… [Read More]

Loading...