CARVIEW |
Select Language
HTTP/2 200
date: Mon, 06 Oct 2025 05:26:02 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
content-location: G198.html
vary: negotiate,Accept-Encoding
tcn: choice
last-modified: Thu, 02 Oct 2025 20:17:12 GMT
cache-control: max-age=21600
expires: Mon, 06 Oct 2025 11:26:02 GMT
x-backend: www-mirrors
x-request-id: 98a2bdd6bd600bc9
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=ShhCTJxH2ljITP5AeJyBM.vzdNSOHysb_2bcGaWnZds-1759728362-1.0.1.1-BEjbjmZlGhIUhQjyMX9IpIo2mJNgcaBdy9P_s.Ta_i1e0kfMlJv3QDQQFP45ACnMS3.pbN5Ho8K.nRysLmj9_HpBVBiItXVKSoPbEPzU7Uw; path=/; expires=Mon, 06-Oct-25 05:56:02 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98a2bdd6bd600bc9-BLR
alt-svc: h3=":443"; ma=86400
G198: Providing a way for the user to turn the time limit off | WAI | W3C
Skip to content
Back to Top
Examples of ways to meet WCAG; not required
About WCAG Techniques
Technique G198:Providing a way for the user to turn the time limit off
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 provide a mechanism for people who cannot complete tasks within a specified time limit to turn off the time limit.
It is essential that the mechanism for turning off the time limit can be completed without a time limit itself and before the time limit for the page expires. To do this - the mechanism should be available at or near the top of the page so that it can be found and activated quickly by people with a wide range of disabilities.
Examples
- A page has a listing of news headlines that automatically update every minute. At the top of the page is a link that turns off the updating.
Related Techniques
- G133: Providing a checkbox on the first page of a multipart form that allows users to ask for longer session time limit or no session time limit
- G180: Providing the user with a means to set the time limit to 10 times the default time limit
- SCR16: Providing a script that warns the user a time limit is about to expire
- G4: Allowing the content to be paused and restarted from where it was paused
- SCR33: Using script to scroll content, and providing a mechanism to pause it
- SCR36: Providing a mechanism to allow users to display moving, scrolling, or auto-updating text in a static window or area
Tests
Procedure
- Check that there is a mechanism to turn off any time limits near the top of the page.
- Verify that the time limit for the page is long enough that a user can easily navigate to the mechanism even if they are 10 times slower than most users.
Expected Results
- Checks #1 and #2 are true.