BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
-
Updated
Nov 23, 2021 - JavaScript
{{ message }}
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
Dark Reader Chrome and Firefox extension
Beautiful and accessible math in all browsers
A CSS only tooltip library for your lovely websites.
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
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 .
Opening this issue in case anyone wants to help. Recently, we've configured Storybook to import files from __examples__ folders inside Reakit component folders. This is how we're doing it:
Thos
noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
A visual overview of useful skills to learn as a web developer
I don't think this impacts anyone today, since there are currently no unsupported roles listed in axe-core. But I noticed the following bugs.
OptiKey - Full computer control and speech with your eyes
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.
Running a tool such as the WAVE plugin on Chrome shows no errors.
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
Pa11y is your automated accessibility testing pal
React components and hooks library with native dark theme support focused on usability, accessibility and developer experience
Static AST checker for a11y rules on JSX elements.
Accessible HTML5 Video Player
An open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @modulz.
React material design - An accessible React component library built from the Material Design guidelines in Sass
A very lightweight and flexible accessible modal dialog script.
Describe the bug
Currently @duetds/date-picker does not work with Rollup (or I didn't get it to).
The problem appears to be a dynamic import statement with a template string:
return import(`./${bundleId}.entry.js${""}`);Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To
JavaScript library to help modern web applications with accessibility concerns
A curate list about A11Y
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
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.
Add a description, image, and links to the accessibility topic page so that developers can more easily learn about it.
To associate your repository with the accessibility topic, visit your repo's landing page and select "manage topics."
I need to use combobox for "allowsCustomValue", So I need to trigger event whenever a ENTER key is pressed (not on input change/ selection change) & check the TextEdit value at the time of enter & run command accordingly.
OnSelectionChange/ OnInputChange wont be helpful in this case as we have a requirement to trigger event with custom TextEditValue on pressing Enter.