diff --git a/docs/ACCESSIBILITY.md b/docs/ACCESSIBILITY.md new file mode 100644 index 00000000000..8b00ba5d1dd --- /dev/null +++ b/docs/ACCESSIBILITY.md @@ -0,0 +1,29 @@ +# Accessibility Best Practices + +This document outlines guidelines to ensure the Base web experience +is inclusive and usable by as many people as possible. + +## Keyboard navigation + +- All interactive elements must be reachable via Tab and Shift+Tab. +- Provide visible focus styles for links, buttons and form controls. + +## ARIA roles and labels + +- Use semantic HTML elements where possible (e.g. `