Skip to content

Commit

Permalink
Update content/components/underline-panels.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick H. Lauke <[email protected]>
  • Loading branch information
TylerJDev and patrickhlauke authored Aug 28, 2024
1 parent 3605e37 commit 74d9024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/components/underline-panels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Underline panels are made of the following ARIA roles:

The active tab is conveyed to assistive technologies using the `aria-selected` attribute. Each tab is associated with it's corresponding panel using the `aria-controls` attribute.

Icons in [UnderlinePanels.Tab](https://primer.style/components/underline-panels/react/draft#underlinepanelstab) are purely decorative and are hidden from screen readers by default. If the icon does convey any informational meaning, the adjacent text inside of the tab should provide all the necessary information without relying on the icon itself.
Icons in [UnderlinePanels.Tab](https://primer.style/components/underline-panels/react/draft#underlinepanelstab) are purely decorative and are hidden from screen readers by default. If the icon does convey any informational meaning, the adjacent text inside of the tab must provide all the necessary information without relying on the icon itself.

</div>

Expand Down

0 comments on commit 74d9024

Please sign in to comment.