Skip to content

singhkunal2050/Acessibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

Acessibility

Webapp to check Acessiblity Related Issues on Any Website.

NodeJS Heroku React TailwindCSS Vite ReactIcons ReactRouterDom

Acessibility

  • project on web accessibility react/node/auth/check accessibility herouko/oracle cloud

API Data Sample

"documentTitle": "singhkunal2050",
"pageUrl": "https://singhkunal2050.dev/",
"issues": [
    {
    "code": "WCAG2AA.Principle1.Guideline1_1.1_1_1.H37",
    "type": "error",
    "typeCode": 1,
    "message": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.",
    "context": "<img class=\"preloader-circle\" src=\"/img/icon.png\">",
    "selector": "html > body > div:nth-child(2) > img",
    "runner": "htmlcs",
    "runnerExtras": {}
    },
    {
    "code": "WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent",
    "type": "error",
    "typeCode": 1,
    "message": "Anchor element found with a valid href attribute, but no link content has been supplied.",
    "context": "<a href=\"https://www.linkedin.com/in/singhkunal2050\" target=\"_blank\">\n            \n            <svg ...</a>",
    "selector": "html > body > main > div > section:nth-child(1) > div:nth-child(2) > div > a:nth-child(1)",
    "runner": "htmlcs",
    "runnerExtras": {}
    },
  ]

About

Webapp to check Acessiblity Related Issues on Any Website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published