CARVIEW |
Select Language
HTTP/2 200
date: Tue, 07 Oct 2025 19:57:58 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
content-location: G5.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 01:57:58 GMT
x-backend: www-mirrors
x-request-id: 98aff874f850b080
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=UGdtZiR_5VErqXbkq9rmg8PULNo8Nz5PCdNiQThDG.c-1759867078-1.0.1.1-Hia4InXoOjXHjF0MBUzgILAHg23VI1jJtMtYUcRvGgD.19I_jKJa2QfK4CldXWN0f.XOafVukcdiZidYZ0fJ3XHQk_lIwnEhc5sibudenoM; path=/; expires=Tue, 07-Oct-25 20:27:58 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98aff874f850b080-BLR
alt-svc: h3=":443"; ma=86400
G5: Allowing users to complete an activity without any time limit | WAI | W3C
Skip to content
Back to Top
Examples of ways to meet WCAG; not required
About WCAG Techniques
Technique G5:Allowing users to complete an activity without any time limit
About this Technique
This technique relates to 2.2.3: No Timing (Sufficient).
This technique applies to any technologies or methods supporting the implementation of an activity which does not require timed interaction for its functionality.
Description
The objective of this technique is to provide users with all the time they need to complete an activity. This technique involves providing a specified activity which does not require timed interaction. Users are allowed as much time as they need to interact with the activity.
Examples
- An interactive exam for a course provides all questions on one web page. Users can take as much time as they need to complete it.
- In an interactive game, users can take as much time as they like on their turn instead of having to complete their move within a limited amount of time.
- In an online auction, each bidder can submit only one bid rather than submitting multiple competitive bids based on timing. The bidding is open for a full day, providing enough time for anyone to complete the simple bid form. Once bidding is closed, the best bid wins.
Related Resources
No endorsement implied.
Related Techniques
Tests
Procedure
- Determine if any timed interactions are present (client and/or server side).
Expected Results
- #1 is false.