diff --git a/html-aam/index.html b/html-aam/index.html index b6a466773..df1d0699c 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