Skip to content
#

accessibility

Here are 2,100 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 Apr 3, 2021
  • C
ktabors
ktabors commented Jun 11, 2021

🐛 Bug Report

While testing ActionGroup, the with tooltip story I noticed that clicking on a button a leaving the hover seems to keep the timer running because I move the mouse pointer away from hover and back over the button quickly and the tooltip immediately pops up.

🤔 Expected Behavior

After clicking the tooltip doesn't open.
Quickly mousing away and hovering again should star

WilcoFiers
WilcoFiers commented Jun 16, 2021

This would be neat:

const res = await axe.run({ runOnly: 'color-contrast' }); // For a single rule
const res = await axe.run({ runOnly: 'experimental' }); // For a single tag

I think this would be a fairly simple thing to do too. A simple tweak to lib/core/audit.js:

if (typeof options.runOnly === 'sting') {
  options.runOnly = [options.runOnly];
}

Just needs

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

iText 7 for Java represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText 7 can be a boon to nearly every workflow.

  • Updated Jun 25, 2021
  • Java

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