Skip to content

Commit 42974f4

Browse files
authored
Merge pull request #269 from ty2k/unsupported-browsers-guidance
Add guidance for handling visitors with unsupported browsers
2 parents 5d6ff6b + b90fd1e commit 42974f4

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-4
lines changed

components/about/browser_support_guidance.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
description: Browser support guidance
33
title: Designing for Different Browsers and Devices
4-
author: dlevine
54
---
65

6+
> Last Updated: September 8, 2021
7+
78
# Designing for Different Browsers and Devices
89

910
Not all browsers will render web pages in the same way. There are often visible differences in the ways that different browsers handle technologies like CSS, HTML and JavaScript.
@@ -12,7 +13,9 @@ Services don’t have to look perfect in every browser, but they should always b
1213

1314
## Compatibility Testing
1415

15-
These lists represent usage statistics from gov.bc.ca for non-government users. These statistics represents about 98% of users. You should test and make sure your service works in these browsers and operating systems.
16+
Test that your service works in the browsers used by your intended audience.
17+
18+
These lists represent usage statistics from gov.bc.ca for non-government users. These statistics represents about 98% of users.
1619

1720
| Browser | % of Users | Yearly Change (%) |
1821
| ------- | ---------- | ----------------- |
@@ -51,10 +54,28 @@ If evidence shows that your users have specific needs or extra support requireme
5154

5255
## Adapt to changing behaviour: do user research and monitor analytics
5356

54-
Decisions about compatibility can’t be something you specify at the start of your project and then forget about. Digital services need to reflect and adapt to the changing digital behaviour of their users.
57+
Decisions about compatibility can’t be something you specify at the start of your project and then forget about. Digital services need to reflect and adapt to the changing digital behaviour of their users.
5558

56-
Do this by researching your users and checking statistics on a regular basis.
59+
Do this by researching your users and checking statistics on a regular basis.
5760

5861
New products and platforms might not appear in any data, but it makes sense for you to test against them if they’re likely to be popular. For example, 1,007 users accessed gov.bc.ca using their Sony PlayStation.
5962

6063
You also have to work out when to stop supporting a product or system if its popularity is declining.
64+
65+
## Inform users of unsupported browsers
66+
67+
If your website or application doesn’t support IE, you can create a page telling users their browser is no longer supported. Below is some content and graphics that you can use for that page.
68+
69+
> (H1) Hmm…looks like your browser isn’t supported
70+
>
71+
> (Paragraph text) **You seem to be using an unsupported browser.**
72+
>
73+
> To get the best experience using our site, download the latest version of any of the following browsers:
74+
> * Google Chrome
75+
> * Mozilla Firefox
76+
> * Microsoft Edge
77+
> * Apple Safari
78+
79+
### Download
80+
81+
* [Images](https://github.com/bcgov/design-system/tree/master/components/assets/unsupported-browsers)
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)