Skip to content

Commit

Permalink
Added Resolved Update for A11y Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-costa authored Dec 17, 2024
1 parent 712978f commit acad98f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions site/docs/components/combo-box/accessibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ data:

## Accessibility considerations

**Update 12/17/24**: This issue has been resolved in MacOS 15.

**Browser/Assistive Technology Combination Issue**: We have identified an accessibility issue when using Safari and VoiceOver that affects the usability of combo boxes. This issue is not related to our design system but is a known limitation in the interaction between these specific technologies and can be confirmed using the [ARIA Authoring Practices Guide](https://www.w3.org/WAI/ARIA/apg/) (APG) example on the [World Wide Web Consortium](https://www.w3.org/) (w3c) Who created the [Web Content Accessibility Guidelines](https://www.w3.org/WAI/standards-guidelines/wcag/) (WCAG) which is the industry standard on accessibility.

**Issue Details**:
Expand Down Expand Up @@ -42,8 +44,6 @@ VoiceOver users using Safari may experience difficulties when interacting with c
- https://discussions.apple.com/thread/255614236?sortBy=rank
- https://github.com/w3c/aria-practices/issues/2060

Update 12/17/24: This issue has been resolved in MacOS 15.

## Keyboard interactions

<KeyboardControls>
Expand Down
4 changes: 2 additions & 2 deletions site/docs/components/dropdown/accessibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ data:

## Accessibility considerations

**Update 12/17/24**: This issue has been resolved in MacOS 15.

**Browser/Assistive Technology Combination Issue**: We have identified an accessibility issue when using Safari and VoiceOver that affects the usability of combo boxes. This issue is not related to our design system but is a known limitation in the interaction between these specific technologies and can be confirmed using the [ARIA Authoring Practices Guide](https://www.w3.org/WAI/ARIA/apg/) (APG) example on the [World Wide Web Consortium](https://www.w3.org/) (w3c) Who created the [Web Content Accessibility Guidelines](https://www.w3.org/WAI/standards-guidelines/wcag/) (WCAG) which is the industry standard on accessibility.

**Issue Details**:
Expand Down Expand Up @@ -49,8 +51,6 @@ VoiceOver users using Safari may experience difficulties when interacting with c
- https://discussions.apple.com/thread/255614236?sortBy=rank
- https://github.com/w3c/aria-practices/issues/2060

Update 12/17/24: This issue has been resolved in MacOS 15.

## Keyboard interactions

<KeyboardControls>
Expand Down

0 comments on commit acad98f

Please sign in to comment.