Skip to content

Commit f52d718

Browse files
authored
Merge pull request #9122 from MicrosoftDocs/users/tahoon/a11y-tab
Update tabbed interface limitation
2 parents 40fae28 + b439d5c commit f52d718

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

powerapps-docs/maker/canvas-apps/accessible-apps-limitations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ Consider the following:
3535

3636
## Tabbed interfaces
3737

38-
Tabbed interfaces are not supported. A tabbed interface is made up of a list of tabs and a panel that shows content associated with the selected tab. The list of tabs should be navigable with arrow keys. Appropriate control roles and states are required.
38+
A tabbed interface is made up of a list of tabs and a panel that shows content associated with the selected tab.
39+
40+
The only built-in control that supports tabbed interfaces is the **[Tab list](controls/modern-controls/modern-control-tabs-or-tabs-list.md)**. Avoid using **[Galleries](controls/control-gallery.md)** to create tabs. The list of tabs should be navigable with arrow keys. Appropriate control roles and states are required.
3941

4042
Consider the following:
4143

42-
- Put each tab panel on a separate screen. Append the role and state of a tab to its **[AccessibleLabel](controls/properties-accessibility.md)**. For example, if an **[Icon](controls/control-shapes-icons.md)** is used as a tab, its label could be “Documents. Tab. 3 of 5. Selected.”.
44+
- Use the built-in **[Tab list](controls/control-data-table.md)**.
4345
- [Create a code component](../../developer/component-framework/overview.md) that implements an accessible tabbed interface.
4446

4547
## Custom tables

0 commit comments

Comments
 (0)