Giter Site home page Giter Site logo

rvantonisse / accessibility-evaluation-tool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from w3c/wai-wcag-em-report-tool

0.0 0.0 0.0 3.82 MB

Evaluate and report accessibility issues

License: Other

JavaScript 32.81% CSS 0.65% HTML 3.77% Svelte 62.78%
accessibility audit wcag wcag-em

accessibility-evaluation-tool's Introduction

Hi there ๐Ÿ‘‹

accessibility-evaluation-tool's People

Contributors

hidde avatar mgifford avatar mhansma96 avatar nitedog avatar normanbrobinson avatar plehegar avatar rvantonisse avatar scottsb avatar shawna-slh avatar stevealee avatar yatil avatar

accessibility-evaluation-tool's Issues

Feature: Add a wcag scraper tooling

In a previous report tool version there was a translation scraper available for WCAG 2.0.

add this feature with e.g. cypress.io. Then we can start making some e2e tests as well.

Chore: Refactor App logic

Contexts, stores and other logic is set at multiple places, making the app code non understandable. Refactor that removes duplicate and redundant logic. Add jsdoc comments for documentation.

Use vite's glob import to make new translations without touching js files

Currently translators need to touch the file scripts/i18n.js to add a new registration.

Replacing the registering with some vite import.meta.glob functionality would greatly improve development. It would also make the rollup plugin workflow redundant, since all json would be globbed together in one object.

Like Vite docs :

// Import
const localeModules = import.meta.glob('./path/to/locales/**/*.json')

// Walk localeModules
for (const path in localeModules) {
  localeModules[path]().then((localeModule) => {
    // Register locales 
  })
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.