TroyWalshProf / SeleniumAxeDotnet

Tools for using aXe for web accessibility testing with C# and Selenium.
MIT License
32 stars 21 forks source link

chore: bump axe-core from 4.4.1 to 4.4.2 in /Selenium.Axe/Selenium.Axe #268

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps axe-core from 4.4.1 to 4.4.2.

Release notes

Sourced from axe-core's releases.

Release 4.4.2

This release could reduce the number of violations reported and it could increase the number of incomplete items reported. We've tweaked a few remediation messages of rules for greater consistency and clarity. Role presentation and role none are now allowed on the HTML nav element. The aria-hidden-focusable rule now returns reports incomplete instead of a violation if the element has the onfocus attribute.

Bug Fixes

  • aria-hidden-focusable: report incomplete with onfocus (#3407) (6755e89)
  • aria-hidden-focus: Update rule help & description (#3422) (7cfb4b1)
  • aria-valid-attr-value: add note about element id being in a different shadow DOM tree (#3421) (24f74df)
  • color-contrast: consistently return color contrast information in the data object for pseudo elements (#3453) (1a9d95e)
  • deprecatedrole,color-contrast: fix message to properly include deprecated role, improve color-contrast pass messages (#3387) (650e503)
  • html-elms: update role allowances for nav element (#3402) (8aa816a), closes #3401
  • standards: fix address typo in html-elms.js (#3418) (f235cc7), closes #3417
Changelog

Sourced from axe-core's changelog.

4.4.2 (2022-05-12)

Bug Fixes

  • aria-hidden-focusable: report incomplete with onfocus (#3407) (6755e89)
  • aria-hidden-focus: Update rule help & description (#3422) (7cfb4b1)
  • aria-valid-attr-value: add note about element id being in a different shadow DOM tree (#3421) (24f74df)
  • color-contrast: consistently return color contrast information in the data object for pseudo elements (#3453) (1a9d95e)
  • deprecatedrole,color-contrast: fix message to properly include deprecated role, improve color-contrast pass messages (#3387) (650e503)
  • html-elms: update role allowances for nav element (#3402) (8aa816a), closes #3401
  • standards: fix address typo in html-elms.js (#3418) (f235cc7), closes #3417
Commits
  • c31d85c Merge pull request #3454 from dequelabs/release-4.4.2
  • bdd71d5 chore(release): 4.4.2
  • 7194b0f ci: fix nightly build (#3434)
  • 7cfb4b1 fix(aria-hidden-focus): Update rule help & description (#3422)
  • 222fdef docs: add link from issue_impact to rule-descriptions (#3420)
  • f235cc7 fix(standards): fix address typo in html-elms.js (#3418)
  • 6755e89 fix(aria-hidden-focusable): report incomplete with onfocus (#3407)
  • a459075 ci(act): Add nightly job to run latest ACT rules (#3403)
  • 8aa816a fix(html-elms): update role allowances for nav element (#3402)
  • 9db7c63 chore(i18n): update Japanese translation (#3319)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)