Ashley Ryan

Results 17 issues of Ashley Ryan

## Bug Report 🐛 `screen. getByRole('listitem')` does nothing. It will correctly point out when clicking on the element that you should use ` getByRole('listitem')` but then nothing happens when you...

user-experience

This repository contained the code for both the Core (cds) and Angular (clr) versions of the design system and component library. The two code bases existed in separate branches. To...

# Description A boolean attribute, by definition, is true when it exists on the element, regardless of the value. There is no `hidden="false"`, the false value would be removing the...

Needs Discussion

### Basic info: jsdom does not support the Aria IDL interface for setting aria attributes and roles via properties instead of `setAttribute`. https://wicg.github.io/aom/aria-reflection-explainer.html https://www.w3.org/TR/wai-aria-1.2/#idl-interface https://developer.mozilla.org/en-US/docs/Web/API/Element#properties_included_from_aria - **Node.js version:** 14.6.0 -...

feature

When I have some custom logic I want to put in an `Option`, I may want to extra that to a separate component for easy-reuse. Imagine an extremely contrived example:...

fixes VPAT-13812, closes #352 ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes /...

cla-not-required
type:fix
type:breaking-change

## Describe the bug By default, links don't have underline styling in NG. This is bad for accessibility. Add underline to links, like Core has: https://storybook.core.clarity.design/?path=/story/foundation-typography--page VPAT-13812 ## Expected behavior...

type:fix
type:breaking-change

## Summary The Sidenav component has been marked as deprecated for quite some time and has a number of open accessibility issues, particularly around color contrast. It should be removed...

type:breaking-change

**This is a bug report for the `@clr` Angular or UI versions of the design system. For the web-component implementation of Clarity (`@cds`), visit [vmware-clarity/core](https://github.com/vmware-clarity/core).** ## Describe the bug When...

type:fix
type:breaking-change
workaround

## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have...

cla-not-required
type:breaking-change
type:fix