From c969abc85ddd6fce36ba3f360b842f8a169632d0 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Mon, 19 Jan 2026 16:52:04 +0000 Subject: [PATCH 1/2] Implement mappings for popover=hint --- html-aam/index.html | 76 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 63 insertions(+), 13 deletions(-) diff --git a/html-aam/index.html b/html-aam/index.html index e925a92bd..d44ee8a48 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -237,6 +237,26 @@

Exposing HTML Features That Require a Minimum Role

require a minimum role be returned as the computed role for the element, prioritize the more specific role in the ARIA taxonomy.

+
+

Plain Content

+

+ An element contains plain content when the element and all of its + accessibility subtree descendants + have roles limited to: + `generic`, + `group`, + `paragraph`, + `img`, + `none`, + or text. +

+

+ Elements that contain any accessibility subtree + descendants with roles other than those listed above are considered to contain rich content. + This includes interactive elements (such as buttons, links, or form controls), semantic structures (such as tables, lists, or headings), + and landmark regions. +

+

HTML Element Role Mappings