CARVIEW |
Select Language
HTTP/2 200
date: Wed, 08 Oct 2025 04:27:00 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
content-location: G180.html
vary: negotiate,Accept-Encoding
tcn: choice
last-modified: Thu, 02 Oct 2025 20:17:12 GMT
cache-control: max-age=21600
expires: Wed, 08 Oct 2025 10:26:59 GMT
x-backend: www-mirrors
x-request-id: 98b2e21788222ffb
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: BYPASS
set-cookie: __cf_bm=ZzlWJ0HJMpQ4.ZyfUTYNg.7oeKah9YDGavbkxKzPJ0I-1759897620-1.0.1.1-LO7tZf06YrcljWPgjeZmgUFC_Hf9nw.grIvj6x3T8tFAySOmKUZdFN3g7guPxMR9S9j5vx6_WWCsLrEyM.qtzFYZbVV8W1fFAjKJEUIN6rU; path=/; expires=Wed, 08-Oct-25 04:57:00 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98b2e21788222ffb-BLR
alt-svc: h3=":443"; ma=86400
G180: Providing the user with a means to set the time limit to 10 times the default time limit | WAI | W3C
Skip to content
Back to Top
Examples of ways to meet WCAG; not required
About WCAG Techniques
Technique G180:Providing the user with a means to set the time limit to 10 times the default time limit
About this Technique
This technique relates to 2.2.1: Timing Adjustable (Sufficient).
This technique applies to all technologies.
Description
The objective of this technique is to give people with disabilities enough time to complete tasks which may take them longer than someone without those challenges. Some mechanism such as a preference setting or a control on the page lets the user change the time limits to at least 10 times the default time limit. Preferably, the mechanism would have a variable adjustment that lets the user change the time limit to any value in its range, but could also provide ways to change the time limit by discrete increments. The user changes the time limit at the beginning of their session, before any activity that has a time limit.
Examples
- An airline has an online ticket purchasing application. By default, the application has a 1 minute time limit for each step of the purchase process. At the beginning of the session, a web page includes information that says, "We expect that each step in the purchasing process will take users one minute to complete. Would you like to adjust the time limit?" followed by several radio buttons "1 minute, 2 minutes, 5 minutes, 10 minutes."
- A web-based email application automatically logs users out when there has been no activity for 30 minutes. The application includes a preference that allows users to adjust the amount of time to any value.
Related Techniques
Tests
Procedure
- Check to see if there is a mechanism to set the time limit to 10 times the default time limit.
- Change the time limit to a new value that is 10 times the default time limit.
- Perform an action that has a time limit.
- Wait until the default time limit has passed.
- Check that the time limit does not expire until the limit specified in step 2 has passed.
Expected Results
- Checks #1 and #5 are true.