From 2a11e9f140d4ed76b5781a2d46d909e466a01d90 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:32:36 -0600 Subject: [PATCH] add info --- docs/meta/accessibility.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/meta/accessibility.md b/docs/meta/accessibility.md index 875e665c..0f37b3c6 100644 --- a/docs/meta/accessibility.md +++ b/docs/meta/accessibility.md @@ -7,4 +7,14 @@ At Privacy Guides, we strive to make our website as accessible as possible so we Try to follow the [WCAG guidelines](https://www.wcag.com) as closely as possible when contributing to the site. -You can use this [color contrast checker](https://webaim.org/resources/contrastchecker/) to verify colors meet the guidelines. \ No newline at end of file +You can use this [color contrast checker](https://webaim.org/resources/contrastchecker/) to verify colors meet the guidelines. + +Make sure to use html/markdown elements instead of images/emojis when possible, for example for checkboxes you should use + +`- [x]` which will render as + +- [x] + +Don't use + +:white_check_mark: \ No newline at end of file