From 00f14508c459854b0ea994a6c4bd79ef5cc5ecd1 Mon Sep 17 00:00:00 2001 From: Jesse Attas Date: Thu, 29 Feb 2024 09:13:29 -0600 Subject: [PATCH] Link to OpenUI group --- specs/templates/custom-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/templates/custom-component.md b/specs/templates/custom-component.md index b993049630..b4655429d8 100644 --- a/specs/templates/custom-component.md +++ b/specs/templates/custom-component.md @@ -107,7 +107,7 @@ - *All components should define a role and support labels / being labelled so that assistive technology can identify them* - *The implications shadow dom might have on how roles and attributes are presented in the accessibility tree* - *Components which delegate focus require all global ARIA attributes to be enumerated* - - *Components should either follow an existing [ARIA Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/) or provide thorough research indicating why a new pattern is appropriate. Research should include sources like Open UI Community Group and other popular design systems.* + - *Components should either follow an existing [ARIA Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/) or provide thorough research indicating why a new pattern is appropriate. Research should include sources like [Open UI Community Group](https://github.com/openui/open-ui) and other popular design systems.* - *Behavior with browser configurations like "Prefers reduced motion"* ### Mobile