[gtk/ebassi/for-master: 1/4] a11y: ARIA's "presentation" role maps to ATSPI_ROLE_SECTION
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/for-master: 1/4] a11y: ARIA's "presentation" role maps to ATSPI_ROLE_SECTION
- Date: Thu, 5 Nov 2020 14:09:07 +0000 (UTC)
commit 7dfa41bbc48f35669859274e166c87c686e0e479
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Nov 5 13:14:08 2020 +0000
a11y: ARIA's "presentation" role maps to ATSPI_ROLE_SECTION
See the mapping role table in the Core-AAM normative document:
https://w3c.github.io/core-aam/#mapping_role_table
gtk/a11y/gtkatspiutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/a11y/gtkatspiutils.c b/gtk/a11y/gtkatspiutils.c
index fad5ee10fd..7ec3193b9b 100644
--- a/gtk/a11y/gtkatspiutils.c
+++ b/gtk/a11y/gtkatspiutils.c
@@ -167,7 +167,7 @@ gtk_accessible_role_to_atspi_role (GtkAccessibleRole role)
return ATSPI_ROLE_OPTION_PANE;
case GTK_ACCESSIBLE_ROLE_PRESENTATION:
- return ATSPI_ROLE_DOCUMENT_PRESENTATION;
+ return ATSPI_ROLE_SECTION;
case GTK_ACCESSIBLE_ROLE_PROGRESS_BAR:
return ATSPI_ROLE_PROGRESS_BAR;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]