Skip to content

Commit b7b605d

Browse files
committed
Remove ARIA reference
ARIA is a web standard, changing language to be more generic.
1 parent a71d44f commit b7b605d

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-extensions/src/surfaces/point-of-sale/components/Tabs

1 file changed

+1
-1
lines changed

packages/ui-extensions/src/surfaces/point-of-sale/components/Tabs/Tabs.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const data: ReferenceEntityTemplateSchema = {
6464
sectionContent: `
6565
- **Provide accessibility labels:** Use the \`accessibilityLabel\` prop on the \`Tabs\` component to describe the purpose of the tab group.
6666
- **Ensure keyboard navigation:** The component supports arrow key navigation between tabs and Enter/Space to activate tabs.
67-
- **Connect tabs and panels:** Always use matching \`controls\` (on Tab) and \`id\` (on TabPanel) properties to maintain proper ARIA relationships.
67+
- **Connect tabs and panels:** Always use matching \`controls\` (on Tab) and \`id\` (on TabPanel) properties to maintain proper semantic relationships.
6868
`,
6969
},
7070
],

0 commit comments

Comments
 (0)