Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@progress/wct-a11y-spec

Package Overview
Dependencies
Maintainers
1
Versions
107
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.

  • 2.14.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

WAI-ARIA and Keyboard Navigation Spec

This package contains the WAI-ARIA and Keyboard Navigation spec for the UI suites in the Progress 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).

The specifications are published in a npm package:

https://www.npmjs.com/package/@progress/wct-a11y-spec.

All teams can navigate through the generated accessibility specifications via the following link and the respective technology:

https://unpkg.com/browse/@progress/wct-a11y-spec@latest/dist/

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 the specifications of all suites call: 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 the specifications of all suites call: 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

Generating keyboard navigation specification

To generate the keyboard navigation specification in MD format for all suites call: npm run keyboard.

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

  • /dist/angular/keyboard-navigation/
  • /dist/blazor/keyboard-navigation/
  • /dist/jquery/keyboard-navigation/
  • /dist/react/keyboard-navigation/
  • /dist/vue/keyboard-navigation/

Keywords

FAQs

Package last updated on 27 Aug 2024

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