Skip to content

Commit bf0a2fe

Browse files
authored
Update index.html
1 parent 1fde1de commit bf0a2fe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14276,7 +14276,13 @@ <h4 id=att-popover>`popover`</h4>
1427614276
<tr>
1427714277
<th>Comments</th>
1427814278
<td>
14279-
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>.
14279+
<p>UAs MUST NOT expose a details relation between a `popover` and its invoking element under the following conditions:</p>
14280+
<ul>
14281+
<li>when the `popover` is the next immediate accessibility sibling to the invoking element,</li>
14282+
<li>when the element has a `popovertarget=hide` attribute value,</li>
14283+
<li>or when the element is a descendant of the `popover` and its `popovertarget` is set to the auto state.</li>
14284+
</ul>
14285+
<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>
1428014286
</td>
1428114287
</tr>
1428214288
</tbody>

0 commit comments

Comments
 (0)