We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2ce7d commit 014f83eCopy full SHA for 014f83e
packages/site/src/app/components/route/component/Route.tsx
@@ -60,7 +60,7 @@ export function AppRoute(props: AppRouteProps): JSX.Element | null {
60
<li>
61
<a
62
className="app-component-route__tag-link"
63
- href={`https://www.w3.org/WAI/ARIA/apg/patterns/${aria}/`}
+ href={aria.startsWith('http') ? aria : `https://www.w3.org/WAI/ARIA/apg/patterns/${aria}/`}
64
target="_blank"
65
rel="noreferrer"
66
>
packages/ui/src/components/slides/README.md
@@ -1,6 +1,7 @@
1
---
2
group: Data Display
3
title: Slides
4
+aria: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions
5
6
7
## API
0 commit comments