dom-accessibility-api
                                
                                
                                
                                    dom-accessibility-api copied to clipboard
                            
                            
                            
                        Implements https://w3c.github.io/accname/
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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) | [](https://docs.renovatebot.com/merge-confidence/) |...
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
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...
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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...