Tyler Jones

Results 31 issues of Tyler Jones

Fixes issue in: https://github.com/github/accessibility-audits/issues/2939 Based off of @broccolinisoup's work in https://github.com/primer/react/pull/3971 Ensures that the default semantics of `ActionList.Item` rely on `` instead of ``. If the `ActionList` itself should act...

no-breaking-changes: need to test

https://github.com/github/accessibility-audits/issues/6883, https://github.com/github/accessibility-audits/issues/6881 Currently, our validation message is rendered conditionally based on if `slots.validation` is present at the time. This may mean the live region is not added on page load,...

Closes: https://github.com/github/primer/issues/3263 https://github.com/github/accessibility-audits/issues/5724 Provides more flexibility to our required indicator (currently an asterisk). This PR adds the ability to change the text of the indicator, as well as hide it...

Will resolve: https://github.com/github/accessibility-audits/issues/6932 We have an open accessibility issue related to how we handle `aria-expanded` within `AnchoredOverlay`. We did not apply `aria-expanded` when a menu was open since it was...

Allows `disabled` items in `ActionMenu` and `SelectPanel` to remain focusable. This stems from [feedback we've received from the Accessibility Team](https://github.com/github/accessibility/issues/6012#issuecomment-2029977243). ### Changelog Integration test PR: https://github.com/github/github/pull/324056 Passes with small modifications...

integration-tests: recommended

Closes https://github.com/primer/behaviors/issues/257 This PR attempts to address the issue where if an element is disabled or hidden after the `focusZone` function has ran, the focus trap no longer works. I've...

Stale

Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...

Adds new component `NavList.ShowMoreItem`, allows native support for "expanding" content within a `NavList`. Closes https://github.com/github/primer/issues/2637 #### Proposed API [Basic example](https://primer-b750586425-13348165.drafts.github.io/storybook/?path=/story/components-navlist--with-expand): ```tsx Item 1 Item 2 Item 3 Item 4 ```...

Closes https://github.com/github/primer/issues/2501 ### Changelog #### Changed * Added `aria-describedby` to inline description * Added `aria-labelledby` to `ActionList.TrailingVisual` ### Rollout strategy - [x] Patch release - [ ] Minor release -...

Closes https://github.com/github/primer/issues/3359 ### Changelog #### New #### Changed * Moves `aria-*` attributes to `ProgressBar.Item` * Marks `ProgressBar.Item` as `role="progressbar"` #### Removed ### Rollout strategy - [ ] Patch release -...

status: review needed
integration-tests: recommended