You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/about/browser_support_guidance.md
+25-4Lines changed: 25 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
---
2
2
description: Browser support guidance
3
3
title: Designing for Different Browsers and Devices
4
-
author: dlevine
5
4
---
6
5
6
+
> Last Updated: September 8, 2021
7
+
7
8
# Designing for Different Browsers and Devices
8
9
9
10
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
12
13
13
14
## Compatibility Testing
14
15
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.
16
19
17
20
| Browser | % of Users | Yearly Change (%) |
18
21
| ------- | ---------- | ----------------- |
@@ -51,10 +54,28 @@ If evidence shows that your users have specific needs or extra support requireme
51
54
52
55
## Adapt to changing behaviour: do user research and monitor analytics
53
56
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.
55
58
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.
57
60
58
61
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.
59
62
60
63
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:
0 commit comments