New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@progress/wct-a11y-spec

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/wct-a11y-spec

Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.2K
increased by1.14%
Maintainers
1
Weekly downloads
 
Created
Source

WAI-ARIA and Keyboard Navigation Spec

This folder contains the WAI-ARIA and Keyboard Navigation spec for most of the suites in the Web Components and Tools division: Kendo UI for Angular, Kendo UI for jQuery, Kendo React, Kendo UI for Vue, Telerik UI for Blazor, Telerik UI for ASP.NET Core (Kendo jQuery based), and Telerik UI for ASP.NET MVC (Kendo jQuery based).

Generating specifications

Generating WAI-ARIA Specification

To generate the WAI-ARIA specification in MD format for each of the suites, you will need to:

  • run npm install
  • call the appropriate suite-specific npm script:
    • for Angular: npm run aria-angular
    • for Blazor: npm run aria-blazor
    • for jQuery, MVC and Core: npm run aria-jquery
    • for React: npm run aria-react
    • for Vue: npm run aria-vue
    • for full specs for all suites: npm run aria

The generate MD files will be placed in the following folders:

  • /dist/angular/aria/
  • /dist/blazor/aria/
  • /dist/jquery/aria/
  • /dist/react/aria/
  • /dist/vue/aria/

Generating ARIA test definitions

To generate the ARIA test definitions in JSON format for each of the suites, you will need to:

  • run npm install
  • call the appropriate suite-specific npm script:
    • for Angular: npm run test-def-angular
    • for Blazor: npm run test-def-blazor
    • for jQuery, MVC and Core: npm run test-def-jquery
    • for React: npm run test-def-react
    • for Vue: npm run test-def-vue
    • for full definitions for all suites: npm run test-def

The generate JOSN file will be found here:

  • /dist/angular/test-def/test-definitions.json
  • /dist/blazor/test-def/test-definitions.json
  • /dist/jquery/test-def/test-definitions.json
  • /dist/react/test-def/test-definitions.json
  • /dist/vue/test-def/test-definitions.json

Keywords

FAQs

Package last updated on 12 Jul 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc