Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg authored Aug 16, 2024
1 parent aa3adf0 commit ddf469b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ Should the color contrast ratio deviate from the standards set in guideline 1.4.
WCAG 2.0/2.1 Guideline 1.4.3: The visual presentation of text and images of text has a contrast ratio of at least 4.5:1, except for the following: (Level AA)
Large Text: Large-scale text and images of large-scale text have a contrast ratio of at least 3:1;, Incidental: Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement, Logotypes: Text that is part of a logo or brand name has no minimum contrast requirement.

# jupyterlab_a11y_checker (Extension is not yet published in npm)
For step by step approach to use the extension, see the [following snapshots](https://scribehow.com/shared/Using_A11Y_Checker_for_Accessibility_Compliance__VBJ2gzstRb-dY9dKhzcFiw
)

# jupyterlab_a11y_checker

[![Github Actions Status](https://github.com/github_username/jupyterlab-a11y-checker/workflows/Build/badge.svg)](https://github.com/github_username/jupyterlab-a11y-checker/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/github_username/jupyterlab-a11y-checker/main?urlpath=lab)
A JupyterLab extension.
Expand Down Expand Up @@ -107,4 +110,4 @@ pip uninstall jupyterlab_a11y_checker

In development mode, you will also need to remove the symlink created by `jupyter labextension develop`
command. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`
folder is located. Then you can remove the symlink named `jupyterlab-a11y-checker` within that folder.
folder is located. Then you can remove the symlink named `jupyterlab-a11y-checker` within that folder.

0 comments on commit ddf469b

Please sign in to comment.