Skip to content
#

accessibility

Here are 2,430 public repositories matching this topic...

TheFatRat

Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection .

  • Updated Nov 23, 2021
  • C
WilcoFiers
WilcoFiers commented Nov 29, 2021

Noticed this in reviewing #3165. In determining if an element is focused, axe-core looks at the disabled attribute. However it doesn't check if that attribute is allowed for the node. So the following link is incorrectly determined as not focusable:

<a href="foo.html" disabled>Hello</a>

This bug exists in lib/commons/dom/focus-disabled.js. The fix is to check `vNode.props.nod

a11yproject.com
ActiveB1t
ActiveB1t commented Jul 16, 2020

Summary

Running the WAVE plugin shows not all text has sufficient contrast, and an empty link is present, these are minor issues and potentially false positives, as the site may serve as an example for others it would be great if at least all errors from automated tests are resolved.

Expected result

Running a tool such as the WAVE plugin on Chrome shows no errors.

Actual res

CyrilleB79
CyrilleB79 commented Nov 10, 2021

I report here a warning that has appeared at various places in 2021.3beta2 (not tested the beta1) but was not present in 2021.2.
Maybe introduced by #12925? (Cc @michaelDCurran )

Also Cc @feerrenrut to decide if this issue should be in the 2021.3 milestone or not.

Steps to reproduce:

  • Open a setting dialog, e.g. NVDA+control+D (formatting)
  • Press space key to modify the state of t

Improve this page

Add a description, image, and links to the accessibility topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the accessibility topic, visit your repo's landing page and select "manage topics."

Learn more