Kate Higa

Results 53 issues of Kate Higa

We are observing a `TypeError` from this line: ```.ts const elideShift = event.code.startsWith('Key') && event.shiftKey && event.key.toUpperCase() === event.key; ``` See: [Sentry](https://sentry.io/organizations/github/issues/?project=1890375&query=is%3Aunresolved+github%2Fhotkey&sort=new&statsPeriod=1h) Though this was first seen 9 months ago,...

`eventToHotKeyString` outputs `?` event as `Shift+?` Since the updates in the latest release which include a logic change to address a different bug, `eventToHotkeyString` is including`Shift` unexpectedly. `?` ==> `Shift+?`...

I posted in the Discord channel but figured I should file an issue too for posterity. I was hoping to configure [axe-core ](https://github.com/dequelabs/axe-core)to run in Partytown. I started exploring this...

needs reproduction

Hi team. I'd like to propose a rule that flags when `aria-hidden="true'` is set on focusable elements or on elements with descendants that are focusable. The rationale is that `aria-hidden`...

Since `Button`, `Link`, and `IconButton` all support tooltip now through it's API, the examples on the page should be updated to not have direct use of the `Primer::Alpha::Tooltip` component. One...

rails

## Context - In https://github.com/primer/view_components/pull/1256, we swapped `hidden` to `visibility: hidden`. The motivation is to workaround a surfaced incompatibility with the accessibility API and the web component API that prevents...

accessibility

When `` is does not have self closing slash like ``, vercel deploys broke completely. `` is considered valid HTML as it is a void element, but for some reason...

Currently there is no keyboard accessible alternative for reordering the task items which prevents assistive technology/ keyboard-only users from accessing the feature. A number of implementations I've seen like [this...

Hello! Currently the `Dialog` has an optional `with_show_button` slot that can be rendered as `Button` to open the dialog. We ran into a case where we wanted the slot to...

rails

Cross-referencing: [github/accessibility/issues/1726](https://github.com/github/accessibility/issues/1726) to keep this issue surfaced in this repo. Some discussions around potentially moving to playwright. cc: @owenniblock, @primer/rails-reviewers

rails