Skip to content
#

accessibility

(Web) Accessibility or eAccessibility (often abbreviated to A11y — this is a numeronym, where the “11” stands for the 11 letters between the first letter “a” and the last letter “y”) is the practice of building inclusive spaces for different people, either by supporting the use of assistive technology (ALT text, ARIA HTML attributes, etc.) or by designing things with multiple ways to access them (color coding + text labels + icons, captions + sign language interpreter), keeping in mind different forms of impairments, disabilities, and difficulties—both temporary and permanent—, users of these space could face and might struggle with while using the space, which include:

  • Visual impairments, e.g.
  • <ul>
    
      <li>color blindness/color vision deficiency</li>
    
      <li>blindness/low vision/poor eyesight</li>
    
    </ul>
    
  • Motor/mobility, e.g.
  • <ul>
    
      <li>tremors</li>
    
      <li>loss of fine muscle control,</li>
    
    </ul>
    
  • Auditory impairment/hearing impairments, e.g.
  • <ul>
    
      <li>people who are hard of hearing</li>
    
      <li>deafness</li>
    
    </ul>
    
  • Seizures
  • Cognitive and intellectual, e.g.
  • <ul>
    
      <li>developmental disabilities</li>
    
      <li>learning difficulties (dyslexia, dyscalculia, etc.)</li>
    
      <li>cognitive disabilities (PTSD, Alzheimer’s)</li>
    
    </ul>
    

    Here are 5,363 public repositories matching this topic...

    TheFatRat

    Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw…

    • Updated Mar 17, 2024
    • C

    Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.

    • Updated Mar 16, 2023
    • TypeScript