From 411bd5088d19cc28b74a4ab44d494416a21dda73 Mon Sep 17 00:00:00 2001 From: giacomo-petri <106394951+giacomo-petri@users.noreply.github.com> Date: Tue, 8 Aug 2023 01:25:56 +0200 Subject: [PATCH] Updated the characteristics table of "caption" role (#1975) while reviewing the specs for the caption role, I've realised that the characteristics table, in particular the "Required Accessibility Parent Roles" row, is not fully reflecting the requirements listed above. I've updated the "Required Accessibility Parent Roles" table content, adding also "group" and "radiogroup". I've also sorted the list of "Required Accessibility Parent Roles" by alphabetical order (both in text and in table). Closes: #1974 --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e65e00d65..e8a3c98e5 100644 --- a/index.html +++ b/index.html @@ -1760,11 +1760,11 @@

Definition of Roles

caption
-

Visible content that names, or describes a group, figure, table, grid, radiogroup, or treegrid.

+

Visible content that names, or describes a figure, grid, group, radiogroup, table or treegrid.

When using caption authors SHOULD ensure:

If the caption represents an accessible name for its containing element, authors SHOULD specify aria-labelledby on the containing element to reference the element with role caption.

@@ -1864,6 +1864,8 @@

Definition of Roles