dai11y 19/05/2020

19 May 2020

Building an accessible autocomplete control Adam Silver explains in detail how to build an accessible autocomplete component, taking into account the noJS experience, announcing results to screen readers, hiding suggestions ‘on blur’, keyboard support and endonym/typo support. It’s always surprising just how complicated autocompletes can be, and this is a really good example of one… [Read More]

week11y issue 27

18 May 2020

Celebrate Global Accessibility Awareness Day with GDS GDS is running a conference this Thursday 21st May, with registration closing at 5pm on the 20th. Agenda: 9:30am “An introduction to digital accessibility regulations”, 11am “How to avoid common accessibility statement fails”, 12:30pm “How to carry out basic accessibility checks”, 3pm “Making accessibility accessible: the secret to… [Read More]

dai11y 15/05/2020

15 May 2020

Proper VoiceOver support coming soon to Firefox on MacOS Mozilla announces that by the end of June, Firefox should have basic support for MacOS VoiceOver. By the end of the year, the experience should be improved for visually impaired VoiceOver users, including live region support and rotor item support. The post goes into detail about… [Read More]

dai11y 14/05/2020

14 May 2020

WCAG 2.1 and PDF Accessibility Lots of useful reminders. Something that conforms to WCAG 2.1 AA will also conform to WCAG 2.0 AA. Line height should be at least 1.5 times font size; spacing following paragraphs should be at least 2 times; letter spacing at least 0.12 times; word spacing at least 0.16 times. JavaScript… [Read More]

dai11y 18/05/2020

18 May 2020

Celebrate Global Accessibility Awareness Day with GDS GDS is running a conference this Thursday 21st May, with registration closing at 5pm on the 20th. Agenda: 9:30am “An introduction to digital accessibility regulations”, 11am “How to avoid common accessibility statement fails”, 12:30pm “How to carry out basic accessibility checks”, 3pm “Making accessibility accessible: the secret to… [Read More]

dai11y 13/05/2020

13 May 2020

Supporting users who change colours on GOV.UK A post from 2018 that resurfaced recently and still has lots of great tips. GOV.UK uses the CSS triangle method to create a back link component whose triangle arrow icon renders even when the user has overridden their colours. The site logo was once a PNG, but under… [Read More]

fortnight11y issue 13

11 May 2020

Why to Avoid Accessibility Overlay Toolbars, Pugins & Widgets Accessibility Works article warning against the installation of third-party overlays/widgets that promise to make your site accessible. These tools provide options for customising text size, providing magnifiers, and in some cases a built-in screen reader or alt-text generator. However, they cannot address the 70% of accessibility… [Read More]

week11y issue 26

11 May 2020

Avoid aria-roledescription Adrian Roselli writes about this attribute that describes the role of an element. It overrides what is announced to the screen reader, e.g. <input type=”text” aria-roledescription=”Only numbers allowed”> will read as “Only numbers allowed” instead of “input type text”. This hides meaning and the control type – a confusing experience for the user…. [Read More]

dai11y 12/05/2020

12 May 2020

AI Is Not Similar To Human Intelligence. Thinking So Could Be Dangerous Dr Elizabeth Fernandez gives three reasons why AI is not the same as human thought. 1) they’re easy to fool: a neural network might correctly classify an image as a banana, but introduce a slight amount of noise and it might re-classify it… [Read More]

dai11y 11/05/2020

11 May 2020

The Complete Guide to Accessibility for WordPress Websites Post on deque.com highlighting that WordPress powers 35% of websites and its accessibility greatly depends on the themes and plugins you have installed. There are a number of themes explicitly tagged as “Accessibility Ready”, although you should manually test too as quality varies. The new WordPress editor… [Read More]

Loading...