You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/components/popovers/docs.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ Panel Popovers can be shown on mouse hover but for keyboard or screen reader use
50
50
- Apply the `aria-labelledby` attribute to the `dialog` element and set the value to be the ID of the main Heading element in the Popover (if it provides a good and meaningful title to the `dialog`)
51
51
- If no Heading element is present, use the `aria-label` attribute and set the value to be a meaningful title of the `dialog`
52
52
- The `dialog` should be described where possible. This can be achieved by applying the `aria-describedby` attribute to the `dialog` element and set the value to be the id of the Popover body
53
+
- The triggering element **must** have `aria-haspopup="true"` when the popover is opened and `aria-haspopup="false"` when the popover is closed
0 commit comments