Jason

Results 115 issues of Jason

Product: axe-core `4.3.5` Expectation: axe-core should not raise a false positive when setting [`font-variation-settings`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variation-settings) Actual: A false positive is raised Motivation: No false positives The following CSS creates a `14...

feat
color contrast

Formatting is already pretty versatile, but we could also potentially leverage [`Intl.NumberFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat) to get a lot of different formats for "free". The one downside is that it's possible that parsing...

Currently, currency.js does not handle integer values beyond the max/min possible int values. So for whatever reason if you're performing calculations in that range you could have some overflow errors....

enhancement

A patch was back-ported to cssnano@4 to patch [CVE-2021-28092](https://nvd.nist.gov/vuln/detail/CVE-2021-28092): https://github.com/cssnano/cssnano/releases/tag/v4.1.11 fixes #363

Once #1159 is complete, we should upgrade as a half-step to React 17. This should include both `react` and `react-dom` for development dependencies in the following packages: - `./` (root)...

We're currently "stuck" on react testing library v12, because versions 13+ have removed support for React v16 and below: > React Testing Library versions 13+ require React v18. If your...

tech debt

We need to migrate away from using Enzyme as it doesn't support newer versions of React. This means we need to refactor all of our existing tests to utilize React...

tech debt

We have [well defined guidelines](https://github.com/dequelabs/cauldron/blob/develop/CONTRIBUTING.md) for what makes a quality component in Cauldron, but not necessary how we determine what becomes a component in Cauldron. As Cauldron has evolved further...

documentation

`ImpactBadge` is an extension of the [`Badge` component](https://github.com/dequelabs/cauldron/issues/1590) with more defined requirements. ## Design Specs ![impact badge with default and small sizes](https://github.com/user-attachments/assets/bae00297-4988-472f-9fa7-6e20549982af) ![impact badge anatomy](https://github.com/user-attachments/assets/658b3d88-ae4e-44ea-87ce-f24a96dfb480) `ImpactBadge` is a primitive component...

enhancement
rfc
rfc:accepted
rocket

A `ScreenshotThumbnail` component would take a screenshot and display a scaled version of the screenshot in a in a small box with an option to view the full size of...

enhancement
rfc