Accessibility

Accessibility

211 bookmarks
Custom sorting
Skills for Life survey (2011) | National Numeracy
Skills for Life survey (2011) | National Numeracy
2011 skills for life survey: a survey of literacy, numeracy and ICT levels in England. 2012. Department for Business Innovation and Skills. The Skills for Life survey follows on from an earlier survey in 2003 and sought to measure the impact of the government's Basic Skills Strategy. It was based on a sample of 7,000 adults aged between 16 and 65 and assessed numeracy, literacy and IT skills.
Skills for Life survey (2011) | National Numeracy
An introduction to inclusive design
An introduction to inclusive design
A lot of research goes into understanding how physical disabilities (e.g. blindness) affect users online and how support technologies can help.
An introduction to inclusive design
Accessible Component System Through Customization by Maya Shavin - GitNation
Accessible Component System Through Customization by Maya Shavin - GitNation
Most current UI libraries provide great user experience with a vast of components. But when it comes to heavy customization, and non-standard scenarios, especially for E-Commerce, they become hard to manage, scale or even slow down performance.
Accessible Component System Through Customization by Maya Shavin - GitNation
Be Careful Using ‘Menu’
Be Careful Using ‘Menu’
TL;DR: Be careful when using the word menu. Be certain you have chosen the term that accurately describes the control you want. If this post looks familiar to you, that is because it is essentially a redress of my 2020 post Stop Using ‘Drop-down’. It is not as divergent as…
Be Careful Using ‘Menu’
Home - The A11Y Project
Home - The A11Y Project
The A11Y Project is a community-driven effort to make digital accessibility easier.
Home - The A11Y Project
A11Y Style Guide
A11Y Style Guide
Style guide and pattern library promoting accessible components and WCAG compliance criteria
A11Y Style Guide
Addressing Accessibility Concerns With Using Fluid Type — Smashing Magazine
Addressing Accessibility Concerns With Using Fluid Type — Smashing Magazine
The CSS `clamp()` function is often paired with viewport units for “fluid” font sizing that scales the text up and down at different viewport sizes. As common as this technique is, several voices warn that it opens up situations where text can fail WCAG Success Criterion 1.4.4, which specifies that text should scale up to at least 200% when the user’s browser reaches its 500% maximum zoom level. Max Barvian takes a deep look at the issue and offers ideas to help address it.
Addressing Accessibility Concerns With Using Fluid Type — Smashing Magazine
Don't disable buttons
Don't disable buttons
One of the most common accessibility issues I find (and fix) on client projects is dynamically disabled form buttons when a form is being submitted. Today I want to talk about why developers do it, why it’s bad, and what you can do instead. Let’s dig in! Why developers disable buttons Typically, I see the pattern used to prevent a form from being submitted a second time while waiting for the form is processed.
Don't disable buttons
Semantic inline lists
Semantic inline lists
Sometimes, you want an list to be displayed in a line (like a nav menu) rather than vertically.ul class="list-inline" liMerlin/li liUrsula/li liRadagast/li /ul To do that, you typically set list-style to none, then style the list items with some padding in some way (using Flexbox or margins)..list-inline { list-style: none; margin-left: 0; /* This approach uses flexbox */ display: flex; align-items: center; column-gap: 1em; flex-wrap: wrap; } /* You could alternatively style the list items themselves This isn't needed if you use flexbox */ .
Semantic inline lists
Designing for accessibility beyond compliance
Designing for accessibility beyond compliance
Companies approach accessibility as a checklist of standards — but a client with disabilities showed me how to think beyond compliance.
Designing for accessibility beyond compliance
How long until your website is accessible? - Karl Groves
How long until your website is accessible? - Karl Groves
Are you prepared for it to take 7 months (or more) to make your website accessible? If you're like me, you don't go to the store until you're ready to buy something. There's a difference between window shopping and shopping, and I usually don't go into the store and look at specific products until I'm
How long until your website is accessible? - Karl Groves