You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Learning:** Code blocks often lack proper labeling for screen readers, making them just "blocks of text".
5
+
**Action:** Ensure code blocks or their containers have `aria-label` or `title` attributes where appropriate, or use `role="region"` with a label if they are scrollable.
6
+
7
+
## 2024-05-22 - Contrast in Documentation
8
+
**Learning:** Documentation often uses subtle colors for syntax highlighting which might fail contrast checks.
9
+
**Action:** Regularly check contrast ratios for syntax highlighting themes.
0 commit comments