Skip to content
#

accessibility

Here are 2,113 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 Jul 2, 2021
  • C
dannify
dannify commented Jul 1, 2021

The ActionMenu is a combination of an ActionButton and a Menu/MenuTrigger. It is designed to be a convenience component and therefore will only offer a subset of the props available if someone was to build their own.

The icon for the ActionButton will be hardcoded to the More icon (3 dots). aria-label on the ActionButton should have a default translated string “More actions” but also the ab

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 Jul 2, 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