CARVIEW |
Select Language
HTTP/2 200
date: Wed, 08 Oct 2025 08:56:49 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
content-location: G80.html
vary: negotiate,Accept-Encoding
tcn: choice
last-modified: Thu, 02 Oct 2025 20:38:27 GMT
cache-control: max-age=21600
expires: Wed, 08 Oct 2025 14:56:49 GMT
x-backend: www-mirrors
x-request-id: 98b46d5a7907c1ae
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=3VO0O4gtKCqZ7BpQQkNmjgxHJM1yCeCuiHF_mMbJzXc-1759913809-1.0.1.1-KPvp5toO7ofYeWwpo2kh7IWGbigioVoXvICKdhnBr3F9ztxbrZodL8cVTe1tJs_2WgK2iW.4uqxqAQVHdORw38zobmi1v1qwpn2SAIrUQ90; path=/; expires=Wed, 08-Oct-25 09:26:49 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98b46d5a7907c1ae-BLR
alt-svc: h3=":443"; ma=86400
G80: Providing a submit button to initiate a change of context | WAI | W3C
Skip to content
Back to Top
Examples of ways to meet WCAG; not required
About WCAG Techniques
Technique G80:Providing a submit button to initiate a change of context
About this Technique
This technique relates to 3.2.2: On Input (Sufficient using a more specific technique).
This technique applies to content that includes forms.
Description
The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. Since the intended use of a submit button is to generate an HTTP request that submits data entered in a form, this is an appropriate control to use for causing a change of context and is a practice that does not create confusion for users.
Examples
Example 1
Example 1: A submit button is used for each form that causes a change in context.
Related Techniques
Tests
Procedure
- Find all forms in the content
- For each form, check that it has a submit button
Expected Results
- #2 is true