2  How people access the web

Summary

In the UK, people are now as likely to access the web via a mobile device as they are a traditional desktop or laptop computer. We should design webpages to provide a consistent user experience across devices.

2.1 Mobile devices now account for 50% of webpage views in the UK

Figure 2.1 shows how in the last ten years there has been a change in the way people view the world wide web. In 2011 the majority of users accessed the web using desktop/laptop computers, but by 2022 we see mobile devices such as tablets and phones accounting for half of the views.

In November 2023 GOV.UK reported that over 60% of their visits are from mobile devices.

However, Google Analytics data for the University of Southampton Library pages shows that in the 12 months between January 2023 to January 2024 approximately 70% of visits are from devices with traditional keyboards. My assumption is that this reflects a greater proportion of users carrying out activities best suited to devices with keyboards and larger screens at the same time as they are accessing the Library website than across the web as a whole.

In general, when considering how to create effective webpages we need to consider how our pages work on both channels: computers with traditional keyboards and screens and mobile touch screen only devices.

A figure with two lines, one for desktop computers and the other for mobile devices showing how views of the world wide web changed in the UK from mostly desktop devices in 2011 to 50% desktop and 50% mobile devices by 2022.
Figure 2.1: The world wide web turned 34 years old in 2023. The grey line shows the share of web views in the UK from desktop computers and the red line shows the share of web views in the UK from mobile devices.

2.2 Design webpages to provide a consistent experience across channels

Broadly speaking, these are the differences between desktop and mobile web experiences:

  • Desktops/Laptops are best for complex activities (using keyboard and mouse, multiple tabs etc.) and detail rich content (larger screens).

  • Mobile devices excel at on-the-go features (using GPS or camera) and media consumption (video, images, books, audio etc.), but are more compact and complex tasks can be more difficult using a touchscreen.

Our data indicates users accessing library pages are more likely to be using desktops than mobile devices for any given visit, but many users have both types of device and may visit using either and different times. Therefore if we have the choice, this suggests we should aim for consistency of user experience across channels, rather than optimising for one channel or device.

Consistency doesn’t mean identical, it means the user has the same core experience regardless of channel (and/or page).

What consistency means in practice is therefore determined by our overall design aims and adapting the guidance in Chapter 3, Chapter 4 and Chapter 5 for our specific page.

There is of course lots more detail on the NN/g: Optimizing for Context in the Omnichannel User Experience page, including discussions on when it’s appropriate to optimise for device rather than consistency.

2.3 Designing for accessibility

A minimal checklist for an accessible text and links webpage
  • Are the headings sufficiently informative to enable navigation using a screen reader?

  • Is the contrast ratio between text colour and background colour accessible?

  • Is the font size accessible and legible? (See Section 3.4.6)

  • Have any visuals got alt text? (See Section 5.3)

  • Have you checked your page using an accessibility checker? (Such as WAVE Web Accessibility Evaluation Tool)

The World Wide Web Consortium (W3C) Web Content Accessibility Guidelines (WCAG) 2.2 are a set of recommendations for web accessibility to improve inclusion of users with impairments to their vision, hearing, mobility, thinking or understanding

These guidelines follow four design principles that pages should be:

  1. Perceivable
  2. Operable
  3. Understandable
  4. Robust

The University of Southampton is expected to meet the WCAG AA standard for accessibility.

The WCAG provide a Quick Reference which has examples, but is ironically a bit overwhelming! WebAIM provide an in-depth WCAG 2.2. AA checklist too that is slightly easier to use.

WebAIM also provide many tools, including their WAVE Web Accessibility Evaluation Tool which can highlight issues on your page.

As library pages primarily consist of text and links, the University of Washington Accessibility Checklist may provide sufficiently concise guidance, but with more detail than the minimal list at the start of this section.

It may not be possible to achieve perfect accessibility due to the trade-off one encounters between competing user needs, but the important thing is to try.