RSSAmplifier

Blog

Inclusive Components

A blog trying to be a pattern library. All about designing inclusive web interfaces, piece by piece.

inclusive-components.designRSS feed ↗11 posts

Latest posts

Cards

Some of the components I've explored here have specific standardized requirements in order to work as expected. Tab interfaces, for example, have a prescribed structure and a set of interaction behaviors as mandated by the WAI-ARIA specification. It's at your discretion how closely you follow these requirements. Research may show

Data Tables

The first thing I was told when I embarked on learning web standards about twelve years ago was, "don't use tables for layout." This was sound advice in spirit, but not very well qualified. As a result, there have been some unfortunate interpretations. Using table markup inevitably results in a

Notifications

The key difference between a website and a web app is… highly contested. On the whole, I'd say the more links there are, the more site-like, and the more buttons, the more app-like. If it includes a page with a form, it's probably a kind of site. If it

A Content Slider

Carousels (or 'content sliders') are like men. They are not literally all bad — some are even helpful and considerate. But I don't trust anyone unwilling to acknowledge a glaring pattern of awfulness. Also like men, I appreciate that many of you would rather just avoid dealing with carousels, but often

Collapsible Sections

Collapsible sections are perhaps the most rudimentary of interactive design patterns on the web. All they do is let you toggle the visibility of content by clicking that content's label. Big whoop. Although the interaction is simple, it's an interaction that does not have a consistent native implementation across browsers

Tabbed Interfaces

When you think about it, most of your basic interactions are showing or hiding something somehow . I've already covered popup menu buttons and the simpler and less assuming tooltips and toggletips . You can add simple disclosure widgets, compound "accordions", and their sister component the tabbed interface to that list. It's

A Theme Switcher

My mantra for building web interfaces is, "if it can't be done efficiently, don't do it at all." In fact, I've preached about writing less damned code around the UK, Europe, and China. If a feature can only be achieved by taking a significant performance hit, the net effect is

Tooltips & Toggletips

Tooltips — affectionately misnomered as "tootlips" by my friend Steve — are a precariously longstanding interface pattern. Literally "tips for tools", they are little bubbles of information that clarify the purpose of otherwise ambiguous controls/tools. A common example is a control that is only represented by a cryptic icon, the meaning

Menus & Menu Buttons

Classification is hard. Take crabs, for example. Hermit crabs, porcelain crabs, and horseshoe crabs are not — taxonomically speaking — true crabs. But that doesn t stop us using the crab suffix. It gets more confusing when, over time and thanks to a process called carcinisation , untrue crabs evolve

A Todo List

According to tradition, each new javascript framework is put through its paces in the implementation of a simple todo list app: an app for creating and deleting todo list entries. The first Angular.js example I ever read was a todo list. Adding and removing items from todo lists demonstrates

Toggle Buttons

Some things are either on or off and, when those things aren t on (or off), they are invariably off (or on). The concept is so rudimentary that I ve only complicated it by trying to explain it, yet on/off switches (or toggle buttons) are not all