Skip to content

Commit 773873b

Browse files
authored
Merge pull request #2110 from db-ui/fix-docs-corrected-url
fix(docs): corrected URL
2 parents d0c36bc + b49cddd commit 773873b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/research/tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
| [Telefonica Mistica](https://github.com/Telefonica/mistica-web) | [tabs](https://brandfactory.telefonica.com/d/iSp7b1DkYygv/n-a#/components/tabs) | `div`, `button role=tab`, no panels |
2020
| [Telekom Scale](https://github.com/telekom/scale) | [tab-navigation](https://telekom.github.io/scale/?path=/docs/components-tab-navigation--text-icon) | `div role=tablist`, `span role=tab`, `div role="tabpanel"` |
2121
| [Washington Post Design System](https://build.washingtonpost.com/) | [tabs](https://build.washingtonpost.com/components/tabs) | `div role=tablist`, `button role=tab`, `div`, alignement, disabled, overflow, !activationMode! |
22-
| [W3C](https://www.w3.org/WAI/ARIA/apg/patterns/) | [tabs pattern](https://w3.org/WAI/https://w3.org/WAI/) | Tabs -> Tablist = set of tab-elements (serves as label for tabpanel) -> activation displays content of tabpanel; aria and role attributes accurately described |
22+
| [W3C](https://www.w3.org/WAI/ARIA/apg/patterns/) | [tabs pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/) | Tabs -> Tablist = set of tab-elements (serves as label for tabpanel) -> activation displays content of tabpanel; aria and role attributes accurately described |
2323

2424
## Conclusion
2525

0 commit comments

Comments
 (0)