Skip to content

Commit

Permalink
fix(popover): clarify for assistive tech, which popover trigger opens…
Browse files Browse the repository at this point in the history
… which popover content
  • Loading branch information
Kiarokh authored and Befkadu1 committed Apr 4, 2024
1 parent a3360c2 commit 27db975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/popover/popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export class Popover {
const attributes = {
'aria-haspopup': true,
'aria-expanded': this.open,
'aria-controls': this.portalId,
role: 'button',
};

Expand Down

0 comments on commit 27db975

Please sign in to comment.