![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@acot/acot-plugin-wcag
Advanced tools
A WCAG-based rule set for acot.
Install via npm:
$ npm install --save-dev @acot/acot-plugin-wcag
Add @acot/wcag
to the plugins
field of the acot config file. then configure the rules you want to use under the rules section.
{
"plugins": ["@acot/wcag"],
"rules": {
"@acot/wcag/button-has-name": "error"
}
}
You can also enable all the recommended rules for our plugin. Add plugin:@acot/wcag/recommended
in extends
:
{
"extends": ["plugin:@acot/wcag/recommended"]
}
Name | Description | :heavy_check_mark: |
---|---|---|
@acot/wcag/interactive-has-enough-size | The size of the target for pointer inputs is at least 44 by 44 CSS pixels. | :heavy_check_mark: |
@acot/wcag/interactive-has-name | For all user interface components (including but not limited to: form elements, links and components generated by scripts), the name and role can be programmatically determined; states, properties, and values that can be set by the user can be programmatically set; and notification of changes to these items is available to user agents, including assistive technologies. WCAG 2.1 - 4.1.2: Name, Role, Value | :heavy_check_mark: |
@acot/wcag/interactive-supports-focus | TBA | :heavy_check_mark: |
Some rules deal with interactive content. The definition of interactive content to be audited is as follows:
T.B.A
FAQs
A WCAG-based rule set for acot.
The npm package @acot/acot-plugin-wcag receives a total of 1 weekly downloads. As such, @acot/acot-plugin-wcag popularity was classified as not popular.
We found that @acot/acot-plugin-wcag demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.