dom-accessibility-api icon indicating copy to clipboard operation
dom-accessibility-api copied to clipboard

Implements https://w3c.github.io/accname/

Results 71 dom-accessibility-api issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-jest](https://redirect.github.com/jest-community/eslint-plugin-jest) | [`27.4.2` -> `27.9.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/27.4.2/27.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jest/27.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-jest/27.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)) | [`29.5.5` -> `29.5.14`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.5/29.5.14) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/29.5.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/dom](https://redirect.github.com/testing-library/dom-testing-library) | [`9.3.3` -> `9.3.4`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/9.3.3/9.3.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fdom/9.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fdom/9.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Fixes #1026 Updates the `computeAccessibleDescription()` method to handle computation of an accessible description for an element that has not been added to the document. --- In this fix I have...

Triaging from https://github.com/guidepup/virtual-screen-reader/issues/48 When `computeAccessibleDescription(element)` is passed an element that is not attached to the `document` it throws the following error: ```console TypeError: root.getElementById is not a function at node_modules/dom-accessibility-api/sources/util.ts:103:5...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.0.3` -> `3.5.3`](https://renovatebot.com/diffs/npm/prettier/3.0.3/3.5.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsdom](https://togithub.com/jsdom/jsdom) | [`^20.0.0` -> `^24.0.0`](https://renovatebot.com/diffs/npm/jsdom/20.0.3/24.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jsdom/24.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | major | `v2` -> `v3` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [concurrently](https://redirect.github.com/open-cli-tools/concurrently) | [`8.2.1` -> `8.2.2`](https://renovatebot.com/diffs/npm/concurrently/8.2.1/8.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/concurrently/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

When a div element role is `combobox` and the element has an `aria-labelledby` attribute that references itself, `computeAccessibleName` is failing to return the accessible name. Role combobox supports name from...