Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@editora/a11y-checker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@editora/a11y-checker

Accessibility Checker plugin for Rich Text Editor - WCAG compliance audit panel

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

@editora/a11y-checker

[!IMPORTANT] Live Website: https://editora-ecosystem.netlify.app/
Storybook: https://editora-ecosystem-storybook.netlify.app/

Accessibility checker plugin for Editora rich text editor.

What It Does

  • Runs WCAG-oriented checks against editor content.
  • Opens an in-editor audit dialog with issues and severity.
  • Highlights problematic elements.
  • Supports built-in auto-fixes for selected issue types.
  • Computes and displays an accessibility score.

Installation

npm install @editora/a11y-checker

Or bundle install:

npm install @editora/plugins

Usage

import { A11yCheckerPlugin } from "@editora/a11y-checker";

const plugins = [A11yCheckerPlugin()];

Toolbar Command and Shortcut

  • Command: toggleA11yChecker
  • Toolbar label: Accessibility
  • Shortcut: Mod-Shift-Alt-a

Rules Checked (Examples)

  • Missing image alt text.
  • Empty interactive controls.
  • Missing form labels.
  • Missing table headers.
  • Empty heading nodes.

Notes

  • Public package entry exports A11yCheckerPlugin.
  • For advanced rule-engine usage, keep the plugin package and core versions aligned.

Keywords

editor

FAQs

Package last updated on 08 Mar 2026

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