收藏 / 列表

Eleanor Hecks - The Importance Of Graceful Degradation In Accessible Interface Design

Graceful degradation is a design approach that ensures the basics of a website will still function even if specific individual parts of it stop working. The approach removes single points of failure

Accessibility , User Experience , Design

Kate Kalcevich - Mobile Accessibility Barriers For Assistive Technology Users

I often hear that native mobile app accessibility is more challenging than web accessibility. Teams don’t know where to start, where to find guidance on mobile accessibility, or how to prevent mobil

Accessibility , Usability , Design

Adrian Bece - Refactoring CSS: Introduction (Part 1)

CSS is a simple stylesheet language for defining a website or document’s presentation. However, this simplicity leaves the door open for many potential issues and technical debt — bloated code, spec

Refactoring , CSS Grid , Css

Cristian Díaz - A Guide To Keyboard Accessibility: JavaScript (Part 2)

In the previous article, we talked about how to improve accessibility for keyboard users using HTML and CSS. Those languages can do the job most of the time, but certain design requirements and the

Guides , Accessibility , Css , HTML , Javascript

Eric Bailey - What I Wish Someone Told Me When I Was Getting Into ARIA

If you haven’t encountered ARIA before, great! It’s a chance to learn something new and exciting. If you have heard of ARIA before, this might help you better understand it or maybe even teach you s

Guides , Accessibility , coding