From 5eedbced1399538e1c777e88c8618e54260501d8 Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Wed, 4 Aug 2021 14:34:58 +0800 Subject: [PATCH] update(web-a11y): web concent a11y guidelines issue #105 --- notes/web/html/htmlBasicNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/web/html/htmlBasicNotes.md b/notes/web/html/htmlBasicNotes.md index 4ceabe8e60..c2878e0593 100755 --- a/notes/web/html/htmlBasicNotes.md +++ b/notes/web/html/htmlBasicNotes.md @@ -1316,7 +1316,7 @@ listExpander.addEventListener('click', (e) => { ### Accessibility Checklist -- [WebAIM WCAG 2 Checklist](https://webaim.org/standards/wcag/checklist) +- [WebAIM WCAG (Web Content Accessibility Guidelines) 2 Checklist](https://webaim.org/standards/wcag/checklist) - [A11Y Project](https://github.com/a11yproject/a11yproject.com) - [A11Y 101](https://dev.to/inhuofficial/101-digital-accessibility-tips-and-tricks-4728)