Chapter 1. Introduction

In 1998, Tim Berners-Lee, the creator of the Web, published “"The World Wide Web: A Very Short Personal History”. In this brief essay, he states:

The dream behind the Web is of a common information space in which we communicate by sharing information. Its universality is essential: the fact that a hypertext link can point to anything, be it personal, local or global, be it draft or highly polished.

To Berners-Lee, the universality of the Web is exactly what allowed it to grow from a single server at his desk to a global communication network with over three billion users worldwide.1 While built upon the technologies established in those early days, today’s Web has grown beyond the concept of hyperlinked documents. Today, we build rich graphical interfaces that encompass anything from a text document to a real-time video application, while also providing the primary means for personal interaction, information, and fundamental social services for many users.

With the rise of information and immersive applications on the Web, we have created a global network that society relies upon. Pausing to think about this, it is a beautiful thing and, true to Berners-Lee’s vision, there remains little barrier to entry to publishing a site or application. However, as web developers, it is a professional and social responsibility to ensure that our sites and applications work for as many people as possible.

I have often been tempted to regard browser or device testing casually in favor of using the latest and greatest tools and browser features. Learning to use these new tools is one of the things that make web development so enjoyable, but we must temper this desire with the ability to build sites that work for as many users as possible. We should avoid shutting out users or denying them our services due to technical constraints. When we do this, we are taking an elite position, potentially shutting out the poor, disabled, and elderly. Imagine a storefront that didn’t allow customers to enter if their shoes and clothes were too old. As a society we would find that offensive, and the shopkeeper would likely be publicly disgraced on the evening news. However, we often put banners on our site that say, “This site only supports X browser or newer,” when a visitor accesses it with an older browser. Or worse, the site will silently fail, akin to the shopkeeper completely ignoring a customer.

It Just Works

My wife and I began dating in 2003, and within a year or so I became her family’s default “computer expert.” In 2005, I helped my father-in-law, Marty, pick out a new computer for himself. To him, this was akin to an appliance purchase and we picked out a sturdy desktop computer, which has been in continuous use since then. We’ve made some upgrades to the RAM and I’ve done my best to point him to using an evergreen browser that automatically updates, but those no longer update on his aged XP system. When I asked him why he doesn’t upgrade, he just shrugs and says “it still works.” For him, the existence of the web browser is enough. He assumes that by typing in a URL, that the browser and machine connecting shouldn’t make a difference.

When my grandfather passed away, my grandmother, Kathy, wanted to learn to use a computer and connect to the Web. Her primary device is an inexpensive and outdated Android tablet that connects to the Web through a wireless connection from the rural area where she lives. She uses it to check Facebook, read the news, read books, and play solitaire.

As developers, we want to assume that people like Marty and Kathy are edge cases. Looking at the top browsers currently in use, when grouped together, device-specific browsers, outdated “evergreen” browser versions, and uncommon open source browsers occupy the second largest percentage of market share (see Figure 1-1).2 Though each of these browsers and versions may only show up in our analytics as a fraction of a percent, when grouped together they become a powerful representation of the market.

Chart demonstrating browser statistics. Chrome leads with 45.45% of the global browser market, but non-standard browsers are the second largest chunk of the market at 12.31%.
Figure 1-1. Top browsers currently in use (nonstandard and outdated browsers comprise over 12% of the international browser market)

Though the users of these browsers may not be the target demographic for our applications and services, by not accommodating for them we are denying them the opportunity to participate.

A Responsibility

As web developers, we are gatekeepers to the vast troves of information and interaction across the Web. With this comes a responsibility to ensure that the Web is an open and inclusive space for all. The following chapters attempt to lay a groundwork for inclusive web development through:

Progressive enhancement
By building progressively we can ensure that all users have access to a base experience, regardless of technology or network conditions.
Accessibility
By building accessible user interfaces, we ensure that everyone has equal access to our applications regardless of disability or age.
Inclusive forms
Forms allow users to interact directly with the Web, making it a two way form of communication. By creating web forms that are inclusive and usable, we demonstrate our dedication to inclusion.

1 Number of Internet Users (2016) - Internet Live Stats, http://www.internetlivestats.com/internet-users/.

2 The site StatCounter provides these metrics on its website. I’ve made the full list available as a CSV at https://gist.github.com/ascott1/1f9b8fdc7529e4dd7823.

Get Building Web Apps for Everyone now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.