Skip to content

Commit e5a0eb2

Browse files
authored
Merge pull request #2375 from w3c/popover-states-clarification
Update: minor popover clarification
2 parents 56bc62f + fa0b411 commit e5a0eb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

html-aam/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13415,10 +13415,11 @@ <h4 id="att-popover">`popover`</h4>
1341513415
<p>User agents MUST NOT expose a details relation between a `popover` and its invoking element under the following conditions:</p>
1341613416
<ul>
1341713417
<li>when the `popover` is the next immediate accessibility sibling to the invoking element,</li>
13418-
<li>when the element has a `popovertarget=hide` attribute value,</li>
13418+
<li>when the element has a `popovertargetaction=hide` attribute value,</li>
1341913419
<li>or when the element is a descendant of the `popover` and its `popovertarget` is the "`auto`" state.</li>
1342013420
</ul>
13421-
<p>If specified on an element with an implicit role of `generic`, then the element's role instead maps to <a class="core-mapping" href="#role-map-group">`group`</a>.</p>
13421+
<p>If specified on an element with an implicit role of `generic`, then the element's role instead maps to <a class="core-mapping" href="#role-map-group">`group`</a> for all <a data-cite="html/popover.html#the-popover-attribute">`popover` states</a>.</p>
13422+
<p class="note">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.</p>
1342213423
</td>
1342313424
</tr>
1342413425
</tbody>

0 commit comments

Comments
 (0)