All Projects → instructure → tinymce-a11y-checker

instructure / tinymce-a11y-checker

Licence: MIT license
An accessibility checker plugin for TinyMCE.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to tinymce-a11y-checker

quiz-extensions
A self-service LTI for faculty to easily extend time for multiple users for all quizzes at once.
Stars: ✭ 15 (-25%)
Mutual labels:  a11y, canvas-lms
van11y-accessible-simple-tooltip-aria
ES2015 accessible simple tooltip, using ARIA
Stars: ✭ 22 (+10%)
Mutual labels:  a11y
paginas-acessiveis
Exemplo de páginas HTML acessíveis, construídas em HTML, CSS e JS puro, demostrando vários componentes interativos construídos de forma inclusiva.
Stars: ✭ 63 (+215%)
Mutual labels:  a11y
pinar
🌲☀️ Customizable, lightweight React Native carousel component with accessibility support.
Stars: ✭ 214 (+970%)
Mutual labels:  a11y
next
(Work in progress) The rewritten version of the original PizzaQL 🍕
Stars: ✭ 45 (+125%)
Mutual labels:  a11y
sa11y
Sa11y is an accessibility quality assurance tool that visually highlights common accessibility and usability issues. Geared towards content authors, Sa11y straightforwardly identifies errors or warnings at the source with a simple tooltip on how to fix them.
Stars: ✭ 137 (+585%)
Mutual labels:  a11y
a11ycolor
🌈 Generate the nearest accessible color
Stars: ✭ 29 (+45%)
Mutual labels:  a11y
a11y-outline
web extension to navigate document outlines easily
Stars: ✭ 25 (+25%)
Mutual labels:  a11y
accessible-forms
A series of HTML test cases to determine how specific elements are announced in different screen reader / browser combinations.
Stars: ✭ 159 (+695%)
Mutual labels:  a11y
magento-advanced-code-editor
An advanced code editor that'll make it much easier to write clean markup for CMS pages, static blocks, product pages and Transactional Emails.
Stars: ✭ 19 (-5%)
Mutual labels:  tinymce
react-awesome-toasts
Toast notifications for react.
Stars: ✭ 64 (+220%)
Mutual labels:  a11y
lti-template-flask
LTI template written in Python using the Flask framework. Quickly create a new application that can be launched through your Learning Management System using the LTI protocol. Uses standard configurable Key & Secret to launch.
Stars: ✭ 32 (+60%)
Mutual labels:  canvas-lms
laravel-blogger
Simple, easy-to-start blogging platform powered by Laravel
Stars: ✭ 68 (+240%)
Mutual labels:  tinymce
cluse
Sketch Plugin to check and adjust color contrast accessibility with live preview and sliders. Endorsed by Sketch.
Stars: ✭ 54 (+170%)
Mutual labels:  a11y
inclusive-elements
Accessible, lightweight, unstyled implementations of common UI controls.
Stars: ✭ 17 (-15%)
Mutual labels:  a11y
accessibility-ruleset-runner
eBay Accessibility Ruleset Runner automates 20% of WCAG 2.0 AA recommendations, saving time on manual testing.
Stars: ✭ 24 (+20%)
Mutual labels:  a11y
eslint-config-welly
😎 ⚙️ ESLint configuration for React projects that I do. Feel free to use this!
Stars: ✭ 21 (+5%)
Mutual labels:  a11y
a11yAccordion
An accessible and easy to use Accordeon widget.
Stars: ✭ 37 (+85%)
Mutual labels:  a11y
tablist
WAI-ARIA tab plugin without dependencies.
Stars: ✭ 21 (+5%)
Mutual labels:  a11y
focus-trap-vue
Vue component to trap the focus within a DOM element
Stars: ✭ 156 (+680%)
Mutual labels:  a11y

TinyMCE Accessibility Checker Plugin (tinymce-a11y-checker)

An accessibility checker plugin for TinyMCE.

Build Status npm

Install

You will need to have an instance of TinyMCE setup prior to using this plugin.

npm install tinymce-a11y-checker --save

# or

yarn add tinymce-a11y-checker

Usage

import tinymce from "tinymce"
import "tinymce-a11y-checker"

tinymce.init({
  selector: "#editor",
  plugins: ["a11y_checker"],
  toolbar: "check_a11y | bold italic ..."
})

Contribute

See the contributing file!

PRs accepted.

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].