dai11y 12/11/2020

12 November 2020

Accessible Routing in JavaScript Frameworks A Deque article by Mark Steadman, describing how to handle transitions between page loads in Single Page Applications. Ideally the focus would go to a <h1>, or failing that, it should go to the body of the page. In either case, the focussed element needs a tabindex=”-1″ so that JavaScript… [Read More]

dai11y 11/11/2020

11 November 2020

Sony Outlines PS5 And DualSense Accessibility Features Sony has released a blog post describes the PS5’s new accessibility features, such as built-in screen reader, and voice dictation software. Gamers will be able to adjust colour contrast on subtitles/closed captions, and reduce or disable haptic feedback in the DualSense controllers. Well done to the lucky few… [Read More]

dai11y 10/11/2020

10 November 2020

Use feature flags to make your website more accessible Interesting idea from Heidi Waterhouse: allow users of your app to set their preferences for things like font size, contrast, and font family, and persist these preferences in a database [or cookie]. Then, when rendering the page for the returning user, retrieve their preferences and give… [Read More]

fortnight11y issue 25

09 November 2020

frequent11y is now 1 year old! 🎉 Since the first issue of dai11y on 28th October 2019, I’ve published well over 200 posts covering design, technology, science and ethics in the world of accessibility. I’ve been really enjoying reading so many articles and sharing them with you, and I’ve really appreciated the nice comments and… [Read More]

week11y issue 50

09 November 2020

ARIA in CSS Jeremy Keith writes about a technique (prompted by Sara Soueidan) that ‘forces’ you to create accessible experiences. You can use ARIA attributes as CSS hooks to ensure your component only looks/functions properly if said attributes are used in the HTML. Consider this CSS: aria-hidden[‘true’] { display: none }. It ensures you’re properly… [Read More]

dai11y 09/11/2020

09 November 2020

The Robot That Gives Humans a Job (video, 3 minutes) At the “Avatar Robot Cafe” in Tokyo, all of the servers are robots – but this isn’t the typical story of automation taking peoples’ jobs. These robots are controlled by people outside of the cafe who would never be able to physically do the job… [Read More]

dai11y 06/11/2020

06 November 2020

That Time I Tried Browsing the Web Without CSS Jon Kantner describes his experience with some popular sites after turning off CSS. 12.5% of users with low vision (who use assistive technology) browse the web with custom stylesheets, so sites need to have good structural markup to build upon. The most common issues Jon encountered… [Read More]

dai11y 05/11/2020

05 November 2020

Developing Real-Time, Automatic Sign Language Detection for Video Conferencing Google intern Amit Moryossef writes about a research paper on real-time sign language detection using human pose estimation. The model, called PoseNet, reduces input from a HD image to a small set of landmarks on the user’s body, which can be analysed frame-to-frame to predict whether… [Read More]

dai11y 04/11/2020

04 November 2020

Math, schizophrenia and the story of a life saved by the Internet A US podcast sent in by frequent11y subscriber Nick. It’s an anonymous interview with someone who has schizophrenia. Whilst studying to become a mathematician, they were faced with severe anxiety attending the face-to-face lectures, so asked if they could just do the assignments… [Read More]

dai11y 03/11/2020

03 November 2020

ARIA in CSS Jeremy Keith writes about a technique (prompted by Sara Soueidan) that ‘forces’ you to create accessible experiences. You can use ARIA attributes as CSS hooks to ensure your component only looks/functions properly if said attributes are used in the HTML. Consider this CSS: aria-hidden[‘true’] { display: none }. It ensures you’re properly… [Read More]

Loading...