• Resolved Mariana

    (@creatiburon)


    Hi,

    I love your plugin and I use it in all the websites I design. I would like to suggest minimal changes that would turn complianze into the only 100% accesible cookie plugin available.

    Your plugin is great but in order to achive the AA accesibility of WCAG (Web Content Accessibility Guidelines) the font size needs to be expressed in rem instead of in pixels. an line height needs to be always at least 1.5em.

    I have tried to fix this via css, and it more or less works but I get a warning that the code might break my site. This is what I did:

    :root{
    –cmplz_text_font_size: 1rem!important;
    –cmplz_text_line_height: 1.5em!important;
    –cmplz_link_font_size: 1rem!important;
    –cmplz_title_font_size: 1rem!important;
    –cmplz_category_body_font_size: 1rem!important;
    –cmplz_button_font_size: 1rem!important;
    }

    I think it would be great if ou would consider changing this little detail in further updates of your plugin, this is a great help in the adventure of trying to make WordPress more accesible.

    Many thanks and keep up with the great work you do.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @creatiburon,

    Thank you very much for your suggestion. We’ll take a look at your request and take it into consideration for a future version of the plugin.

    We would have to determine what the best way would be to account for this (as for most Complianz users, providing the desired size values in px would probably be the most straight-forward approach).

    We’re always open to review contributions from the open-source community, so please feel free to submit a Pull Request on GitHub if you have a proposal for such a solution.

    Kind regards, Jarno

Viewing 1 replies (of 1 total)
  • The topic ‘Making complianz more accesible’ is closed to new replies.