CARVIEW |
Select Language
HTTP/2 200
date: Mon, 06 Oct 2025 17:10:24 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
content-location: G75.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 23:10:24 GMT
x-backend: www-mirrors
x-request-id: 98a6c5a07e54a45e
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=AQhTPRkMvvhxQTsDvCrKfCO0KTyBKMc7cZxU0P9ZOns-1759770624-1.0.1.1-x1l61ApCcX9RCYdoMiIHFls9XOAJjiRaxeee.miT67bckjXNsG8Eh9nk3Gv3PUSP9DSTxmxJLbUXlf_aQgxD3fICde3gSwjO2Xmci6aywlw; path=/; expires=Mon, 06-Oct-25 17:40:24 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98a6c5a07e54a45e-BLR
alt-svc: h3=":443"; ma=86400
G75: Providing a mechanism to postpone any updating of content | WAI | W3C
Skip to content
Back to Top
Examples of ways to meet WCAG; not required
About WCAG Techniques
Technique G75:Providing a mechanism to postpone any updating of content
About this Technique
This technique relates to 2.2.4: Interruptions (Sufficient).
This technique applies to content that automatically updates itself.
Description
The objective of this technique is to ensure that users can postpone automatic updates of content, or other non-emergency interruptions. This can be accomplished either through a preference or by alerting users of an imminent update and allowing them to suppress it. If a preference is provided, automatic content update can be disabled by default and users can specify the frequency of automatic content updates if they choose to enable the setting.
Examples
- A web page provides stock quotes and automatically updates from time to time. The page provides a short form with a field "Refresh data frequency (minutes):" so users can adjust the frequency of the updating.
Related Techniques
Tests
Procedure
- Find pages with content that automatically updates.
- For each automatic update, look for a mechanism to adjust the timing of the updates.
- Check that automatic updating is disabled by default or that the user is warned before an automatic update occurs and allowed to suppress it.
Expected Results
- #3 is true.