WCAG 2.0 AA Compliance?
-
Hello there! I am currently building a website that needs to have full WCAG 2.0 AA compliance.
Unfortunately, when I check with WAVE tool the website, I receive a “very low contrast” error and this has to do with the way your buttons are set. Here is the code:
<a id="wt-cli-privacy-save-btn" role="button" tabindex="0" data-cli-action="accept" class="wt-cli-privacy-btn cli_setting_save_button wt-cli-privacy-accept-btn cli-btn" style="color: rgb(255, 255, 255); background-color: rgb(97, 162, 41);"> SAVE & ACCEPT </a>
In general, WCAG 2.0 AA doesn’t like buttons, as I understand. Has anybody else ever asked you about this? And I would like to know, how can I get around this and find a solution?
Thank you very much in advance!
Dimitris Petrakis
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WCAG 2.0 AA Compliance?’ is closed to new replies.