elizabethmchan2 / ContextualizeHTML

Elizabeth Chan, Bryn Mawr College Class of 2019, Senior CS Thesis. This is a Chrome Extension that helps visually-impaired/blind programmers learn HTML.
0 stars 0 forks source link
accessibility blindness chrome chrome-extension dom-manipulation html visually-impaired w3schools web-accessibility

Elizabeth Chan - Thesis Project


This is a Chrome extension that can be used to contextualize HTML code. Its purpose is for people who are visually-impaired/blind and would like to use the W3Schools' website as a resource to learn HTML. The screen reader, ChromeVox, can be used to test to see how the speech differentiates before the HTML is processed by the extension and after it is processed.

Installing this extension from source:

  1. Go to Extensions in Chrome
  2. Turn "Developer mode" on
  3. Click "Load unpacked extension" and (after downloading the zip file or cloning it from this Gitub repo) point it to the folder "ContextualizeHTML"
  4. Go to https://www.w3schools.com/ and click on the icon designated for this Chrome extension (looks like computer screen with a </> tag). You can toggle what kind of output you would like to see (different levels of abstraction from the baseline examples) through the pop up menu that drops down from the Chrome extension icon.

Installing the ChromeVox screen reader to test this Chrome extension

  1. Go to the Chrome Webstore
  2. Search for ChromeVox
  3. Click "Add to Chrome" next to ChromeVox extension

Other Notes and Additional Information