Skip to content

CodePosse/WCAG-Brute-Force

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WCAG-Brute-Force

GitHub package.json dynamic GitHub package.json dynamic Gulp Gulp

Brute force WCAG AA patching to pass wave tool tests. Updated: March 20 2024 more updates due in late 2024

Overview

This is a file I (tim hunold) am making using CSS and jQuery 💩 to help patch a site quickly for the purpose of attempting 508 WCAG AA compliance. It is unlikely to fix everything, but it can help a ton.

Please let me know if you'd like to contribute to this repo, this is based mainly on what I currently deal with.

WCAG Considerations

  • Images require alt with a value, do not use titles
  • Iframes require titles
  • ABBR elements for abbreviation explanations HTML
  • Specifying a max character width helps wrap text
  • tab key nav can be reset to respect the linear DOM order and should have a focus bg color
  • All links need to be visually distinct, ie underlined or made to look like a CTA
  • Default font size is 16px, never go below 11px for AA. AAA demands smallest can be 16px
  • Try to avoid area wraps with a tags "block links"
  • Never use content: in CSS, screen readers can't see it
  • Skip-to method I'll add this soon
  • Style switcher I'll add this soon
  • Form Resource Good info

Indemnification

I make no warranty that this will fix everything, but there is a lot it can help with.

CSS

In CSS I am adding a lot of things, there are comments to what a line is and does, and I use plenty of advanced selectors and pseudo classes. I don't always peovide the actual use samples, but you should be able to understand from the comments.

What it does

We define and leverage root and simple variables. Also, there are font-handling methods that are often overlooked. It also calls out that links need to have underlines unless they get a visually dominant treatment like a CTA (call to action)

JavaScript

The JS directory has its own README file.

Ok, jQuery is used, it is ubiquitous so it is easy to use. Most of what I do here are attribute manipulations and those generally work from early versions on to the modern releases.

Vanilla JavaScript has been added as well.

Gulp with NPM was added as well. You can point it to files and folders to rapidly fix compoinents or static files. Gulp.js comments explain it all.

What it does

We add missing alt attributes with a value and alts without values, plus a default role. The next thing it does is remove titles from images.

We also remove tabindexes and then re-add to clickable links in the order from the DOM tree in a linear fashion.

There is also a way to add titles to iframes. This helps when you embed third party code like from Vimeo. I will add an advanced way to detect the domain it is calling and then use it to have contextual titles.

License

FREEEEEEEEEE

More of me

Weaponized UX | Dev.to | Medium | LinkedIn | StackOverflow | Insta | I actually race

About

Brute force WCAG AA patching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published