[Snyk] Upgrade dom-accessibility-api from 0.4.7 to 0.5.14 #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade dom-accessibility-api from 0.4.7 to 0.5.14.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: dom-accessibility-api
-
0.5.14 - 2022-04-25
- #827
-
0.5.13 - 2022-03-01
-
-
0.5.12 - 2022-02-21
- #800
-
0.5.11 - 2022-01-27
- #796
-
0.5.10 - 2021-10-29
-
-
0.5.9 - 2021-10-18
-
-
0.5.8 - 2021-10-08
-
-
0.5.7 - 2021-08-05
- #718
-
0.5.6 - 2021-06-03
-
-
0.5.5 - 2021-05-31
-
-
-
0.5.4 - 2020-10-09
-
0.5.3 - 2020-09-28
-
0.5.2 - 2020-08-26
-
0.5.1 - 2020-08-20
-
0.5.0 - 2020-08-10
-
0.4.7 - 2020-07-30
from dom-accessibility-api GitHub release notesPatch Changes
a1daca5Thanks @ nolanlawson! - Follow aria-labelledby and aria-describedby if they point to elements in the same shadow root.Patch Changes
#811
5b0f48eThanks @ eps1lon! - Prefer button subtree overtitleattribute.<button title="from-title">from-content</button>would previously compute the accessible name "from-title".This is correct in ACCNAME 1.2 but is changed in the latest editors draft.
The latest editors draft specifically refers to HTML-AAM which says that the subtree should take precedent over the
titleattribute.computeAccessibleNamenow calculates "from-content" as the accessible name.Patch Changes
de554b0Thanks @ pablo-abc! - Remover circular dependency, which fixes warnings thrown in certain environments.Patch Changes
cb38778Thanks @ calebeby! -<input type="number" />now maps torolespinbutton(wastextboxbefore).Patch Changes
#770
7066180Thanks @ eps1lon! - Allow computing name for inaccessible elementsThis is mainly targetted at integration with
@ testing-library/dom.But it can also be used as a general performance boost when used in a JSDOM environment.
The rationale is that most elements are part of the a11y tree.
In those cases computing a11y tree exclusion is wasted.
Since it's expensive, we can disable it.
The recommendation is to only ignore a11y tree inclusion locally and specifically
enable it for the tests where you do know that a11y tree inclusion will play a role.
Patch Changes
#762
b3e4a17Thanks @ eps1lon! - Compute name from author formenurole.Previously we wouldn't compute any name for
menuto pass some web-platform-tests that covered an exotic use case.Now we correctly respect name from author (e.g.
aria-labeloraria-labelledby).Patch Changes
#343
3d755c2Thanks @ eps1lon! - AddisInaccessibleandisSubtreeInaccessible.isInaccessibleimplements https://www.w3.org/TR/wai-aria-1.2/#tree_exclusion.isSubtreeInaccessiblecan be used to inject a memoized version of that function intoisInaccessible.Patch Changes
6154760Thanks @ calebeby! - Remove implicit "document" role on<body>and add it to<html>Patch Changes
#666
26ee73dThanks @ eps1lon! - Consider<label />when computing the accessible name of<output />Given
Previously the accessible name of the
<output />would ignore the<label />.However, an
<output />is labelable and therefore the accessible name is now computed using<label />elements if they exists.In this example the accessible name is
"Output Label".Patch Changes
#627
0485441Thanks @ eps1lon! - Ensure certain babel helpers aren't requiredSource:
Transpiled:
#629
383bdb6Thanks @ eps1lon! - Use label attribute for naming of<optgroup>elements.Given
Previously the
<optgroup />would not have an accessible name.Though 2D in
accname1.2 could be interpreted to use thelabelattribute:This was confirmed in NVDA + FireFox.
Commit messages
Package name: dom-accessibility-api
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs