Skip to content

manoj-k04/Remote_Indexing_Test_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Accessibility Test Website

This is a demo website created for accessibility testing purposes.

Known Accessibility Issues (Intentional for Testing)

  1. Missing alt text on images
  2. Missing form labels for input fields
  3. Non-semantic button (div used instead of button element)
  4. Low contrast text in some areas
  5. Missing table headers (th elements)
  6. Non-descriptive link text
  7. JavaScript links (javascript:void(0))
  8. Small text size that may be hard to read

Running Locally

  1. Navigate to this directory
  2. Start a local server:
    python3 -m http.server 8080
    Or use any other local server method
  3. Open http://localhost:8080 in your browser

Testing with BrowserStack Accessibility

After fixing the issues, run an accessibility scan using BrowserStack's accessibility testing tools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors