diff --git a/html-aam/index.html b/html-aam/index.html index dbc72d153..6fbb93cdf 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -13415,10 +13415,11 @@

`popover`

User agents MUST NOT expose a details relation between a `popover` and its invoking element under the following conditions:

-

If specified on an element with an implicit role of `generic`, then the element's role instead maps to `group`.

+

If specified on an element with an implicit role of `generic`, then the element's role instead maps to `group` for all `popover` states.

+

There are no unique mappings for the different `popover` states. Any accessibility mapping changes for the popover element would be the responsibility of the author. e.g., using different base HTML elements, attributes, or ARIA attributes to make such changes.