Kate Higa

Results 45 comments of Kate Higa

I was about to open a duplicate issue for a rule to ensure SVG has an accessible name. This would be great. EDIT: I think `aria-hidden="true" `is also valid for...

Hi @lesliecdubs! @hectahertz can speak more to the work on `IconButton` in PVC! I believe we were leaning towards having tooltip by default for all `IconButton` for accessibility purposes. Discussion...

Hey @raylin666666! Were you still planning to upstream your rule here? This rule would greatly benefit my projects!

Hi @jessebeach! I'd noticed in the `role-supports-aria-props-test`, there are [checks for implicit roles](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/__tests__/src/rules/role-supports-aria-props-test.js#L88) and the [doc](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/role-supports-aria-props.md#jsx-a11yrole-supports-aria-props) describes the rule as the following: > Enforce that elements with explicit or implicit...

Wanted to jump in and +1, this would be great!! This also came up in: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/863. > The biggest limitation which I've not good solution for is how does the...

I don't have super strong opinions, but just some initial thoughts/questions on the proposed schema: > is linted as a react fragment Should this linter care about if something maps...

> Definitely agree, I think it'd be beneficial for us to steer away from using HTML attributes as prop names when there's no direct connection. This would involve a breaking...

I am putting this on pause until we've had a chance to validate `live-region` in dotcom per my chat with @joshblack!

Hi @lesliecdubs, With tooltip, I've asked a similar question around whether we can set `tabindex` to make a `span` element focusable to allow setting a tooltip. The conclusion was no,...