From 784d4058efa37423c0ab54b564c99333cce428c9 Mon Sep 17 00:00:00 2001 From: Francis Storr Date: Fri, 13 Dec 2024 14:42:30 -0800 Subject: [PATCH] Update ARIA11 to address issue #1308 (#2339) Adds text for ARIA 1.2 form role. Closes https://github.com/w3c/wcag/issues/1308 --------- Co-authored-by: Mike Gower --- techniques/aria/ARIA11.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/aria/ARIA11.html b/techniques/aria/ARIA11.html index 40194469f6..206c2c86d1 100644 --- a/techniques/aria/ARIA11.html +++ b/techniques/aria/ARIA11.html @@ -20,7 +20,7 @@

Using ARIA landmarks to identify regions of a page

Landmarks also can help sighted keyboard-only users navigate to sections of a page using a browser plugin.

-

Landmarks are inserted into the page using the role attribute on an element that marks the section. The value of the attribute is the name of the landmark. These role values are listed below:

+

Landmarks are inserted into the page using the role attribute on an element that marks the section. The value of the attribute is the name of the landmark. These role values are listed below. For HTML mappings of landmark roles, refer to the Rules of ARIA attribute usage by HTML element table in the ARIA In HTML recommendation.